wxFTP docs update and a small fix to wxString overview (Unicode *is* supported
now!) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8957 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -9,8 +9,8 @@ wxString is a class which represents a character string of arbitrary length (lim
|
||||
arbitrary characters. The ASCII NUL character is allowed, although care should be
|
||||
taken when passing strings containing it to other functions.
|
||||
|
||||
wxString only works with ASCII (8 bit characters) strings as of this release,
|
||||
but support for UNICODE (16 but characters) is planned for the next one.
|
||||
wxString works with both ASCII (8 bit characters) as well as UNICODE (16 but
|
||||
characters) strings.
|
||||
|
||||
This class has all the standard operations you can expect to find in a string class:
|
||||
dynamic memory management (string extends to accommodate new characters),
|
||||
|
Reference in New Issue
Block a user