Try using UTF-8 on OS/2.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46374 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -3859,6 +3859,11 @@ if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_UNICODE_UTF8" = "auto" ; then
|
|||||||
wxUSE_UNICODE_UTF8=yes
|
wxUSE_UNICODE_UTF8=yes
|
||||||
elif test "$TOOLKIT" = "GTK" -a "$WXGTK20" = "1" ; then
|
elif test "$TOOLKIT" = "GTK" -a "$WXGTK20" = "1" ; then
|
||||||
wxUSE_UNICODE_UTF8=yes
|
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
|
else
|
||||||
wxUSE_UNICODE_UTF8=no
|
wxUSE_UNICODE_UTF8=no
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user