git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53355
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
@ref overview_unicode "Unicode overview" for more information
about it.
- Since wxWidgets 3.0 internally uses UCS-2 (basically 2-byte per
+ Since wxWidgets 3.0 wxString internally uses UCS-2 (basically 2-byte per
character wchar_t) under Windows and UTF-8 under Unix, Linux and
OS X to store its content. Much work has been done to make
existing code using ANSI string literals work as before.