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 scripts defined in theUnicode Standard Annex #24: Script Names. Every Unicode character is assigned to a single Unicode script, either a specific script, such asLatin, or one of the following three special values,Inherited,Common orUnknown.
Since:
1.7
External Specifications