raw: use LC_ALL

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2013-10-18 10:56:40 +02:00
parent 999ac5e2ab
commit 9d2b339a4a
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ int main(int argc, char *argv[])
{NULL, no_argument, 0, '0'},
};
setlocale(LC_MESSAGES, "");
setlocale(LC_ALL, "");
bindtextdomain(PACKAGE, LOCALEDIR);
textdomain(PACKAGE);
atexit(close_stdout);