Activate collate

This commit is contained in:
Andrey A. Chernov 1996-06-05 16:41:10 +00:00
parent 3ccd871cad
commit 503a85ae94
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=16140

View file

@ -146,7 +146,7 @@ char **av;
register STR *fp;
static char string[257];
(void) setlocale(LC_CTYPE, "");
(void) setlocale(LC_ALL, "");
getargs(ac, av); /* evalute arguments */
dc = Delimch;