[hipl-commit] [trunk] Rev 4100: Mark XML encoding as UTF-8, not ISO8859-1, this is the 21st century.

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Tue, 30 Mar 2010 15:46:53 +0300

Committer: Diego Biurrun <diego@xxxxxxxxxx>
Date: 30/03/2010 at 15:46:53
Revision: 4100
Revision-id: diego@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  Mark XML encoding as UTF-8, not ISO8859-1, this is the 21st century.

Modified:
  M  doc/HOWTO.xml

=== modified file 'doc/HOWTO.xml'
--- doc/HOWTO.xml       2010-03-30 12:41:08 +0000
+++ doc/HOWTO.xml       2010-03-30 12:46:23 +0000
@@ -1,4 +1,4 @@
-<?xml version='1.0' encoding="iso-8859-1" ?>
+<?xml version='1.0' encoding="utf-8" ?>
 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
 "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd";>
 <book>

Other related posts:

  • » [hipl-commit] [trunk] Rev 4100: Mark XML encoding as UTF-8, not ISO8859-1, this is the 21st century. - Diego Biurrun