Use LC_ALL to pick collate
Noticed by: tjr
This commit is contained in:
parent
139df6553c
commit
b285e2683f
@ -80,7 +80,7 @@ main (argc, argv)
|
||||
char *prevline, *thisline, *p;
|
||||
int iflag = 0, comp;
|
||||
|
||||
(void) setlocale(LC_CTYPE, "");
|
||||
(void) setlocale(LC_ALL, "");
|
||||
|
||||
obsolete(argv);
|
||||
while ((ch = getopt(argc, argv, "-cdif:s:u")) != -1)
|
||||
|
Loading…
Reference in New Issue
Block a user