Replace non-ascii characters with escapes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36258 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -885,7 +885,7 @@ void MyApp::DoUnicodeDemo(wxCommandEvent& WXUNUSED(event))
|
||||
textCtrl << _T("\nTest wchar_t to char (Unicode to ANSI/Multibyte) converions:");
|
||||
|
||||
wxString str;
|
||||
str = _T("Robert R<EFBFBD>bling\n");
|
||||
str = _T("Robert R\366bling\n");
|
||||
|
||||
printf( "\n\nConversion with wxConvLocal:\n" );
|
||||
wxConvCurrent = &wxConvLocal;
|
||||
|
Reference in New Issue
Block a user