lua-users home
lua-l archive

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


> >Try os.setlocale("C") at the start of your Lua program to test this.
> 
> Thank you, that works perfectly.

To affect only string comparisons, use
	os.setlocale("C","collate")