mirror of https://github.com/mpv-player/mpv
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:
parent
508c93566d
commit
1542182417
|
@ -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.
|
||||
************************************************** -->
|
||||
|
|
Loading…
Reference in New Issue