Parcourir la source

Use UTF-8 by default in Dropbox plugin

Alois Mahdal il y a 9 ans
Parent
révision
cc58a8979f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      plugins/dropbox.py

+ 1
- 1
plugins/dropbox.py Voir le fichier

@@ -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')