Re: [wxlua-users] international characters

2007-02-14 Thread John Labenski
Ok, interesting, I guess that the problem is really with wxLua. I'm out of town for the rest of the week can only look at it next week. Regards, John Labenski On 2/13/07, yahoo mm <[EMAIL PROTECTED]> wrote: > I made some test with this very very simple program (just one > statement): test-ch

Re: [wxlua-users] Converting a header file definition to the interface format

2007-02-14 Thread John Labenski
On 2/13/07, Ryan Pusztai <[EMAIL PROTECTED]> wrote: > > Interface file: > > %class %delete %noclassinfo %encapsulate wxSerialPort, wxSerialPort_x > > wxSerialPort() > > > > // Serial port initilization > > ... > > int Open(const char* devname, void* dcs) > >