]> git.saurik.com Git - wxWidgets.git/commitdiff
compilation fix for gcc-3.4
authorVáclav Slavík <vslavik@fastmail.fm>
Wed, 23 Jun 2004 22:18:11 +0000 (22:18 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Wed, 23 Jun 2004 22:18:11 +0000 (22:18 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27986 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

tests/mbconv/main.cpp

index 5eb0ecf30fd83b9dace89bebbb34a44b425619e8..6c509c838ddb354f85f3a1ef3258bbf87099f4d5 100644 (file)
@@ -60,7 +60,7 @@ void MBConvTestCase::WC2CP1250()
     } data[] =
     {
         { L"hello", "hello" },  // test that it works in simplest case
-        { L"½ of ½ is ¼", NULL }, // this should fail as cp1250 doesn't have 1/2
+        { L"\xBD of \xBD is \xBC", NULL }, // this should fail as cp1250 doesn't have 1/2
     };
 
     wxCSConv cs1250(wxFONTENCODING_CP1250);