From 4a067c072e3eaa65cb434307ea4e9280d3af9b68 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(+) (limited to 'portato/gui') diff --git a/portato/gui/windows/basic.py b/portato/gui/windows/basic.py index 542cf7f..20d8009 100644 --- a/portato/gui/windows/basic.py +++ b/portato/gui/windows/basic.py @@ -32,6 +32,7 @@ except OSError: else: getlib.textdomain(APP) getlib.bindtextdomain(APP, LOCALE_DIR) + getlib.bind_textdomain_codeset(APP, "UTF-8") # some debugging output about the current codeset used nll = getlib.nl_langinfo -- cgit v1.2.3