]> source.dussan.org Git - poi.git/commit
fixed RecordFormatException when reading unicode strings with photenic data, see...
authorYegor Kozlov <yegor@apache.org>
Fri, 11 Mar 2011 09:33:22 +0000 (09:33 +0000)
committerYegor Kozlov <yegor@apache.org>
Fri, 11 Mar 2011 09:33:22 +0000 (09:33 +0000)
commitdd87e86c4424896d8c05e4ae36ca522e838bf847
treefc19b5f1891e8260ed89d4f9f92476b55c6c2675
parent5b8ee9b86561b01f8a636f4b02c433cd3cfc68be
fixed RecordFormatException when reading unicode strings with photenic data, see Bugzilla 50779

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1080496 13f79535-47bb-0310-9956-ffa450edef68
src/documentation/content/xdocs/status.xml
src/java/org/apache/poi/hssf/record/common/UnicodeString.java
src/java/org/apache/poi/hssf/record/cont/ContinuableRecordInput.java [new file with mode: 0644]
src/testcases/org/apache/poi/hssf/record/TestSSTRecord.java
src/testcases/org/apache/poi/hssf/usermodel/TestBugs.java
test-data/spreadsheet/50779_1.xls [new file with mode: 0644]
test-data/spreadsheet/50779_2.xls [new file with mode: 0644]