Sébastien Brisard created MATH-903:
--------------------------------------
Summary: UTF-8 extended characters are not rendered correctly in
the javadoc
Key: MATH-903
URL: https://issues.apache.org/jira/browse/MATH-903
Project: Commons Math
Issue Type: Bug
Affects Versions: 3.1
Reporter: Sébastien Brisard
Assignee: Sébastien Brisard
Priority: Minor
It was recently agreed on the [mailing
list|http://markmail.org/thread/bnnjyakdhx7icsj7] that UTF-8 extended
characters should be allowed in the Javadoc comments (in place of {{&...;}}
HTML special characters), in order to increase readability.
The {{pom.xml}} states
{code:xml}
<properties>
...
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
...
</properties>
{code}
which, according to [this
FAQ|http://maven.apache.org/plugins/maven-javadoc-plugin/faq.html#What_are_the_values_of_encoding_docencoding_and_charset_parameters],
should be enough to accept UTF-8 encoding in the Javadoc. However, UTF-8
extended characters are not rendered correctly.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira