mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +02:00
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:
parent
fd476e8b31
commit
d8d47ef37f
3 changed files with 16 additions and 14 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue