Bug 15142

Summary: Adding Unicode Support for ε
Product: POI Reporter: Eric Pugh <epugh>
Component: HSSFAssignee: POI Developers List <dev>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 2.0-dev   
Target Milestone: ---   
Hardware: Other   
OS: other   
Attachments: Here is the patch. It looks a bit odd cause the file is included twice. Not sure why...

Description Eric Pugh 2002-12-06 16:17:01 UTC
Hi,
I need to translate &epsilon; 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( "&epsilon;", "\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.