ソースを参照

Use UTF-8 by default in Dropbox plugin

Alois Mahdal 9 年 前
コミット
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')