Should gtk call bind_textdomain_codeset() also for glib20?
- From: Tor Lillqvist <tml iki fi>
- To: gtk-devel-list gnome org
- Subject: Should gtk call bind_textdomain_codeset() also for glib20?
- Date: Fri, 8 Mar 2002 01:37:46 +0200 (FLE Standard Time)
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]