[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua String Comparison Problem
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Mon, 18 Oct 2010 18:26:57 -0200
> >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")