lua-users home
lua-l archive

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


> On Unix the terminal's charset is determined by the locale environment
> variables, i.e. LANG if it is set, otherwise LC_CTYPE.

Or call os.setlocale() or os.setlocale(nil,"ctype").