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 112960 - gnome-applets message includes non-ascii character in msgid
gnome-applets message includes non-ascii character in msgid
Status: RESOLVED FIXED
Product: gnome-applets
Classification: Other
Component: stickynotes
git master
Other Linux
: Normal normal
: ---
Assigned To: Loban Rahman
gnome-applets Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-05-14 09:44 UTC by Christian Rose
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.3/2.4



Description Christian Rose 2003-05-14 09:44:11 UTC
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.
                   © 2002-2003 Loban A Rahman
xgettext: invalid multibyte sequence
xgettext: invalid multibyte sequence
xgettext: invalid multibyte sequence
xgettext: invalid multibyte sequence

The problem seems to come from the stickynotes/stickynotes.glade file.
Non-ASCII characters are not allowed inside msgids due to gettext
limitations. Please see
http://developer.gnome.org/doc/tutorials/gnome-i18n/developer.html#use-ascii
for details.
Comment 1 Kevin Vandersloot 2003-05-16 01:32:54 UTC
Fixed.