Re: [wxlua-users] Problem in using Turkish in wxLua scripts

2006-12-06 Thread John Labenski
On 12/6/06, Hakki Dogusan <[EMAIL PROTECTED]> wrote: > John Labenski wrote: > > On 12/5/06, Hakki Dogusan <[EMAIL PROTECTED]> wrote: > >> (Mingw, wxLua cvs, wx2.7.2/wx2.8 ANSI and Unicode, WinXP Turkish) > >> > >> I can't use Turkish chars (ie. ğüşiöçı ĞÜŞİÖÇİ) in label, title, etc. > >> > >> If I

Re: [wxlua-users] Problem in using Turkish in wxLua scripts

2006-12-06 Thread Hakki Dogusan
Hi, John Labenski wrote: > On 12/5/06, Hakki Dogusan <[EMAIL PROTECTED]> wrote: >> (Mingw, wxLua cvs, wx2.7.2/wx2.8 ANSI and Unicode, WinXP Turkish) >> >> I can't use Turkish chars (ie. ğüşiöçı ĞÜŞİÖÇİ) in label, title, etc. >> >> If I change the following functions to old implementation, it works

Re: [wxlua-users] Problem in using Turkish in wxLua scripts

2006-12-05 Thread John Labenski
On 12/5/06, Hakki Dogusan <[EMAIL PROTECTED]> wrote: > (Mingw, wxLua cvs, wx2.7.2/wx2.8 ANSI and Unicode, WinXP Turkish) > > I can't use Turkish chars (ie. ğüşiöçı ĞÜŞİÖÇİ) in label, title, etc. > > If I change the following functions to old implementation, it works: > lua2wx, wx2lua. The characte

[wxlua-users] Problem in using Turkish in wxLua scripts

2006-12-05 Thread Hakki Dogusan
Hi, (Mingw, wxLua cvs, wx2.7.2/wx2.8 ANSI and Unicode, WinXP Turkish) I can't use Turkish chars (ie. ğüşiöçı ĞÜŞİÖÇİ) in label, title, etc. If I change the following functions to old implementation, it works: lua2wx, wx2lua. What to do? -- Regards, Hakki Dogusan ---