crossley 2002/12/12 00:05:52
Modified: src/documentation/xdocs/howto howto-i18n-xmlform.xml
Log:
Fix XML encoding. This file contains UTF-8 encoded umlauts, but the encoding
was (wrongly) declared as latin1.
Submitted by: Hans Ulrich Niedermann <[EMAIL PROTECTED]>
Revision Changes Path
1.5 +1 -1 xml-cocoon2/src/documentation/xdocs/howto/howto-i18n-xmlform.xml
Index: howto-i18n-xmlform.xml
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/documentation/xdocs/howto/howto-i18n-xmlform.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- howto-i18n-xmlform.xml 1 Nov 2002 13:46:18 -0000 1.4
+++ howto-i18n-xmlform.xml 12 Dec 2002 08:05:52 -0000 1.5
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.0//EN"
"../dtd/document-v10.dtd">
<document>
<header>
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]