Mention wxConvLocal in wxString

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53481 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2008-05-07 17:56:20 +00:00
parent a7d23734be
commit ee0b7af01e
2 changed files with 21 additions and 12 deletions

View File

@@ -106,6 +106,11 @@ public:
@ref overview_unicode "Unicode overview" for more information
about it.
wxString uses the current locale encoding to convert any C string
literal to Unicode. The same is done for converting to and from
@c std::string and for the return value of c_str(). For this
conversion, the @a wxConvLocal class instance is used. See wxCSConv.
wxString implements most of the methods of the @c std::string class.
These standard functions are only listed here, but there are not
fully documented in this manual. Please see the STL documentation.