[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Native unicode support?
- From: Björn De Meyer <bjorn.demeyer@...>
- Date: Tue, 25 Jun 2002 20:05:56 +0200
After investigating even more, I found that
you can have isalpha() and isalnum() work correctly,
on my linux system at least, if you put a
setlocale(LC_ALL,getenv("LANG"));
at startup in the program that embeds LUA.
Then, you set LANG in the environment to the
right locale. Of course, this may fail on
setlocale()-deprived systems, like win32.
--
"No one knows true heroes, for they speak not of their greatness." --
Daniel Remar.
Björn De Meyer
bjorn.demeyer@pandora.be