lua-users home
lua-l archive

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


Hi,

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.

Thank you, that works perfectly.

mitchell