joerg 2003/06/13 17:31:16
Modified: . changes.xml
Log:
bugfix 15365: HSSFSerializer, hardcoded encoding UTF-16
Revision Changes Path
1.23 +5 -1 cocoon-2.0/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/cocoon-2.0/changes.xml,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- changes.xml 11 Jun 2003 23:28:49 -0000 1.22
+++ changes.xml 14 Jun 2003 00:31:15 -0000 1.23
@@ -43,6 +43,10 @@
</devs>
<release version="@version@" date="@date@">
+ <action dev="JH" type="fix" fixes-bug="15365" due-to="Maciek Kaminski"
due-to-email=" [EMAIL PROTECTED]">
+ Added/fixed internationalization support for HSSFSerializer by setting the
output encoding
+ hardcoded to UTF-16. It's obviously only a hack, but so it's at least usable
for more people.
+ </action>
<action dev="JH" type="fix" fixes-bug="20658" due-to="Alfred Nathaniel"
due-to-email="[EMAIL PROTECTED]">
fixed usage of deprecated(?)/possibly removed method XSPUtil.include() in ESQL
logicsheet
<esql:get-xml/> by usage of convenience methods (bug 20658)