summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-03-08 20:27:47 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-03-08 20:27:47 +0000
commit1f5b55cb9b763b214dd5901b09a7be104af1930b (patch)
tree2621db5b3475286b07b96105bbb97fc86087d251 /configure
parent10825e00a91fe342e51d23a8c187b36219464c71 (diff)
downloadmpv-1f5b55cb9b763b214dd5901b09a7be104af1930b.tar.bz2
mpv-1f5b55cb9b763b214dd5901b09a7be104af1930b.tar.xz
UTF-8 is used everywhere else and seems to be more portable than utf8 (FreeBSD)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17784 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 98eded7c9c..61ab52db31 100755
--- a/configure
+++ b/configure
@@ -6964,7 +6964,7 @@ elif test -z "$_charset" ; then
if test "$_gtk1" = yes ; then
_charset=`cat ${_mp_help}.charset`
else
- _charset=utf8
+ _charset="UTF-8"
fi
fi
if test "$_charset" ; then