Preparing wxString for UTF-8 representation:
authorVáclav Slavík <vslavik@fastmail.fm>
Mon, 26 Mar 2007 20:28:04 +0000 (20:28 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Mon, 26 Mar 2007 20:28:04 +0000 (20:28 +0000)
commit8f93a29f8e50aa9dc6076a900ad6d316fafddcc3
tree4e06a36167384a929b53a977fed95b4317b761d9
parentd9485f89b8c8d6160cedf8b9b4a7a4105a3624d1
Preparing wxString for UTF-8 representation:
1) split into wxStringImpl class that has std::string-like API and operates on char* or wchar_t* data and wxString class that provides Unicode iterators and indexes
2) added both char* and wchar_t* versions of many wxString methods to avoid having to use _T()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45078 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/chartype.h
include/wx/string.h
include/wx/strvararg.h
src/common/string.cpp
src/common/strvararg.cpp