Просмотр исходного кода

Use UTF-8 by default in Dropbox plugin

Alois Mahdal 9 лет назад
Родитель
Сommit
cc58a8979f
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1
    1
      plugins/dropbox.py

+ 1
- 1
plugins/dropbox.py Просмотреть файл

@@ -107,4 +107,4 @@ class Plugin(sardine.BasePlugin):
107 107
     name = "dropbox"
108 108
 
109 109
     def render_plain(self):
110
-        return DropboxStatus().render('ascii')
110
+        return DropboxStatus().render('utf-8')