git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53355 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2008-04-25 17:44:46 +00:00
parent 772f15b4d7
commit 528fb6dc89

View File

@@ -79,7 +79,7 @@ public:
@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.