From fb904582e841076ae9517a1526268d95fc2a9c08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Thu, 3 Sep 2009 19:19:07 +0200 Subject: Fix the segfault in GLib due to wrong encoding --- portato/gui/windows/basic.py | 1 + 1 file changed, 1 insertion(+) diff --git a/portato/gui/windows/basic.py b/portato/gui/windows/basic.py index b3f210c..3cedd69 100644 --- a/portato/gui/windows/basic.py +++ b/portato/gui/windows/basic.py @@ -31,6 +31,7 @@ except OSError: else: getlib.textdomain(APP) getlib.bindtextdomain(APP, LOCALE_DIR) + getlib.bind_textdomain_codeset(APP, "UTF-8") class WrappedTree (object): __slots__ = ("klass", "tree", "get_widget", "get_ui") -- cgit v1.2.3