Uucp.Gen
General properties.
val is_default_ignorable : Uchar.t -> bool
is_default_ignorable u
is true
if u
has the Default_Ignorable_Code_Point property.
val is_deprecated : Uchar.t -> bool
is_deprecated u
is true
if u
has the Deprecated property.
val is_logical_order_exception : Uchar.t -> bool
is_logical_order_exception u
is true
if u
has the Logical_Order_Exception property.
val is_non_character : Uchar.t -> bool
is_non_character u
is true
if u
has the Noncharacter_Code_Point property.
val is_variation_selector : Uchar.t -> bool
is_variation_selector u
is true
if u
has the Variation_Selector property. See the Variation Sequences FAQ.