utf8proc_property_struct

Struct containing information about a codepoint.

Constructors

this
this(utf8proc_propval_t category, utf8proc_propval_t combining_class, utf8proc_propval_t bidi_class, utf8proc_propval_t decomp_type, utf8proc_uint16_t decomp_seqindex, utf8proc_uint16_t casefold_seqindex, utf8proc_uint16_t uppercase_seqindex, utf8proc_uint16_t lowercase_seqindex, utf8proc_uint16_t titlecase_seqindex, utf8proc_uint16_t comb_index, uint bidi_mirrored, uint comp_exclusion, uint ignorable, uint control_boundary, uint charwidth, uint pad, uint boundclass)
Undocumented in source.

Members

Variables

bidi_class
utf8proc_propval_t bidi_class;

Bidirectional class. @see utf8proc_bidi_class_t.

bidi_mirrored
uint bidi_mirrored;
Undocumented in source.
boundclass
uint boundclass;
Undocumented in source.
casefold_seqindex
utf8proc_uint16_t casefold_seqindex;
Undocumented in source.
category
utf8proc_propval_t category;

Unicode category. @see utf8proc_category_t.

charwidth
uint charwidth;
Undocumented in source.
comb_index
utf8proc_uint16_t comb_index;
Undocumented in source.
combining_class
utf8proc_propval_t combining_class;
Undocumented in source.
comp_exclusion
uint comp_exclusion;
Undocumented in source.
control_boundary
uint control_boundary;
Undocumented in source.
decomp_seqindex
utf8proc_uint16_t decomp_seqindex;
Undocumented in source.
decomp_type
utf8proc_propval_t decomp_type;

@anchor Decomposition type. @see utf8proc_decomp_type_t.

ignorable
uint ignorable;
Undocumented in source.
lowercase_seqindex
utf8proc_uint16_t lowercase_seqindex;
Undocumented in source.
pad
uint pad;
Undocumented in source.
titlecase_seqindex
utf8proc_uint16_t titlecase_seqindex;
Undocumented in source.
uppercase_seqindex
utf8proc_uint16_t uppercase_seqindex;
Undocumented in source.

Meta