[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:10:07 -0200
> It is a GTK+ application so GTK could be setting the locale. I do not do
> so explicitly.
Try os.setlocale("C") at the start of your Lua program to test this.