From: Robin Dunn Date: Wed, 20 Mar 2002 20:43:39 +0000 (+0000) Subject: wxStyledTextCtrl can now be built and used when wxUSE_UNICODE==1. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/10ef30eb534117ae854c9d099101c862fe96bcb0?ds=sidebyside;hp=10ef30eb534117ae854c9d099101c862fe96bcb0 wxStyledTextCtrl can now be built and used when wxUSE_UNICODE==1. When in unicode mode Scintilla uses UTF-8 internally so the wxSTC wrapper only needs to convert to/from UTF-8 in the right places. Still need to figure out to get unicode characters from key/char events... git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14693 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 ---