Class CharNormalize
- java.lang.Object
-
- org.apache.fop.complexscripts.util.CharNormalize
-
public final class CharNormalize extends java.lang.ObjectNormalization related utilities. N.B. This implementation is an experimental shortcut, the full version of which would require either using ICU4J or an extraction of its normalization function, either being a significant undertaking. At present we handle only specialized decomposition of Indic two part matras.
This work was originally authored by Glenn Adams (gadams@apache.org).
-
-
Field Summary
Fields Modifier and Type Field Description private static int[]DECOMPOSABLESprivate static int[][]DECOMPOSITIONSprivate static intMAX_DECOMPOSITION_LENGTH
-
Constructor Summary
Constructors Modifier Constructor Description privateCharNormalize()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int[]decompose(int c, int[] da)static booleanisDecomposable(int c)static intmaximumDecompositionLength()
-
-
-
Field Detail
-
DECOMPOSABLES
private static final int[] DECOMPOSABLES
-
DECOMPOSITIONS
private static final int[][] DECOMPOSITIONS
-
MAX_DECOMPOSITION_LENGTH
private static final int MAX_DECOMPOSITION_LENGTH
- See Also:
- Constant Field Values
-
-