wxStyledTextCtrl can now be built and used when wxUSE_UNICODE==1.
authorRobin Dunn <robin@alldunn.com>
Wed, 20 Mar 2002 20:43:39 +0000 (20:43 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 20 Mar 2002 20:43:39 +0000 (20:43 +0000)
commit10ef30eb534117ae854c9d099101c862fe96bcb0
tree5eb160c11b257da04577f4785dc80d2de66750c4
parentef1cae87cd4102bef46712f64f06fcd102ae9eee
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
22 files changed:
contrib/include/wx/stc/stc.h
contrib/src/stc/PlatWX.cpp
contrib/src/stc/ScintillaWX.cpp
contrib/src/stc/ScintillaWX.h
contrib/src/stc/gen_iface.py
contrib/src/stc/stc.cpp
contrib/src/stc/stc.cpp.in
contrib/src/stc/stc.h.in
include/wx/stc/stc.h
src/stc/PlatWX.cpp
src/stc/ScintillaWX.cpp
src/stc/ScintillaWX.h
src/stc/gen_iface.py
src/stc/stc.cpp
src/stc/stc.cpp.in
src/stc/stc.h.in
wxPython/contrib/stc/msw/stc_.cpp
wxPython/contrib/stc/msw/stc_.py
wxPython/demo/data/stc.h.html
wxPython/demo/wxStyledTextCtrl_1.py
wxPython/setup.py
wxPython/src/my_typemaps.i