1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-07 07:31:48 +00:00

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
This commit is contained in:
reimar 2006-03-08 20:27:47 +00:00
parent 10825e00a9
commit 1f5b55cb9b

2
configure vendored
View File

@ -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