vmassol 2002/08/30 12:42:56
Modified: documentation/docs/xdocs/misc Tag: CACTUS_14_BRANCH
junit-noframes.xsl
documentation/docs/xdocs Tag: CACTUS_14_BRANCH changes.xml
Log:
The encoding in the sample <code>junit-noframes</code> XSL stylesheet was set to be
"US-ASCII". It is now set to "UTF-8". Apparently, XSLT processors are only required to
support utf-8 and utf-16, the rest is processor specific. For example your processor
might spupport US-ASCII-7 and others might support US-ASCII. Thanks to Robert Koberg
for the explanation!
Revision Changes Path
No revision
No revision
1.1.6.1 +2 -2 jakarta-cactus/documentation/docs/xdocs/misc/junit-noframes.xsl
Index: junit-noframes.xsl
===================================================================
RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/misc/junit-noframes.xsl,v
retrieving revision 1.1
retrieving revision 1.1.6.1
diff -u -r1.1 -r1.1.6.1
--- junit-noframes.xsl 14 May 2002 22:28:05 -0000 1.1
+++ junit-noframes.xsl 30 Aug 2002 19:42:56 -0000 1.1.6.1
@@ -1,6 +1,6 @@
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
-<xsl:output method="html" indent="yes" encoding="US-ASCII"/>
-<xsl:decimal-format decimal-separator="." grouping-separator="," />
+<xsl:output method="html" indent="yes" encoding="UTF-8"/>
+<xsl:decimal-format decimal-separator="." grouping-separator=","/>
<!--
The Apache Software License, Version 1.1
No revision
No revision
1.35.2.7 +8 -0 jakarta-cactus/documentation/docs/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/changes.xml,v
retrieving revision 1.35.2.6
retrieving revision 1.35.2.7
diff -u -r1.35.2.6 -r1.35.2.7
--- changes.xml 30 Aug 2002 19:39:24 -0000 1.35.2.6
+++ changes.xml 30 Aug 2002 19:42:56 -0000 1.35.2.7
@@ -52,6 +52,14 @@
Fixed bug that was preventing having several POST parameters added in
the request in <code>beginXXX()</code> methods.
</action>
+ <action dev="VMA" type="fix" due-to="Dave Hoover"
due-to-email="[EMAIL PROTECTED]">
+ The encoding in the sample <code>junit-noframes</code> XSL
+ stylesheet was set to be "US-ASCII". It is now set to "UTF-8".
+ Apparently, XSLT processors are only required to support utf-8
+ and utf-16, the rest is processor specific. For example your
+ processor might spupport US-ASCII-7 and others might support
+ US-ASCII. Thanks to Robert Koberg for the explanation!
+ </action>
</release>
<release version="1.4" date="25 August 2002">
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>