git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49874
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
{
#if wxUSE_UTF8_LOCALE_ONLY
wxFAIL_MSG( "invalid UTF-8 character" );
+ wxUnusedVar(c);
+
return wxT('?'); // FIXME-UTF8: what to use as failure character?
#else
wchar_t buf[2];
{
#if wxUSE_UTF8_LOCALE_ONLY
wxFAIL_MSG( "character cannot be converted to single UTF-8 byte" );
+ wxUnusedVar(c);
+
return '?'; // FIXME-UTF8: what to use as failure character?
#else
wchar_t in = c;