fixed recoding of own messages.

recode after expand_emphasis
remove the redundant call to setlocale(LC_CTYPE, )


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4038 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Valentin Batz 2005-10-12 18:22:14 +00:00 committed by vb
commit d8d47ef37f
3 changed files with 16 additions and 14 deletions

View file

@ -359,13 +359,12 @@ int main(int argc, char **argv)
before t his call.
locales aren't actually used for anything else than autodetection
of UTF-8 currently.. */
setlocale(LC_CTYPE, "");
of UTF-8 currently..
/* to get the users's charset with g_get_charset() properly you have
to call setlocale(LC_ALL, "") aswell */
furthermore to get the users's charset with g_get_charset() properly
you have to call setlocale(LC_ALL, "") */
setlocale(LC_ALL, "");
textui_init();
args_register(options);
args_execute(argc, argv);