Hi Vincent,
We solved around 30 issues:
http://jira.codehaus.org/secure/ReleaseNote.jspa?version=14120&styleName=Text&projectId=11138
The handling of the charset parameter I proposed to Hervé in
MJAVADOC-206 gives rise to misbehavior. Imagine the following plugin
configuration:
<configuration>
<docencoding>ISO-8859-1</docencoding>
</configuration>
i.e. the generated HTML files are encoded using Latin-1. However, the
charset written in the <META> tag will state "text/html; charset=UTF-8",
potentially making a browser render garbage characters.
I just fixed that, so maybe it's worth to include this for the release.
Sorry, that I didn't spot this earlier.
Benjamin
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]