Raymond Toy pushed to branch issue-139-add-alias-local-external-format at cmucl / cmucl
Commits:
-
f45d931f
by Raymond Toy at 2022-11-03T07:17:13-07:00
1 changed file:
Changes:
... | ... | @@ -790,8 +790,6 @@ os_get_locale_codeset(char* codeset, int len) |
790 | 790 | {
|
791 | 791 | char *code;
|
792 | 792 |
|
793 | - setlocale(LC_ALL, "");
|
|
794 | - |
|
795 | 793 | code = nl_langinfo(CODESET);
|
796 | 794 | |
797 | 795 | strncpy(codeset, code, len);
|