Generated XSL files should be in UTF-8.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20777 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-11-08 12:39:16 +00:00
parent 508c93566d
commit 1542182417
1 changed files with 3 additions and 3 deletions

6
DOCS/xml/configure vendored
View File

@ -92,7 +92,7 @@ else
fi
cat > html-chunk.xsl << EOF
<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml version="1.0" encoding="utf-8"?>
<!-- **************************************************
This file is generated automatically. DO NOT EDIT.
************************************************** -->
@ -107,7 +107,7 @@ EOF
cat > html-single.xsl << EOF
<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml version="1.0" encoding="utf-8"?>
<!-- **************************************************
This file is generated automatically. DO NOT EDIT.
************************************************** -->
@ -148,7 +148,7 @@ fi
for lang in `grep 'SUBDIRS =' Makefile|cut -d= -f2`; do
cat > $lang/main.xml << EOF
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!-- **************************************************
This file is generated automatically. DO NOT EDIT.
************************************************** -->