Skip to content

Commit af08bc0

Browse files
committed
Set JavaDoc encoding to UTF-8
1 parent 00f224e commit af08bc0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,9 @@
9898
<artifactId>maven-javadoc-plugin</artifactId>
9999
<version>2.9.1</version>
100100
<configuration>
101+
<charset>UTF-8</charset>
102+
<docencoding>UTF-8</docencoding>
103+
<encoding>UTF-8</encoding>
101104
<header>&lt;script type='text/x-mathjax-config'&gt;
102105
MathJax.Hub.Config({
103106
tex2jax: {

0 commit comments

Comments
 (0)