# HG changeset patch # User Sean Egan # Date 1032278515 0 # Node ID 84d2cd1d0ec97d370173eece153266ae64d34cc9 # Parent f38516e5d1ab5af5674247d11adb89d4f9e60492 [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 diff -r f38516e5d1ab -r 84d2cd1d0ec9 src/aim.c --- 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