From: Robert Roebling Date: Fri, 25 Apr 2008 17:44:46 +0000 (+0000) Subject: Typo X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/528fb6dc892e6accb2910a57122cbe501b8c6950?hp=772f15b4d744875a969a03f5fa8419c7681d9b2f Typo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53355 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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.