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