Summary: | [PATCH] Transparent use of unicode when setting cell content | ||
---|---|---|---|
Product: | POI | Reporter: | amichai |
Component: | HSSF | Assignee: | POI Developers List <dev> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | P3 | ||
Version: | 3.0-dev | ||
Target Milestone: | --- | ||
Hardware: | PC | ||
OS: | Windows XP | ||
Attachments: |
patch that automatically detects unicode strings and uses uncompressed unicode in the excel format
a unit test for UnicodeString (after fix is applied) |
Description
amichai
2003-09-06 10:00:14 UTC
Created attachment 8080 [details]
patch that automatically detects unicode strings and uses uncompressed unicode in the excel format
Created attachment 8081 [details]
a unit test for UnicodeString (after fix is applied)
Thanks.. this is very nice. However, before we commit this, we need some more feedback on this, since most of us dont us multi byte character sets. So can some people use this patch and leave a note on this bug on their experiences. We also need people to test it with different default encodings in their machines. Due to underlying changes the patch is no longer appropriate. The good news is that i believe all of tghe unicode support is now in SVN. Holler if i have missed something. Jason |