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:
parent
d9ef0d47cf
commit
cd6866c684
@ -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" );
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user