On Fri, Dec 27, 2013 at 4:28 PM, Victor Bombi <son...@telefonica.net> wrote:

> Have tried your fixUTF8, works perfect, thank you.
> I thought that if I couldnt use setcodepage as expected in wxSTC I would be
> able to use wxString:ToUTF8() but it is not working for me.
>
>
Don't forget that there is a utf8 translation layer between Lua and
wxWidget's wxString. wxLua's Unicode build must translate every string from
Lua's ANSI 8-bit string (which may be Unicode or not) to wxWidget's
wxString class to call the C++ functions with and this must also succeed.

Regards,
    John
------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
wxlua-users mailing list
wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to