Enum Class Character.UnicodeScript

java.lang.Object
java.lang.Enum<Character.UnicodeScript>
java.lang.Character.UnicodeScript
All Implemented Interfaces:
Serializable,Comparable<Character.UnicodeScript>,Constable
Enclosing class:
Character

public static enumCharacter.UnicodeScriptextendsEnum<Character.UnicodeScript>
A family of character subsets representing the character scriptsdefined in theUnicode Standard Annex #24: Script Names. Every Unicodecharacter is assigned to a single Unicode script, either a specificscript, such asLatin, orone of the following three special values,Inherited,Common orUnknown.
Since:
1.7
External Specifications