| 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(-)
--- |
| 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"); |