lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


It was thus said that the Great Coroutines once stated:
> On Tue, May 13, 2014 at 4:45 PM, Sean Conner <sean@conman.org> wrote:
> 
> >   Well, if you want to handle checking for control characters, spaces, upper
> > case, lower case, numbers, combining characters or punctuation ...
> 
> no I was just thinking that wchar_t is a compile-time definition, and
> the supported locales within the system can change at runtime :o

  Not really any different than code pages for 8-bit character sets.

  -spc (Only now the characters are a bit wider than 8-bits)