lua-users home
lua-l archive

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


> > It's a simple coarse cross-platform locale detection routine.
> > I've been using it 'in the field' with some success now.
> 
> Thanks! Will give it a spin :)
> 
> Any ideas about what the 'ctype' category could be?

Certain platforms, for instance, don't have locales.  They default to
os.setlocale("C").  Without that, if you're, say, sorting an array, the sort
order could be different than your game console expects.

Josh