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 70256 - Invalid (8bit) character in src/zpmd.h
Invalid (8bit) character in src/zpmd.h
Status: VERIFIED FIXED
Product: gtranslator
Classification: Other
Component: Generally bug'd
HEAD
Other Linux
: Normal blocker
: 0.40
Assigned To: Fatih Demir
Fatih Demir
Depends on:
Blocks:
 
 
Reported: 2002-02-01 10:54 UTC by Marcel Telka
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Marcel Telka 2002-02-01 10:54:21 UTC
There is 8bit character in string in gtransaltor's source file src/zpmd.h
marked for translations:

#define GTRANSLATOR_MIDDLE_DOT (_("\xb7")[0])

This is invalid character for gettext and doesn't allow translate
gtranslator itself to another language using utf-8 in .po file (affected
translations: sk.po and az.po). Please use either utf-8 encoding or plain
7bit ascii only in this string. Thanks.
Comment 1 Fatih Demir 2002-02-01 18:10:57 UTC
MAybe later on I could think about a salvation from this issue; but in
this month: niente, almost no time.
Comment 2 Fatih Demir 2002-02-15 17:22:30 UTC
Any suggestions which character to take? Only '~' and '°' are really
good and fitting into ASCII...
Comment 3 Marcel Telka 2002-02-15 17:56:17 UTC
'°' is '\xb0' and this isn't valid character for gettext too.
Comment 4 Fatih Demir 2002-02-15 18:19:12 UTC
Arg, I meant '^' -- I held shift too long (<shame/>), so the ^ got a °.

Well, '^', '~' are the only candidates for now.
Comment 5 Fatih Demir 2002-02-17 12:28:46 UTC
Solved by Gediminas fix and Pablo's idea will also go into the code in
the near future.

We can keep all being happy.. so, bug resolved. Marcel, am I right?