tWin32 graphical client now uses UTF-8 throughout (temporary - should first check for Unicode support). - vaccinewars - be a doctor and try to vaccinate the world
git clone git://src.adamsgaard.dk/vaccinewars
Log
Files
Refs
README
LICENSE
---
commit 941fff842010d3c75fd552e0686ec2f7b8f4f9a2
parent 50e8cc9f6d0674f833252d3c0d15512bf878d797
Author: Ben Webb 
Date:   Thu, 22 Aug 2002 13:50:16 +0000

Win32 graphical client now uses UTF-8 throughout (temporary - should
first check for Unicode support).


Diffstat:
  M src/gui_client/gtk_client.c         |       2 +-

1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/gui_client/gtk_client.c b/src/gui_client/gtk_client.c
t@@ -2179,7 +2179,7 @@ gboolean GtkLoop(int *argc, char **argv[],
     gtk_init(argc, argv);
 #endif
 
-#if HAVE_GLIB2 && !CYGWIN
+#if HAVE_GLIB2
   /* GTK+2 expects all strings to be UTF-8, so we force gettext to return
    * all translations in this encoding here. */
   bind_textdomain_codeset(PACKAGE, "UTF-8");