[MPlayer-DOCS] r20777 - trunk/DOCS/xml/configure
diego
subversion at mplayerhq.hu
Wed Nov 8 13:39:16 CET 2006
Author: diego
Date: Wed Nov 8 13:39:16 2006
New Revision: 20777
Modified:
trunk/DOCS/xml/configure
Log:
Generated XSL files should be in UTF-8.
Modified: trunk/DOCS/xml/configure
==============================================================================
--- trunk/DOCS/xml/configure (original)
+++ trunk/DOCS/xml/configure Wed Nov 8 13:39:16 2006
@@ -92,7 +92,7 @@
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 @@
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 @@
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.
************************************************** -->
More information about the MPlayer-DOCS
mailing list