Bug 18761 - [PATCH] More Unicode Mappings
Summary: [PATCH] More Unicode Mappings
Status: RESOLVED INVALID
Alias: None
Product: POI
Classification: Unclassified
Component: HSSF (show other bugs)
Version: 3.0-dev
Hardware: Other other
: P3 normal (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-07 14:55 UTC by Eric Pugh
Modified: 2004-11-16 19:05 UTC (History)
0 users



Attachments
Patch file for HSSFCellUtil.java (1.20 KB, patch)
2003-04-07 14:56 UTC, Eric Pugh
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Pugh 2003-04-07 14:55:27 UTC
Hi all,
Attached is a patch file for org.apache.poi.hssf.usermodel.contrib.HSSFCellUtil 
class.  I desperately need this patch for my existing customer who has added 
some more greek characters to their system!  However, I would like to try and 
find some sort of library that I can use that will provide access to all HTML -
> unicode character mappings.  Otherwise I have to keep adding to the static 
list!

Eric Pugh
Comment 1 Eric Pugh 2003-04-07 14:56:18 UTC
Created attachment 5670 [details]
Patch file for HSSFCellUtil.java
Comment 2 Andy Oliver 2003-07-24 16:06:54 UTC
This looks like a patch...but wasn't labled as such.  I've no issue wit hthis
being added to 2.0 but it shouldn't hold up 3.0
Comment 3 Eric Pugh 2003-07-24 16:19:10 UTC
Ack!  This patch was replaced by 21705..  I didn't even realize this hadn't been
applied it was so old..  Please apply 21705 instead of this one.  21705 supplies
testcases and is much much better.

Eric Pugh
Comment 4 Eric Pugh 2003-07-24 16:20:13 UTC
I am changing this bug to INVALID, because bug 21705 supersedes this one.