default XML encoding (UTF-8) or XML encoding set in XML files is ignored:
inputEncoding is used instead
-------------------------------------------------------------------------------------------------------
Key: DOXIA-133
URL: http://jira.codehaus.org/browse/DOXIA-133
Project: doxia
Issue Type: Bug
Components: Site Renderer
Affects Versions: 1.0-alpha-8
Reporter: Herve Boutemy
Encoding can be specified per file, in the XML header: <?xml version="1.0"
encoding="xxx"?>, or defaults to UTF-8
But DefaultSiteRenderer class always read files with inputEncoding: {{reader =
new InputStreamReader( new FileInputStream( fullPathDoc ),
context.getInputEncoding() );}}
When the source file is XML (xdoc, xhtml), should use XmlReader from
PLXUTILS-11 to detect the XML stream encoding instead.
Test case included in MSITE-239, site-plugin-test14
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira