You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by ro...@apache.org on 2004/10/22 22:59:43 UTC

svn commit: rev 55330 - in incubator/lenya/branches/BRANCH_1_2_X/src/webapp: . lenya/usecases/kupu

Author: roku
Date: Fri Oct 22 13:59:42 2004
New Revision: 55330

Modified:
   incubator/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/usecases/kupu/usecase-kupu.xmap
   incubator/lenya/branches/BRANCH_1_2_X/src/webapp/sitemap.xmap
Log:
Fixed #30675. Kupu should not change the encoding anymore.
BTW: I will now make some tests re switching Lenya completely to UTF-8, or is that not useful for 1.2.x ??


Modified: incubator/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/usecases/kupu/usecase-kupu.xmap
==============================================================================
Binary files. No diff available.

Modified: incubator/lenya/branches/BRANCH_1_2_X/src/webapp/sitemap.xmap
==============================================================================
--- incubator/lenya/branches/BRANCH_1_2_X/src/webapp/sitemap.xmap	(original)
+++ incubator/lenya/branches/BRANCH_1_2_X/src/webapp/sitemap.xmap	Fri Oct 22 13:59:42 2004
@@ -170,6 +170,12 @@
     </map:serializer>
     
     <map:serializer name="xml" logger="sitemap.serializer.xml" mime-type="text/xml" src="org.apache.cocoon.serialization.XMLSerializer"/>
+    
+    <!-- Why can't we use UTF-8 in the above serializer ?? -->
+    <map:serializer name="xml-utf-8" logger="sitemap.serializer.xml-utf-8" mime-type="text/xml" pool-grow="2" pool-max="64" pool-min="2" src="org.apache.cocoon.serialization.XMLSerializer">
+      <encoding>UTF-8</encoding>
+    </map:serializer>
+    
 <!-- This serializer (Cocoon-2.1.5) has an issue with namespaces -->
 <!--
     <map:serializer name="xml" logger="sitemap.serializer.xml" mime-type="text/xml" src="org.apache.cocoon.components.serializers.XMLSerializer">

---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-cvs-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-cvs-help@cocoon.apache.org