From: João M. <lor...@gm...> - 2012-06-28 18:01:24
|
Hi list, After i have managed to successfully compile wxLua with wxWidgets 2.9.3, now face another problem. For the compilation to work I had to use the parameter UNICODE = 1 in the makefile. However when using unicode now I can not work with accents. I tried to run a simple wxMessageBox without sucess. wx.wxMessageBox( 'My Name Is João Mendes \nOlá Mundo!' ) I suspected this might happen so I did not want to build with UNICODE = 1. I believe that changing the encoding of source files will solve the problem, but I have many sources, since i used the wxLua without UNICODE. Has anyone experienced this problem? -- João Mendes |