[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.2.0 (beta-rc2) locale
- From: Roberto Ierusalimschy <roberto@...>
- Date: Wed, 22 Jun 2011 19:01:34 -0300
> Hmm... to make that multi-threading save the ctype table has to be in
> the Lua-state :-/
Of course. Lua has no writable static C data at all.
But the best course seems to be something like #if 'A' == 193. (We will
ignore the possibility of cross-compilation between IBM mainframes
and other systems...)
-- Roberto