Re: Lua String Comparison Problem
[
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: 2010年10月18日 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")