lua-users home
lua-l archive

Re: Lua String Comparison Problem

[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")

AltStyle によって変換されたページ (->オリジナル) /