module Func: sig
.. end
Function and graphics properties.
Function and graphics properties
val is_dash : Uucp.uchar -> bool
is_dash u
is
true
if
u
has the
Dash
property.
val is_diacritic : Uucp.uchar -> bool
is_diacritic u
is
true
if
u
has the
Diacritic
property.
val is_extender : Uucp.uchar -> bool
is_extender u
is
true
if
u
has the
Extender
property.
val is_grapheme_base : Uucp.uchar -> bool
val is_grapheme_extend : Uucp.uchar -> bool
val is_math : Uucp.uchar -> bool
is_math u
is
true
if
u
has the
Math
property.
val is_quotation_mark : Uucp.uchar -> bool
val is_soft_dotted : Uucp.uchar -> bool
is_soft_dotted u
is
true
if
u
has the
Soft_Dotted
property.
val is_terminal_punctuation : Uucp.uchar -> bool