GNOME Bugzilla – Bug 134478
help charset not appropriately converted
Last modified: 2004-12-22 21:47:04 UTC
When one starts a Gnome program with the "--help" option in a non-english non-UTF-8 locale for which there are help translations available, the help texts for the Gnome libraries are not converted to the locale charset, even as the help texts for some other components (notably eg. GTK+, Session management and such) are converted. This results in a mixed-encoding help text. If using a UTF-8 locale, all of the translated help texts show up in UTF-8 encoding, as is fine and proper.
Created attachment 25570 [details] [review] One line patch
Are you sure about this? The other translations should be in UTF-8 too, maybe except popt which would have to be converted if nobody has done it already.
The patch is not correct. The real problem lies within popt which doesn't convert from UTF-8 to the locale charset when printing the --help message. See bug #106549 for more information. Basically, there's not much we can do here.