always return (owned or non-owned, depending on build) wxScopedCharBuffer from utf8_str() and ToUTF8()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59945 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -420,12 +420,7 @@ public:
|
||||
|
||||
@see wc_str(), c_str(), mb_str()
|
||||
*/
|
||||
const char* utf8_str() const;
|
||||
|
||||
/**
|
||||
@overload
|
||||
*/
|
||||
const wxCharBuffer utf8_str() const;
|
||||
const wxScopedCharBuffer utf8_str() const;
|
||||
|
||||
/**
|
||||
Converts the strings contents to the wide character represention
|
||||
@@ -497,12 +492,7 @@ public:
|
||||
/**
|
||||
Same as utf8_str().
|
||||
*/
|
||||
const char* ToUTF8() const;
|
||||
|
||||
/**
|
||||
@overload
|
||||
*/
|
||||
const wxCharBuffer ToUTF8() const;
|
||||
const wxScopedCharBuffer ToUTF8() const;
|
||||
|
||||
//@}
|
||||
|
||||
|
Reference in New Issue
Block a user