From: Victor B. <so...@te...> - 2012-11-14 09:02:45
|
Hello, > wxLua does not change the locale, but wxWidgets might to make the UI > numeric display appropriate for users. That`s true: with print(os.locale()) before and after the require"wx" I get C Spanish_Spain.1252 > What OS are you on? If you're in Linux you can apply the patch below > and recompile the wxLua module lib. Please let me know if it works for > you and I will apply it to svn. My OS is windows. Perhaps the solution would be just calling os.locale("C") after require"wx"? Best Regards Victor Bombi |