You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by ri...@apache.org on 2004/12/03 16:31:50 UTC

svn commit: r109685 - /forrest/trunk/main/webapp/sitemap.xmap

Author: rick
Date: Fri Dec  3 07:31:49 2004
New Revision: 109685

URL: http://svn.apache.org/viewcvs?view=rev&rev=109685
Log:
Changed the encoding of the text serializer to be UTF-8 instead of the
default ISO-8859-1.

This was necessary so that the text output plugin could deal with
character entities that are emitted by todo2document.xsl that are
outside the range of ISO-8859-1.


Modified:
   forrest/trunk/main/webapp/sitemap.xmap

Modified: forrest/trunk/main/webapp/sitemap.xmap
Url: http://svn.apache.org/viewcvs/forrest/trunk/main/webapp/sitemap.xmap?view=diff&rev=109685&p1=forrest/trunk/main/webapp/sitemap.xmap&r1=109684&p2=forrest/trunk/main/webapp/sitemap.xmap&r2=109685
==============================================================================
--- forrest/trunk/main/webapp/sitemap.xmap	(original)
+++ forrest/trunk/main/webapp/sitemap.xmap	Fri Dec  3 07:31:49 2004
@@ -195,7 +195,9 @@
         <doctype-public>-//W3C//DTD SVG 1.0//EN</doctype-public>
         <doctype-system>http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd</doctype-system>
       </map:serializer>
-      <map:serializer logger="sitemap.serializer.text" mime-type="text/plain" name="text" src="org.apache.cocoon.serialization.TextSerializer"/>
+      <map:serializer logger="sitemap.serializer.text" mime-type="text/plain" name="text" src="org.apache.cocoon.serialization.TextSerializer">
+        <encoding>UTF-8</encoding>
+      </map:serializer>
       
      <!--
       <map:serializer mime-type="application/x-shockwave-flash" name="swf" src="org.apache.cocoon.serialization.SWFSerializer"/>