public class CharacterModel extends Object
| Constructor and Description |
|---|
CharacterModel() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isComposingChar(char x)
Is the character a composing character as defined
by the
Character Model 2nd Last Call Working Draft.
|
static boolean |
isFullyNormalizedConstruct(String str)
Is this string fully normalized as defined
by the
Character Model 2nd Last Call Working Draft.
|
static boolean |
isNormalFormC(String str)
Is this string in Unicode Normal Form C.
|
static boolean |
startsWithComposingCharacter(String str) |
public static boolean isNormalFormC(String str)
str - The string to be tested.public static boolean startsWithComposingCharacter(String str)
public static boolean isFullyNormalizedConstruct(String str)
str - The string to be tested.public static boolean isComposingChar(char x)
x - The character to be tested.Copyright © 2014. All Rights Reserved.