changeset 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 f38516e5d1ab
children 369d419c8a29
files src/aim.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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