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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
1 gaim - the Pimpin' Penguin IM Clone that's Good for the Soul
1606
bb2b3c18b13d [gaim-migrate @ 1616]
Rob Flynn <gaim@robflynn.com>
parents: 1044
diff changeset
2 ============================================================
0
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
3
4990
f514aa3c01db [gaim-migrate @ 5325]
Rob Flynn <gaim@robflynn.com>
parents: 4404
diff changeset
4 We've got an IRC room now too, #gaim on irc.freenode.net. Come check us out.
f514aa3c01db [gaim-migrate @ 5325]
Rob Flynn <gaim@robflynn.com>
parents: 4404
diff changeset
5
f514aa3c01db [gaim-migrate @ 5325]
Rob Flynn <gaim@robflynn.com>
parents: 4404
diff changeset
6 Active Developers:
f514aa3c01db [gaim-migrate @ 5325]
Rob Flynn <gaim@robflynn.com>
parents: 4404
diff changeset
7 ------------------
f514aa3c01db [gaim-migrate @ 5325]
Rob Flynn <gaim@robflynn.com>
parents: 4404
diff changeset
8
f514aa3c01db [gaim-migrate @ 5325]
Rob Flynn <gaim@robflynn.com>
parents: 4404
diff changeset
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
1989e781909c [gaim-migrate @ 2979]
Rob Flynn <gaim@robflynn.com>
parents: 2939
diff changeset
15
4990
f514aa3c01db [gaim-migrate @ 5325]
Rob Flynn <gaim@robflynn.com>
parents: 4404
diff changeset
16 Sean Egan <bj91704@binghamton.edu> - Lead Developer
2966
1989e781909c [gaim-migrate @ 2979]
Rob Flynn <gaim@robflynn.com>
parents: 2939
diff changeset
17 AIM: SeanEgn
2993
7239a392486c [gaim-migrate @ 3006]
Rob Flynn <gaim@robflynn.com>
parents: 2966
diff changeset
18 ICQ: 96642211
7239a392486c [gaim-migrate @ 3006]
Rob Flynn <gaim@robflynn.com>
parents: 2966
diff changeset
19 MSN: SeanEgn@hotmail.com
7239a392486c [gaim-migrate @ 3006]
Rob Flynn <gaim@robflynn.com>
parents: 2966
diff changeset
20 Yahoo: SeanEgn
7239a392486c [gaim-migrate @ 3006]
Rob Flynn <gaim@robflynn.com>
parents: 2966
diff changeset
21 Jabber: SeanEgn@jabber.org
2966
1989e781909c [gaim-migrate @ 2979]
Rob Flynn <gaim@robflynn.com>
parents: 2939
diff changeset
22
4990
f514aa3c01db [gaim-migrate @ 5325]
Rob Flynn <gaim@robflynn.com>
parents: 4404
diff changeset
23 Christian 'ChipX86' Hammond - Developer & Webmaster
f514aa3c01db [gaim-migrate @ 5325]
Rob Flynn <gaim@robflynn.com>
parents: 4404
diff changeset
24 Herman 'Hermanator' Bloggs - Win32 Port
f514aa3c01db [gaim-migrate @ 5325]
Rob Flynn <gaim@robflynn.com>
parents: 4404
diff changeset
25 Nathan 'faceprint' Walp - Developer
f514aa3c01db [gaim-migrate @ 5325]
Rob Flynn <gaim@robflynn.com>
parents: 4404
diff changeset
26 Mark 'KingAnt' Doliner - Developer
f514aa3c01db [gaim-migrate @ 5325]
Rob Flynn <gaim@robflynn.com>
parents: 4404
diff changeset
27 Luke 'LSchiere' Schierer - Support
1044
77b6bc7288d3 [gaim-migrate @ 1054]
Rob Flynn <gaim@robflynn.com>
parents: 877
diff changeset
28
4990
f514aa3c01db [gaim-migrate @ 5325]
Rob Flynn <gaim@robflynn.com>
parents: 4404
diff changeset
29 Crazy Patch Writers:
f514aa3c01db [gaim-migrate @ 5325]
Rob Flynn <gaim@robflynn.com>
parents: 4404
diff changeset
30 --------------------
f514aa3c01db [gaim-migrate @ 5325]
Rob Flynn <gaim@robflynn.com>
parents: 4404
diff changeset
31
2939
06a61bda8173 [gaim-migrate @ 2952]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 2318
diff changeset
32 Ben Miller
4990
f514aa3c01db [gaim-migrate @ 5325]
Rob Flynn <gaim@robflynn.com>
parents: 4404
diff changeset
33 Decklin Foster
f514aa3c01db [gaim-migrate @ 5325]
Rob Flynn <gaim@robflynn.com>
parents: 4404
diff changeset
34 Etan 'deryni' Reisner
f514aa3c01db [gaim-migrate @ 5325]
Rob Flynn <gaim@robflynn.com>
parents: 4404
diff changeset
35 Ethan 'Paco-Paco' Blanton
f514aa3c01db [gaim-migrate @ 5325]
Rob Flynn <gaim@robflynn.com>
parents: 4404
diff changeset
36 Robert 'Robot101' McQueen
1044
77b6bc7288d3 [gaim-migrate @ 1054]
Rob Flynn <gaim@robflynn.com>
parents: 877
diff changeset
37
6937
32ae378082b0 [gaim-migrate @ 7484]
Rob Flynn <gaim@robflynn.com>
parents: 4990
diff changeset
38 Just Because:
32ae378082b0 [gaim-migrate @ 7484]
Rob Flynn <gaim@robflynn.com>
parents: 4990
diff changeset
39 ------------
32ae378082b0 [gaim-migrate @ 7484]
Rob Flynn <gaim@robflynn.com>
parents: 4990
diff changeset
40 Rachel Shelton - Vampire & Dark Lord
32ae378082b0 [gaim-migrate @ 7484]
Rob Flynn <gaim@robflynn.com>
parents: 4990
diff changeset
41
1606
bb2b3c18b13d [gaim-migrate @ 1616]
Rob Flynn <gaim@robflynn.com>
parents: 1044
diff changeset
42 Retired:
bb2b3c18b13d [gaim-migrate @ 1616]
Rob Flynn <gaim@robflynn.com>
parents: 1044
diff changeset
43 --------
4990
f514aa3c01db [gaim-migrate @ 5325]
Rob Flynn <gaim@robflynn.com>
parents: 4404
diff changeset
44 Adam Fritzler - Former libfaim Maintainer
f514aa3c01db [gaim-migrate @ 5325]
Rob Flynn <gaim@robflynn.com>
parents: 4404
diff changeset
45 Eric Warmenhoven <eric@warmenhoven.org> - Former Lead Developer
0
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
46 Jim Duchek <jimduchek@ou.edu> - Former Maintainer
4990
f514aa3c01db [gaim-migrate @ 5325]
Rob Flynn <gaim@robflynn.com>
parents: 4404
diff changeset
47 Jim Seymour - Former Jabber Developer
1044
77b6bc7288d3 [gaim-migrate @ 1054]
Rob Flynn <gaim@robflynn.com>
parents: 877
diff changeset
48 Mark Spencer <markster@marko.net> - Original Author
4990
f514aa3c01db [gaim-migrate @ 5325]
Rob Flynn <gaim@robflynn.com>
parents: 4404
diff changeset
49 Syd Logan - Hacker and Designated Driver (lazy bum)