utf8proc_property_struct

struct utf8proc_property_struct {
utf8proc_propval_t combining_class;
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;
}

Members

Variables

bidi_class
utf8proc_propval_t bidi_class;

Bidirectional class. @see utf8proc_bidi_class_t.

category
utf8proc_propval_t category;

Unicode category. @see utf8proc_category_t.

decomp_type
utf8proc_propval_t decomp_type;

@anchor Decomposition type. @see utf8proc_decomp_type_t.

Meta