The following issue has been updated: Updater: Dave Brondsema (mailto:[EMAIL PROTECTED]) Date: Fri, 18 Feb 2005 5:14 PM Changes: Fix Version changed to 0.8 Fix Version changed from 0.7 --------------------------------------------------------------------- For a full history of the issue, see:
http://issues.cocoondev.org//browse/FOR-143?page=history --------------------------------------------------------------------- View the issue: http://issues.cocoondev.org//browse/FOR-143 Here is an overview of the issue: --------------------------------------------------------------------- Key: FOR-143 Summary: Encoding of HTML files should be configurable Type: Bug Status: Unassigned Priority: Major Project: Forrest Components: Core operations Fix Fors: 0.8 Assignee: Reporter: Juan Jose Pablos Created: Tue, 4 May 2004 7:04 PM Updated: Fri, 18 Feb 2005 5:14 PM Description: From: Fabrice Bacchella By default, HTML files are encoded in ISO-8859-1 because of the way the Cocoon's HTML serialiser is declared in sitemap.xmap : <map:serializer name="html" mime-type="text/html" src="org.apache.cocoon.serialization.HTMLSerializer"> <doctype-public>-//W3C//DTD HTML 4.01 Transitional//EN</doctype-public> <doctype-system>http://www.w3.org/TR/html4/loose.dtd</doctype-system> </map:serializer> The default one is such a case is ISO-8859-1. And it even add a META inthe HTML result. But here in French, ISO-8859-15 is better because of the =AB e dans l'o =BB character : =9C. In Russian or Asia, the situation is even worse. Is that possible to add a properties in forrest.properties saying for example : project.encoding=UTF-8 and adding a <encoding>@project.encoding@</encoding> element in the HTML serializer ? And in a more general way, where can I find a document about the way properties are used by forrest ? Which files use them ? How to add a new one ? --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://issues.cocoondev.org//secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira