comparison configure @ 17783:58fff521d376

UTF-8 is used everywhere else and seems to be more portable than utf8 (FreeBSD)
author reimar
date Wed, 08 Mar 2006 20:27:47 +0000
parents dca06252af6c
children 19096bce8095
comparison
equal deleted inserted replaced
17782:dca06252af6c 17783:58fff521d376
6962 _charset="" 6962 _charset=""
6963 elif test -z "$_charset" ; then 6963 elif test -z "$_charset" ; then
6964 if test "$_gtk1" = yes ; then 6964 if test "$_gtk1" = yes ; then
6965 _charset=`cat ${_mp_help}.charset` 6965 _charset=`cat ${_mp_help}.charset`
6966 else 6966 else
6967 _charset=utf8 6967 _charset="UTF-8"
6968 fi 6968 fi
6969 fi 6969 fi
6970 if test "$_charset" ; then 6970 if test "$_charset" ; then
6971 _def_charset="#define MSG_CHARSET \"$_charset\"" 6971 _def_charset="#define MSG_CHARSET \"$_charset\""
6972 else 6972 else