]> source.dussan.org Git - poi.git/commit
fix for bug 45866 - allowed for change of unicode compression across Continue records
authorJosh Micich <josh@apache.org>
Sat, 11 Oct 2008 01:11:05 +0000 (01:11 +0000)
committerJosh Micich <josh@apache.org>
Sat, 11 Oct 2008 01:11:05 +0000 (01:11 +0000)
commite75bd50c65afcfa6943219df787b1d7a10eb7619
treee0a93e69f2fac77fa1e64270a556e7ca81b23455
parent25f26a82f7c607987a6b17002553624bd91c4caf
fix for bug 45866 - allowed for change of unicode compression across Continue records

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@703620 13f79535-47bb-0310-9956-ffa450edef68
src/documentation/content/xdocs/changes.xml
src/documentation/content/xdocs/status.xml
src/java/org/apache/poi/hssf/record/RecordInputStream.java
src/testcases/org/apache/poi/hssf/record/AllRecordTests.java
src/testcases/org/apache/poi/hssf/record/TestRecordInputStream.java [new file with mode: 0644]
src/testcases/org/apache/poi/hssf/record/TestUnicodeString.java