Support for ε to Unicode translation added (bug 15142).

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352934 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Rainer Klute 2002-12-11 19:17:10 +00:00
parent d9ef0d47cf
commit cd6866c684

View File

@ -281,12 +281,10 @@ public class HSSFCellUtil
static
{
unicodeMappings.put( "α", "\u03B1" );
unicodeMappings.put( "γ", "\u03B3" );
unicodeMappings.put( "θ", "\u03B8" );
unicodeMappings.put( "α", "\u03B1" );
unicodeMappings.put( "γ", "\u03B3" );
unicodeMappings.put( "ε", "\u03B5" );
unicodeMappings.put( "θ", "\u03B8" );
}
}