]> source.dussan.org Git - poi.git/commit
[github-149] improve MAPIMessage.guess7BitEncoding, improve MAPIMessage.getHtmlBody...
authorPJ Fanning <fanningpj@apache.org>
Sun, 26 May 2019 09:43:59 +0000 (09:43 +0000)
committerPJ Fanning <fanningpj@apache.org>
Sun, 26 May 2019 09:43:59 +0000 (09:43 +0000)
commitf74a8f9abb6e794bc7e27bea8553c106d43c4037
tree7742752b01fd00af5dae032594b91df2f5c4293c
parent3d5671ac5ea9a4b724019fb1d83aa3736751e4a5
[github-149] improve MAPIMessage.guess7BitEncoding, improve MAPIMessage.getHtmlBody. Thanks to Dominik Hölzl. This closes #149

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1860043 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/poi/util/LocaleUtil.java
src/scratchpad/src/org/apache/poi/hsmf/MAPIMessage.java
src/scratchpad/src/org/apache/poi/hsmf/datatypes/MAPIProperty.java
src/scratchpad/testcases/org/apache/poi/hsmf/AllHSMFTests.java
src/scratchpad/testcases/org/apache/poi/hsmf/Test7BitCodepage.java [new file with mode: 0644]
test-data/hsmf/ASCII_CP1251_LCID1049.msg [new file with mode: 0644]
test-data/hsmf/ASCII_UTF-8_CP1252_LCID1031.msg [new file with mode: 0644]
test-data/hsmf/ASCII_UTF-8_CP1252_LCID1031_HTML.msg [new file with mode: 0644]
test-data/hsmf/HTMLBodyBinary_CP1251.msg [new file with mode: 0644]
test-data/hsmf/HTMLBodyBinary_UTF-8.msg [new file with mode: 0644]