Chinese and Japanese (and Korean?) breakage in GNOME2



Hi,

A good Chinese person reported test-gnome doesn't show CJK strings and
he've found the below patch will fix it.

Is there anybody the e-mail address of the person 'Richard Hestilow'?

Thank you.
--
Nakai

Index: libgnomeui/gnome-ui-init.c
===================================================================
RCS file: /cvs/gnome/libgnomeui/libgnomeui/gnome-ui-init.c,v
retrieving revision 1.169
diff -u -r1.169 gnome-ui-init.c
--- libgnomeui/gnome-ui-init.c	2002/01/08 21:28:46	1.169
+++ libgnomeui/gnome-ui-init.c	2002/01/25 21:42:59
@@ -442,7 +442,7 @@
         g_free (filename);
 
 	bindtextdomain (GETTEXT_PACKAGE, GNOMEUILOCALEDIR);
-	/*bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");*/
+	bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
 	initialize_gtk_signal_relay ();
 }
 

1.169 <hestgray> 08 Jan 2002 16:28
2002-01-08 Richard Hestilow

* gnome-ui-init.c: Re-added gtk+/sound event bridge code.



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