package uucp

  1. Overview
  2. Docs

CJK properties.

References

CJK properties

val is_ideographic : uchar -> bool

is_ideographic u is true if u has the Ideographic property.

val is_ids_bin_op : uchar -> bool

is_ids_bin_op u is true if u has the IDS_Binary_Operator property.

val is_ids_tri_op : uchar -> bool

is_ids_tri_op u is true if u has the IDS_Trinary_Operator property.

val is_radical : uchar -> bool

is_radical u is true if u has the Radical property.

val is_unified_ideograph : uchar -> bool

is_unified_ideograph u is true if u has the Unified_Ideograph property.

OCaml

Innovation. Community. Security.