]> source.dussan.org Git - poi.git/commit
Deprecate the old HPSF codepage Constants list, and change the code to use the new...
authorNick Burch <nick@apache.org>
Wed, 26 Jun 2013 18:20:37 +0000 (18:20 +0000)
committerNick Burch <nick@apache.org>
Wed, 26 Jun 2013 18:20:37 +0000 (18:20 +0000)
commit401dcb864d601485ddcb5a5203140fea01bbe4e7
treee204613c5f9224f4b79b316b6e59d7e1294335c0
parent182b941b2cb5cf4411cd1c577f332fa75a16b9f3
Deprecate the old HPSF codepage Constants list, and change the code to use the new CodePageUtil class instead for their codepage work

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1497035 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/poi/hpsf/CodePageString.java
src/java/org/apache/poi/hpsf/Constants.java
src/java/org/apache/poi/hpsf/DocumentSummaryInformation.java
src/java/org/apache/poi/hpsf/MutableProperty.java
src/java/org/apache/poi/hpsf/MutableSection.java
src/java/org/apache/poi/hpsf/Property.java
src/java/org/apache/poi/hpsf/VariantSupport.java
src/testcases/org/apache/poi/hpsf/basic/TestUnicode.java
src/testcases/org/apache/poi/hpsf/basic/TestWrite.java
src/testcases/org/apache/poi/hpsf/basic/TestWriteWellKnown.java