JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
also setting LC_CTYPE only
authorarg@mig29 <unknown>
Tue, 5 Dec 2006 12:31:29 +0000 (13:31 +0100)
committerarg@mig29 <unknown>
Tue, 5 Dec 2006 12:31:29 +0000 (13:31 +0100)
draw.c

diff --git a/draw.c b/draw.c
index c0b233f..cef5efb 100644 (file)
--- a/draw.c
+++ b/draw.c
@@ -170,8 +170,8 @@ setfont(const char *fontstr) {
        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);