From: Stefan Neis Date: Fri, 8 Jun 2007 16:48:12 +0000 (+0000) Subject: Try using UTF-8 on OS/2. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/9a5bfa1eab8368f342d0b0fb1c594a5afcb22895 Try using UTF-8 on OS/2. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46374 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/configure.in b/configure.in index b3c7ed39aa..62071e88d4 100644 --- a/configure.in +++ b/configure.in @@ -3859,6 +3859,11 @@ if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_UNICODE_UTF8" = "auto" ; then 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