From: Sean E. <sea...@us...> - 2002-09-17 16:01:58
|
Update of /cvsroot/gaim/gaim/src In directory usw-pr-cvs1:/tmp/cvs-serv10208/src Modified Files: aim.c Log Message: Thanks Jeong-Hee Kang. NLS translations will get converted to UTF-8 (for recent versions of glibc) so that GTK2 will be able to display them properly. Index: aim.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/aim.c,v retrieving revision 1.198 retrieving revision 1.199 diff -u -d -r1.198 -r1.199 --- aim.c 17 Sep 2002 04:39:09 -0000 1.198 +++ aim.c 17 Sep 2002 16:01:55 -0000 1.199 @@ -579,6 +579,7 @@ #ifdef ENABLE_NLS bindtextdomain(PACKAGE, LOCALEDIR); + bind_textdomain_codeset(PACKAGE, "UTF-8"); textdomain(PACKAGE); #endif |