Re: Chinese and Japanese (and Korean?) breakage in GNOME2



Hi,

Is there any reason why bind_textdomain_codeset should be commented out?

Thanks.

--
Yukihiro Nakai, Red Hat Japan

On Sat, 26 Jan 2002 06:54:03 +0900
Yukihiro Nakai <ynakai redhat com> wrote:

> 
> 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.
> _______________________________________________
> gnome-hackers mailing list
> gnome-hackers gnome org
> http://mail.gnome.org/mailman/listinfo/gnome-hackers



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