git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27986
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
} data[] =
{
{ L"hello", "hello" }, // test that it works in simplest case
} 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);
};
wxCSConv cs1250(wxFONTENCODING_CP1250);