DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15142>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15142 Adding Unicode Support for ε Summary: Adding Unicode Support for ε Product: POI Version: 2.0-dev Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: HSSF AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] 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 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
