public class IndicNormalizer extends Object
Follows guidelines from Unicode 5.2, chapter 6, South Asian Scripts I and graphical decompositions from http://ldc.upenn.edu/myl/IndianScriptsUnicode.html
Constructor | Description |
---|---|
IndicNormalizer() |
Modifier and Type | Method | Description |
---|---|---|
int |
normalize(char[] text,
int len) |
Normalizes input text, and returns the new length.
|
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.