Skip to content

Commit

Permalink
Bugfix: non-english characters encoding (fixed support for UTF-8) (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
vsr061 authored Nov 29, 2020
1 parent 8556f94 commit 3ef37f9
Show file tree
Hide file tree
Showing 7 changed files with 254 additions and 219 deletions.
6 changes: 6 additions & 0 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,12 @@
<artifactId>poi-ooxml</artifactId>
<version>4.1.0</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-lang3 -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.6</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.json/json -->
<dependency>
<groupId>org.json</groupId>
Expand Down
Loading

0 comments on commit 3ef37f9

Please # to comment.