net.sf.saxon.regex
Class CaseVariants
java.lang.Object
net.sf.saxon.regex.CaseVariants
public class CaseVariants
extends java.lang.Object
This class holds data about the case-variants of Unicode characters. The data is automatically
generated from the Unicode database.
static int[] | ROMAN_VARIANTS - Get the case variants of roman letters (A-Z, a-z), other than the letters A-Z and a-z themselves
|
ROMAN_VARIANTS
public static int[] ROMAN_VARIANTS
Get the case variants of roman letters (A-Z, a-z), other than the letters A-Z and a-z themselves
getCaseVariants
public static int[] getCaseVariants(int code)
Get the case variants of a character
code
- the character whose case variants are required
- the case variants of the character, excluding the character itself