Should gtk call bind_textdomain_codeset() also for glib20?



Shouldn't gtk_init_check() call

	  bind_textdomain_codeset("glib20","UTF-8")? 

Otherwise localised error strings from GLib (used at least in
gtkfilesel.c) might be in some random codeset?

What about error messages from strerror() (through g_strerror()), they
are presumably in the locale's default codeset, and should be
converted with g_locale_to_utf8()?

--tml




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