]> source.dussan.org Git - poi.git/commit
- Fix: HPSF now ensures that string properties are always written with the type Varia...
authorRainer Klute <klute@apache.org>
Tue, 22 Jun 2004 16:11:39 +0000 (16:11 +0000)
committerRainer Klute <klute@apache.org>
Tue, 22 Jun 2004 16:11:39 +0000 (16:11 +0000)
commit8fc4b6ba05900823970d0d2dd41e8af8fefeabe7
tree6415d94281eec045244d89883dfc3befb95be29e
parent8f178420485be246c2fafdc2bbe9ec70bb8de990
- Fix: HPSF now ensures that string properties are always written with the type Variant.VT_LPWSTR instead of Variant.VT_LPSTR if the codepage is 1200 (Unicode).
- Code cleanup (propertyCount in MutableSection removed).
- Codepage numbers aggregated in the new class org.apache.poi.hpsf.Constants.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353561 13f79535-47bb-0310-9956-ffa450edef68
12 files changed:
src/java/org/apache/poi/hpsf/Constants.java [new file with mode: 0644]
src/java/org/apache/poi/hpsf/IllegalVariantTypeException.java [new file with mode: 0644]
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/PropertySet.java
src/java/org/apache/poi/hpsf/PropertySetFactory.java
src/java/org/apache/poi/hpsf/Section.java
src/java/org/apache/poi/hpsf/UnsupportedVariantTypeException.java
src/java/org/apache/poi/hpsf/VariantSupport.java
src/java/org/apache/poi/hpsf/VariantTypeException.java [new file with mode: 0644]
src/java/org/apache/poi/hpsf/WritingNotSupportedException.java