git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46374
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
wxUSE_UNICODE_UTF8=yes
elif test "$TOOLKIT" = "GTK" -a "$WXGTK20" = "1" ; then
wxUSE_UNICODE_UTF8=yes
+ elif test "$USE_OS2" = "1" ; then
+ dnl wide char support is quite incomplete in libc;
+ dnl UTF-8 might actually work when evaluating/setting
+ dnl code pages correctly, even for ports other than GTK20.
+ wxUSE_UNICODE_UTF8=yes
else
wxUSE_UNICODE_UTF8=no
fi