浏览代码

Use UTF-8 by default in Dropbox plugin

Alois Mahdal 10 年前
父节点
当前提交
cc58a8979f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      plugins/dropbox.py

+ 1
- 1
plugins/dropbox.py 查看文件

107
     name = "dropbox"
107
     name = "dropbox"
108
 
108
 
109
     def render_plain(self):
109
     def render_plain(self):
110
-        return DropboxStatus().render('ascii')
110
+        return DropboxStatus().render('utf-8')