diff --git a/interface/string.h b/interface/string.h index 75ae1f828e..c82e2eb395 100644 --- a/interface/string.h +++ b/interface/string.h @@ -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.