public class ICU4JImpl extends Object
Constructor and Description |
---|
ICU4JImpl()
Deprecated.
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
makeLineLogicalOrder(String str,
boolean isRtlDominant)
Deprecated.
Takes a line of text in presentation order and converts it to logical order.
|
String |
normalizeDiac(String str)
Deprecated.
Decomposes Diacritic characters to their combining forms.
|
String |
normalizePres(String str)
Deprecated.
Normalize presentation forms of characters to the separate parts.
|
public String makeLineLogicalOrder(String str, boolean isRtlDominant)
str
- String to convertisRtlDominant
- RTL (right-to-left) will be the dominant text directionTextNormalize.makeLineLogicalOrder(String, boolean)
public String normalizePres(String str)
str
- String to normalizeTextNormalize.normalizePres(String)
Copyright © 2002-2015 The Apache Software Foundation. All Rights Reserved.