gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r679 - GNUnet/src/conf


From: durner
Subject: [GNUnet-SVN] r679 - GNUnet/src/conf
Date: Fri, 22 Apr 2005 07:26:55 -0700 (PDT)

Author: durner
Date: 2005-04-22 07:26:46 -0700 (Fri, 22 Apr 2005)
New Revision: 679

Modified:
   GNUnet/src/conf/wizard.c
Log:
GTK uses UTF-8 encoding

Modified: GNUnet/src/conf/wizard.c
===================================================================
--- GNUnet/src/conf/wizard.c    2005-04-21 18:50:00 UTC (rev 678)
+++ GNUnet/src/conf/wizard.c    2005-04-22 14:26:46 UTC (rev 679)
@@ -282,6 +282,8 @@
        setlocale (LC_ALL, "");
                bindtextdomain(PACKAGE, LOCALEDIR);
                textdomain(PACKAGE);
+               /* GTK uses UTF-8 encoding */
+               bind_textdomain_codeset(PACKAGE, "UTF-8");
 #endif
 
 #ifdef WINDOWS





reply via email to

[Prev in Thread] Current Thread [Next in Thread]