After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 139542 - vte needs to call bind_textdomain_codeset to get UTF-8 from gettext
vte needs to call bind_textdomain_codeset to get UTF-8 from gettext
Status: RESOLVED FIXED
Product: vte
Classification: Core
Component: general
0.11.x
Other Linux
: Normal normal
: ---
Assigned To: VTE Maintainers
Nalin Dahyabhai
: 137826 146217 146487 150324 153145 153615 157635 157656 157661 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2004-04-09 02:11 UTC by Mariano Suárez-Alvarez
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Mariano Suárez-Alvarez 2004-04-09 02:11:21 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.
Comment 1 Mariano Suárez-Alvarez 2004-04-18 02:02:28 UTC
*** Bug 137826 has been marked as a duplicate of this bug. ***
Comment 2 Nalin Dahyabhai 2004-04-20 05:43:22 UTC
Makes sense, fixing for next release.
Comment 3 Mariano Suárez-Alvarez 2004-07-10 02:45:10 UTC
*** Bug 146217 has been marked as a duplicate of this bug. ***
Comment 4 Vincent Noel 2004-09-21 15:12:55 UTC
*** Bug 150324 has been marked as a duplicate of this bug. ***
Comment 5 Vincent Noel 2004-09-21 15:13:13 UTC
*** Bug 153145 has been marked as a duplicate of this bug. ***
Comment 6 Mariano Suárez-Alvarez 2004-10-31 10:27:38 UTC
*** Bug 153615 has been marked as a duplicate of this bug. ***
Comment 7 Elijah Newren 2004-11-08 15:53:25 UTC
*** Bug 157661 has been marked as a duplicate of this bug. ***
Comment 8 Elijah Newren 2004-11-08 15:54:06 UTC
*** Bug 157656 has been marked as a duplicate of this bug. ***
Comment 9 Elijah Newren 2004-11-08 15:54:14 UTC
*** Bug 157635 has been marked as a duplicate of this bug. ***
Comment 10 Elijah Newren 2004-11-08 15:59:54 UTC
*** Bug 146487 has been marked as a duplicate of this bug. ***