Hello all,<br><br>Is it possible to change the encoding of a page without having to change the default-zpublisher-encoding option in zope.conf?<br><br>My default encoding is iso8859-1 but we have to generate some XML files to a flash app, but flash only accept utf-8.
<br><br>I tried to encode the individual dynamic strings (obtained from database) in the XML with no success, since zpublisher is configured to iso8859-1 I think the xml is reencoded before it is sent. The XML file is declared with utf-8 encoding.
<br><br>All strings containing international characters are encoded to utf with python:reg.Field.decode('iso8859-1') in the xml file.<br><br>Flash loads the xml but all international characters disappears.<br><br>I'm using Zope 
2.9, MySQL 4.0 with ISO8859-1 encoding.<br><br>Thanks in advance,<br clear="all"><br>-- <br>Luiz Fernando B. Ribeiro