Hi!

A while back, there was a similar discussion about the Xserver/font problem,
where i mentioned that i changed the artwiz fonts to work correctly with
blackbox. So if you would try them out i can send them to you ( since my
provider accidently removed my write permissions, i cannot put them on my 
webpage at the moment).

However, there may be obsolete, since i have changed the file 
blackbox-0.61.1/src/i18n.cc.

In the line 58 i've changed:

    locale = setlocale(LC_ALL, "");

to:  locale = setlocale(LC_ALL, "C");

After then all fonts are recognized. Maybe this is dump, but i'm not a
programmer and my computer didn't burst up in flames, so it works for me :-)



On Sun, Jan 13, 2002 at 11:45:18AM -0800 or thereabouts, Sean 'Shaleh' Perry wrote:
> On 13-Jan-2002 Tracy Williams wrote:
> > If you're using a 7.x Redhat, you can edit the /etc/sysconfig/i18n file and
> > change the "LANG=en" variable to "LANG=POSIX".  I didn't try "LANG=C", but
> > either would probably work.
> > 
> 
> only "C" works.  Blackbox has a "if (locale == "C") ... else ....".  Kinda lame
> but .....
> 
> Once I figure out how to properly handle XFontSet things should clear up. 
> There are a few wm's that use it, I just need to go read their code.
> 
> Of course, if someone could fix the artwiz fonts (the usual culprit) to
> actually return valid iso info ....

Reply via email to