From: Paul K <pau...@ya...> - 2015-03-01 17:55:57
|
Hi Victor, > editor:AddText(wx.wxString(_text):ToUTF8()) > > only show caracters from 1 to 127 (fails with i=0,255) > > With Notepad plus I can convert it (i=0,255) to UTF save to a file and if If you are trying to convert to/from UTF8, you may want to check this discussion (http://sourceforge.net/p/wxlua/mailman/message/32175781/) and the methods described in it. See if this helps. Paul. |