Open GoogleCodeExporter opened 9 years ago
I confront with same problem to handle Japanese.
To fix this problem, change "ascii" to "mbcs" in wrapper.h and wrapper.cpp.
This is not complete solution but it works. one existing problem is
to print string to Command Logger. for example,
print mxs.selection[0]
can't print multi byte character correctly but
print unicode(mxs.selection[0], 'mbcs')
works fine.
Original comment by hchiy...@gmail.com
on 17 Jan 2014 at 9:44
Original issue reported on code.google.com by
MateuszK...@gmail.com
on 4 Apr 2013 at 4:57