GNOME Bugzilla – Bug 101420
rhythmbox msgid includes non-ASCII character
Last modified: 2009-08-15 18:40:50 UTC
The file shell/rb.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 Jorn Baayen. All rights reserved. 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.
I'll mark it dependant on bug 99005 in the mean time, but I really doubt intltool can do much about this. Either rhythmbox or gettext needs to be fixed.
is this bug still valid? I just had a checkout and found no error. My guess is that this problem is already fixed in source.
Seems this has been fixed, yes.