git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32927
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
{
{ "+-", L"+" },
{ "+--", L"+-" },
{
{ "+-", L"+" },
{ "+--", L"+-" },
+#if !defined(__GNUC__) || (__GNUC__ >= 3)
// Windows accepts invalid UTF-7 strings and so does our UTF-7
// conversion code -- this is wrong IMO but the way it is for now
//
// Windows accepts invalid UTF-7 strings and so does our UTF-7
// conversion code -- this is wrong IMO but the way it is for now
//
{
static const StringConversionData utf8data[] =
{
{
static const StringConversionData utf8data[] =
{
+#if !defined(__GNUC__) || (__GNUC__ >= 3)
{ "\xc2\xa3", L"\u00a3" },
{ "\xc2\xa3", L"\u00a3" },