Bug 15142 - Adding Unicode Support for ε
Summary: Adding Unicode Support for ε
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: HSSF (show other bugs)
Version: 2.0-dev
Hardware: Other other
: P3 normal (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-06 16:17 UTC by Eric Pugh
Modified: 2004-11-16 19:05 UTC (History)
0 users



Attachments
Here is the patch. It looks a bit odd cause the file is included twice. Not sure why... (20.97 KB, patch)
2002-12-06 16:18 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 2002-12-06 16:17:01 UTC
Hi,
I need to translate ε characters into Unicode.  I will attach the patch 
file.  The one weirdness is that when I do cvs diff - u, I get the entire 
HSSFCellUtil.java in one giant change.  I think it may be in CVS in a weird 
way.   The only thing that changes is after line 287 is the addition of the 
line: unicodeMappings.put( "ε", "\u03B5" );

Eric Pugh
Comment 1 Eric Pugh 2002-12-06 16:18:09 UTC
Created attachment 4067 [details]
Here is the patch.  It looks a bit odd cause the file is included twice.  Not sure why...
Comment 2 Rainer Klute 2002-12-11 19:48:54 UTC
Applied. BTW, the source file was completely on a single line. It contained CR
characters but missed the LFs.