Mercurial > pidgin.yaz
annotate AUTHORS @ 7724:613b20c69d2c
[gaim-migrate @ 8369]
this didn't cause me any problems yesterday, and it compiles, and bug fixing is a good thing.
"Some month ago I introduced translatable texts for "gaim --help" and
"gaim-remote --help".
Unfortunately the output of the translated text is often unreadable.
The problem is, that Gaim's *.po files have the UTF-8 locale (because
this is the default charset for GTK+ 2.0). But the users may have
configured other locales. For instance my SuSE Linux 9.0 system is
configured with LANG=de_DE@euro. "euro" is ISO-8859-1 (Western
character set, 8 Bit, with the Euro currency symbol). Lots of UTF-8
characters are unreadable if they are displayed in a 8 Bit charset
without conversion. Only the 7 Bit chars are displayed right.
There are two possible solutions:
1) Make the console texts untranslatable. This isn't very clever.
2) Convert the texts from UTF-8 to user's locale.
I choose the second solution.
The conversion cannot be made during the translation, because gettext
does not allow a mix of different character sets in one po-file.
My patch converts the console strings from UTF-8 to users locale.
Normally this works right, because most users have a locale which is
compatible with their language.
The case where a user uses a language (for instance German:
LANG=de_DE) with an incompatible character set (for instance the 7Bit
charset LC_CTYPE=C) is also handled. The user then sees a warning and
the original UTF-8 message.
At first I tried to make a new UTF-8 function in src/util.c. But the
function is needed 5 times in src/gaim-remote.c and 2 times in
src/main.c. gaim-remote is not linked against util.o. Also there are a
lot of dependencies from util.o to other files, so I will introduce a
lot of trouble to link gaim-remote against util.o.
So I only wrote a function in src/gaim-remote.c and used the UTF-8
conversion inline in src/main.c." --Bjoern Voigt
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Wed, 03 Dec 2003 13:21:55 +0000 |
parents | 32ae378082b0 |
children | 2df2fd4efa82 |
rev | line source |
---|---|
0 | 1 gaim - the Pimpin' Penguin IM Clone that's Good for the Soul |
1606 | 2 ============================================================ |
0 | 3 |
4990 | 4 We've got an IRC room now too, #gaim on irc.freenode.net. Come check us out. |
5 | |
6 Active Developers: | |
7 ------------------ | |
8 | |
9 Rob Flynn <rob@marko.net> - Maintainer | |
1781
be3d18c9d8d9
[gaim-migrate @ 1791]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1670
diff
changeset
|
10 AIM: RobFlynn |
be3d18c9d8d9
[gaim-migrate @ 1791]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1670
diff
changeset
|
11 ICQ: 1358450 |
be3d18c9d8d9
[gaim-migrate @ 1791]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1670
diff
changeset
|
12 MSN: rmf410@hotmail.com |
be3d18c9d8d9
[gaim-migrate @ 1791]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1670
diff
changeset
|
13 Yahoo: IBRRob |
be3d18c9d8d9
[gaim-migrate @ 1791]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1670
diff
changeset
|
14 Jabber: robflynn@jabber.org |
2966 | 15 |
4990 | 16 Sean Egan <bj91704@binghamton.edu> - Lead Developer |
2966 | 17 AIM: SeanEgn |
2993 | 18 ICQ: 96642211 |
19 MSN: SeanEgn@hotmail.com | |
20 Yahoo: SeanEgn | |
21 Jabber: SeanEgn@jabber.org | |
2966 | 22 |
4990 | 23 Christian 'ChipX86' Hammond - Developer & Webmaster |
24 Herman 'Hermanator' Bloggs - Win32 Port | |
25 Nathan 'faceprint' Walp - Developer | |
26 Mark 'KingAnt' Doliner - Developer | |
27 Luke 'LSchiere' Schierer - Support | |
1044 | 28 |
4990 | 29 Crazy Patch Writers: |
30 -------------------- | |
31 | |
2939
06a61bda8173
[gaim-migrate @ 2952]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2318
diff
changeset
|
32 Ben Miller |
4990 | 33 Decklin Foster |
34 Etan 'deryni' Reisner | |
35 Ethan 'Paco-Paco' Blanton | |
36 Robert 'Robot101' McQueen | |
1044 | 37 |
6937 | 38 Just Because: |
39 ------------ | |
40 Rachel Shelton - Vampire & Dark Lord | |
41 | |
1606 | 42 Retired: |
43 -------- | |
4990 | 44 Adam Fritzler - Former libfaim Maintainer |
45 Eric Warmenhoven <eric@warmenhoven.org> - Former Lead Developer | |
0 | 46 Jim Duchek <jimduchek@ou.edu> - Former Maintainer |
4990 | 47 Jim Seymour - Former Jabber Developer |
1044 | 48 Mark Spencer <markster@marko.net> - Original Author |
4990 | 49 Syd Logan - Hacker and Designated Driver (lazy bum) |