try to solve unicode problem
This commit is contained in:
parent
8050c3f8a6
commit
5f21c9d276
|
@ -48,4 +48,4 @@ else:
|
|||
gtk.glade.textdomain(APP)
|
||||
gettext.bindtextdomain(APP, DIR)
|
||||
gettext.textdomain(APP)
|
||||
gettext.install(APP, DIR)
|
||||
gettext.install(APP, DIR, unicode=1)
|
||||
|
|
Loading…
Reference in New Issue