From 64ef36223cd07a4c4d9b4c22d57d311c5919c100 Mon Sep 17 00:00:00 2001 From: Ove Kaaven Date: Thu, 8 Apr 1999 23:22:29 +0000 Subject: [PATCH] Unicode support is *experimental*, so disable it by default. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2074 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- configure | 2 +- configure.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 092e29f150..85e888fb5e 100755 --- a/configure +++ b/configure @@ -5384,7 +5384,7 @@ DEFAULT_wxUSE_WX_RESOURCES=1 DEFAULT_wxUSE_RPC=0 DEFAULT_wxUSE_HELP=1 -DEFAULT_wxUSE_UNICODE=1 +DEFAULT_wxUSE_UNICODE=0 DEFAULT_wxUSE_WCSRTOMBS=0 diff --git a/configure.in b/configure.in index 12d8ca1af3..ca2a5c4e4e 100644 --- a/configure.in +++ b/configure.in @@ -867,7 +867,7 @@ DEFAULT_wxUSE_WX_RESOURCES=1 DEFAULT_wxUSE_RPC=0 DEFAULT_wxUSE_HELP=1 -DEFAULT_wxUSE_UNICODE=1 +DEFAULT_wxUSE_UNICODE=0 DEFAULT_wxUSE_WCSRTOMBS=0 dnl ---------------------------------------------------------------- -- 2.45.2