X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/20f46e8dc8ba9246f7174e9d9153f61282f53a07..b3074871eda967f720d11297e0b35e67188b429c:/tests/mbconv/main.cpp?ds=inline diff --git a/tests/mbconv/main.cpp b/tests/mbconv/main.cpp index 5eb0ecf30f..6c509c838d 100644 --- a/tests/mbconv/main.cpp +++ b/tests/mbconv/main.cpp @@ -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);