Added 32-bit (UCS-4) wxUString class
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54802 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -82,6 +82,9 @@ public:
|
||||
and Linux, too, you can specify this on the command line with the
|
||||
@c configure @c --disable-utf8 switch.
|
||||
|
||||
If you need a Unicode string class with O(1) access on all platforms
|
||||
you should consider using wxUString.
|
||||
|
||||
Since iterating over a wxString by index can become inefficient in UTF-8
|
||||
mode and iterators should be used instead of index based access:
|
||||
|
||||
@@ -268,7 +271,7 @@ public:
|
||||
::Objects, ::wxEmptyString,
|
||||
|
||||
@see @ref overview_string "wxString overview", @ref overview_unicode
|
||||
"Unicode overview"
|
||||
"Unicode overview", wxUString
|
||||
*/
|
||||
class wxString
|
||||
{
|
||||
|
Reference in New Issue
Block a user