Pick collate info too

This commit is contained in:
Andrey A. Chernov 1996-08-12 17:55:41 +00:00
parent 08424dfaa3
commit 83d7542f35

View File

@ -672,7 +672,7 @@ main(argc, argv)
#endif
#ifdef __FreeBSD__
(void) setlocale(LC_CTYPE, "");
(void) setlocale(LC_ALL, "");
#endif
prog = argv[0];
if (prog && strrchr(prog, '/'))