|
As discussed in
https://groups.google.com/g/wx-dev/c/RCK_1m5Emzo
"
_() macro when used with wxNO_IMPLICIT_WXSTRING_ENCODING will expand to wxGetTranslation(wxASCII_STR(s))
which is going to be broken for any strings that are not ASCII or are wide char. So this will mean you
cannot use anything non-ASCII in your base language.
"
|