Module Uucp.FuncSource

Function and graphics properties.

Function and graphics properties

Sourceval is_dash : Uchar.t -> bool

is_dash u is true if u has the Dash property.

Sourceval is_diacritic : Uchar.t -> bool

is_diacritic u is true if u has the Diacritic property.

Sourceval is_extender : Uchar.t -> bool

is_extender u is true if u has the Extender property.

Sourceval is_grapheme_base : Uchar.t -> bool

is_grapheme_base u is true if u has the Grapheme_Base property.

Sourceval is_grapheme_extend : Uchar.t -> bool

is_grapheme_extend u is true if u has the Grapheme_Extend property.

Sourceval is_math : Uchar.t -> bool

is_math u is true if u has the Math property.

Sourceval is_quotation_mark : Uchar.t -> bool

is_quotation_mark u is true if u has the Quotation_Mark property.

Sourceval is_soft_dotted : Uchar.t -> bool

is_soft_dotted u is true if u has the Soft_Dotted property.

Sourceval is_terminal_punctuation : Uchar.t -> bool

is_terminal_punctuation u is true if u has the Terminal_Punctuation property.

Sourceval is_regional_indicator : Uchar.t -> bool

is_regional_indicator u is true if u has the Regional_indicator property.

Sourceval is_join_control : Uchar.t -> bool

is_join_control u is true if u has the Join_Control property.