when I tried to put Chinese characters in the
wxStyledTextCtrl,I found the ctrl deals with the
characters badly,how can I solve this problem?
Thanks in advance.
···
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
when I tried to put Chinese characters in the
wxStyledTextCtrl,I found the ctrl deals with the
characters badly,how can I solve this problem?
Are you using the Unicode version? Otherwise I think the font encodings
for the styles are not being handled correctly by wxSTC so that may be
the problem you are seeing.
···
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!
Otherwise I think the font encodings
for the styles are not being handled correctly by wxSTC so that may be
the problem you are seeing.
It is a lot of effort to make DBCS text work correctly in other Scintilla
platform layers. I'd expect you would need a committed volunteer to
implement and maintain this. Unicode is a simpler approach.