LC_CTYPE replaced with LC_ALL (#3492)
This commit is contained in:
parent
2eb035e125
commit
bf74f249d4
|
@ -588,7 +588,7 @@ main(int argc, char **argv)
|
||||||
awesome_argv = argv;
|
awesome_argv = argv;
|
||||||
|
|
||||||
/* Text won't be printed correctly otherwise */
|
/* Text won't be printed correctly otherwise */
|
||||||
setlocale(LC_CTYPE, "");
|
setlocale(LC_ALL, "");
|
||||||
|
|
||||||
char *confpath = options_detect_shebang(argc, argv);
|
char *confpath = options_detect_shebang(argc, argv);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue