made the example Unicode-friendly (patch 785642)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22791 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -16,7 +16,7 @@ For example:
|
|||||||
|
|
||||||
\begin{verbatim}
|
\begin{verbatim}
|
||||||
|
|
||||||
wxStringTokenizer tkz("first:second:third:fourth", ":");
|
wxStringTokenizer tkz(wxT("first:second:third:fourth"), wxT(":"));
|
||||||
while ( tkz.HasMoreTokens() )
|
while ( tkz.HasMoreTokens() )
|
||||||
{
|
{
|
||||||
wxString token = tkz.GetNextToken();
|
wxString token = tkz.GetNextToken();
|
||||||
|
Reference in New Issue
Block a user