changeset 20732:411880b516d4

r20650 inverted the gtk1 check before setting charset, this disabling all charset conversions. Fix to always use UTF-8 as default now.
author reimar
date Tue, 07 Nov 2006 17:21:34 +0000
parents 8ac598494946
children 404fb439acba
files configure
diffstat 1 files changed, 1 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Tue Nov 07 16:45:49 2006 +0000
+++ b/configure	Tue Nov 07 17:21:34 2006 +0000
@@ -1677,7 +1677,7 @@
 #_language=en
 _shm=auto
 _linux_devfs=no
-#_charset=utf8
+_charset="UTF-8"
 _dynamic_plugins=no
 _crash_debug=no
 _sighandler=yes
@@ -7065,10 +7065,6 @@
 
 if test "$_charset" = "noconv" ; then
   _charset=""
-elif test -z "$_charset" ; then
-  if test "$_gtk1" = yes ; then
-    _charset="UTF-8"
-  fi
 fi
 if test "$_charset" ; then
   _def_charset="#define MSG_CHARSET \"$_charset\""