diff options
author | Yegor Kozlov <yegor@apache.org> | 2009-06-19 13:45:55 +0000 |
---|---|---|
committer | Yegor Kozlov <yegor@apache.org> | 2009-06-19 13:45:55 +0000 |
commit | f7c0cc0c42399f56cc18514c9f18a9d4f14f9adb (patch) | |
tree | 2f1e85582a50900fa9c8b37dac4b0d0bcb8fb3f7 /src/documentation | |
parent | 943f1592933a962662b635d219e7b4b01e0f6b9e (diff) | |
download | poi-f7c0cc0c42399f56cc18514c9f18a9d4f14f9adb.tar.gz poi-f7c0cc0c42399f56cc18514c9f18a9d4f14f9adb.zip |
improved HWPF to better handle unicode, patch provided by Benjamin Engele and Maxim Valyanskiy, see Bugzilla #46610
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@786505 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation')
-rw-r--r-- | src/documentation/content/xdocs/status.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/documentation/content/xdocs/status.xml b/src/documentation/content/xdocs/status.xml index 764cb7375d..bf8b7bd95b 100644 --- a/src/documentation/content/xdocs/status.xml +++ b/src/documentation/content/xdocs/status.xml @@ -33,6 +33,7 @@ <changes> <release version="3.5-beta7" date="2009-??-??"> + <action dev="POI-DEVELOPERS" type="fix">46610 - Improved HWPF to better handle unicode</action> <action dev="POI-DEVELOPERS" type="fix">47261 - Fixed SlideShow#removeSlide to remove references to Notes</action> <action dev="POI-DEVELOPERS" type="fix">47375 - Fixed HSSFHyperlink to correctly set inter-sheet and file links</action> <action dev="POI-DEVELOPERS" type="fix">47384 - Fixed ExternalNameRecord to handle unicode names</action> |