svn: /phpdoc/da/trunk/ make_chm_index.html preface.xml translation.xml

[email protected] (Kalle Sommer Nielsen) Wed, 31 Mar 2010 08:39:28 +0000
Newsgroups php.doc.da
Message-ID <[email protected]>
--e8250bacf5541568f03719f8748f5b859f45ac1a
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

kalle                                    Wed, 31 Mar 2010 08:39:28 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=297213

Log:
Use UTF-8 aswell in xml declarings

Changed paths:
    U   phpdoc/da/trunk/make_chm_index.html
    U   phpdoc/da/trunk/preface.xml
    U   phpdoc/da/trunk/translation.xml

Modified: phpdoc/da/trunk/make_chm_index.html
===================================================================
--- phpdoc/da/trunk/make_chm_index.html	2010-03-31 06:16:16 UTC (rev 297212)
+++ phpdoc/da/trunk/make_chm_index.html	2010-03-31 08:39:28 UTC (rev 297213)
@@ -3,7 +3,7 @@
 <!-- EN-Revision: 293139 Maintainer: kalle Status: ready -->
 <HEAD>
   <TITLE>PHP Manualen</TITLE>
-  <META NAME="HTTP_EQUIV" CONTENT="text/html; charset=ISO-8859-1">
+  <META NAME="HTTP_EQUIV" CONTENT="text/html; charset=UTF-8">
   <LINK REL="STYLESHEET" HREF="style.css">
 </HEAD>
 <BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF" VLINK="#840084" ALINK="#0000FF" TOPMARGIN="0" LEFTMARGIN="0">

Modified: phpdoc/da/trunk/preface.xml
===================================================================
--- phpdoc/da/trunk/preface.xml	2010-03-31 06:16:16 UTC (rev 297212)
+++ phpdoc/da/trunk/preface.xml	2010-03-31 08:39:28 UTC (rev 297213)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!-- $Revision$ -->
 <!-- EN-Revision: 297028 Maintainer: kalle Status: ready -->


Modified: phpdoc/da/trunk/translation.xml
===================================================================
--- phpdoc/da/trunk/translation.xml	2010-03-31 06:16:16 UTC (rev 297212)
+++ phpdoc/da/trunk/translation.xml	2010-03-31 08:39:28 UTC (rev 297213)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="iso-8859-1" ?>
+<?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE translation SYSTEM "../dtds/translation.dtd">

 <translation xmlns="http://docbook.org/ns/docbook">

--e8250bacf5541568f03719f8748f5b859f45ac1a--