gnome-cups-manager i18n bug
Alexandre Jasmin <[email protected]>
| Newsgroups | gmane.comp.gnome.print |
|---|---|
| Message-ID | <[email protected]> |
Sorry if that's not the right list... Translated strings in the current CVS version of gnome-cups-manager are often not displayed correctly. That's what I get: http://www.R4p70r.net/bug.png But it should be: http://www.R4p70r.net/nobug.png All the .po files in gnome are UTF-8 encoded. Since gettext sometime use different encodings, I think the following function call should be added. bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");