Introduction
Introduction Statistics Contact Development Disclaimer Help
tusing the portable Xmb+UTF-8 way of life, will see if this works well... - dwm…
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit 857d825eeb9f0d91a3d8a2507e8955196646f9a1
parent 6b345353e37e8af8eaa83956ef378015c0046eda
Author: arg@mig29 <unknown>
Date: Thu, 7 Dec 2006 09:47:55 +0100
using the portable Xmb+UTF-8 way of life, will see if this works well...
Diffstat:
M draw.c | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/draw.c b/draw.c
t@@ -167,14 +167,16 @@ getcolor(const char *colstr) {
void
setfont(const char *fontstr) {
- char **missing, *def;
+ char *def, *lc, **missing;
int i, n;
- setlocale(LC_CTYPE, "");
+ lc = setlocale(LC_CTYPE, NULL);
+ setlocale(LC_CTYPE, "UTF-8");
missing = NULL;
if(dc.font.set)
XFreeFontSet(dpy, dc.font.set);
dc.font.set = XCreateFontSet(dpy, fontstr, &missing, &n, &def);
+ setlocale(LC_CTYPE, lc);
if(missing) {
while(n--)
fprintf(stderr, "missing fontset: %s\n", missing[n]);
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.