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.
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