diff src/aim.c @ 3531:84d2cd1d0ec9

[gaim-migrate @ 3605] 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. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Tue, 17 Sep 2002 16:01:55 +0000
parents aa5bb19435ce
children 6c32036050cf
line wrap: on
line diff
--- a/src/aim.c	Tue Sep 17 15:40:28 2002 +0000
+++ b/src/aim.c	Tue Sep 17 16:01:55 2002 +0000
@@ -579,6 +579,7 @@
 
 #ifdef ENABLE_NLS
 	bindtextdomain(PACKAGE, LOCALEDIR);
+	bind_textdomain_codeset(PACKAGE, "UTF-8");
 	textdomain(PACKAGE);
 #endif