소스 검색

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