Non-ASCII chars in string constant

Robin Dunn robin at alldunn.com
Sun Oct 1 23:36:09 PDT 2006


The non-ASCII characters in richtextctrl.cpp gives this error with GCC:

../src/richtext/richtextctrl.cpp: In function ‘bool 
wxIsWordDelimiter(const wxString&)’:
../src/richtext/richtextctrl.cpp:1613: error: converting to execution 
character set: Invalid or incomplete multibyte or wide character

Is there a better way to specify these characters or should they just be 
removed?

-- 
Robin Dunn
Software Craftsman
http://wxPython.org  Java give you jitters?  Relax with wxPython!





More information about the wx-dev mailing list