diff src/twisted/plugins/libervia_server.py @ 474:6700386291f1

server side: fix unicodes issues in options
author Goffi <goffi@goffi.org>
date Thu, 12 Jun 2014 16:27:10 +0200
parents 34ce41e014c4
children 750db9ff8525
line wrap: on
line diff
--- a/src/twisted/plugins/libervia_server.py	Tue Jun 10 16:02:45 2014 +0200
+++ b/src/twisted/plugins/libervia_server.py	Thu Jun 12 16:27:10 2014 +0200
@@ -91,7 +91,7 @@
     implements(IServiceMaker, IPlugin)
 
     tapname = C.ASCII_APP_NAME
-    description = _(u'The web frontend of Salut à Toi')
+    description = _(u'The web frontend of Salut à Toi').encode('utf-8')
     options = Options
 
     def makeService(self, options):