Module Uucp.Cjk
CJK properties.
References
CJK properties
val is_ideographic : Stdlib.Uchar.t -> bool
is_ideographic u
istrue
ifu
has the Ideographic property.
val is_ids_bin_op : Stdlib.Uchar.t -> bool
is_ids_bin_op u
istrue
ifu
has the IDS_Binary_Operator property.
val is_ids_tri_op : Stdlib.Uchar.t -> bool
is_ids_tri_op u
istrue
ifu
has the IDS_Trinary_Operator property.
val is_radical : Stdlib.Uchar.t -> bool
is_radical u
istrue
ifu
has the Radical property.
val is_unified_ideograph : Stdlib.Uchar.t -> bool
is_unified_ideograph u
istrue
ifu
has the Unified_Ideograph property.