GNOME Bugzilla – Bug 119008
mlview msgid includes non-ASCII character breaking gettext
Last modified: 2009-08-15 18:40:50 UTC
The file src/mlview-app.c contains a non-ascii character that causes many warnings from xgettext when I update the sv.po (which is in UTF-8) with "intltool-update sv": xgettext: warning: The following msgid contains non-ASCII characters. This will cause problems to translators who use a character encoding different from yours. Consider using a pure ASCII msgid instead. Copyright © 2002-2003 Dodji Seketeli, Gael Chamoulaud xgettext: invalid multibyte sequence xgettext: invalid multibyte sequence xgettext: invalid multibyte sequence xgettext: invalid multibyte sequence Also, the character will not be displayed in the msgid in the po file, it will simply be an extra space. Thus, this message cannot be translated correctly as it is. msgids always have to be proper ASCII. For further reference, see http://developer.gnome.org/doc/tutorials/gnome-i18n/developer.html#use-ascii.
This bug does not necessarily depend on bug 99005 -- the actual message, "Copyright © 2002-2003 Dodji Seketeli, Gael Chamoulaud" doesn't seem to require any translation, so it should probably just be unmarked for translation.
Yes, you're right ! Thanks for you help :)
Why is this NEEDINFO?
It's an error, sorry ! the bug is fixed now