author | arg@mig29 |
Tue, 05 Dec 2006 13:31:29 +0100 | |
changeset 614 | 9ae187cb9ea8 |
parent 613 | 5f4bb0a58f32 |
child 615 | 337b7f4a431e |
--- a/draw.c Tue Dec 05 10:30:31 2006 +0100 +++ b/draw.c Tue Dec 05 13:31:29 2006 +0100 @@ -170,8 +170,8 @@ char **missing, *def; int i, n; + setlocale(LC_CTYPE, ""); missing = NULL; - setlocale(LC_ALL, ""); if(dc.font.set) XFreeFontSet(dpy, dc.font.set); dc.font.set = XCreateFontSet(dpy, fontstr, &missing, &n, &def);