GNOME Bugzilla – Bug 139542
vte needs to call bind_textdomain_codeset to get UTF-8 from gettext
Last modified: 2004-12-22 21:47:04 UTC
vte needs to call bind_textdomain_codeset to get UTF-8 from gettext: right now, it is not, so that in non UTF-8 locales things like g_warning(_("Hello")) break because g_warning wants UTF-8 and _() (ie dgettext) is returning locale encoded strings. This should be done in vte_terminal_class_init, after the call to bindtextdomain. This shows up, for example, in bug 139441.
*** Bug 137826 has been marked as a duplicate of this bug. ***
Makes sense, fixing for next release.
*** Bug 146217 has been marked as a duplicate of this bug. ***
*** Bug 150324 has been marked as a duplicate of this bug. ***
*** Bug 153145 has been marked as a duplicate of this bug. ***
*** Bug 153615 has been marked as a duplicate of this bug. ***
*** Bug 157661 has been marked as a duplicate of this bug. ***
*** Bug 157656 has been marked as a duplicate of this bug. ***
*** Bug 157635 has been marked as a duplicate of this bug. ***
*** Bug 146487 has been marked as a duplicate of this bug. ***