Unicode character classification functions.
authorBruno Haible <bruno@clisp.org>
Mon, 12 Nov 2007 23:15:53 +0000 (00:15 +0100)
committerBruno Haible <bruno@clisp.org>
Mon, 12 Nov 2007 23:15:53 +0000 (00:15 +0100)
commit5a6e55c1886acd86b0deaa9d1d343471f61d3ded
tree555338857a07af4e9d4533d0a7b63971e43fcac7
parenta179a84eaad67c3690f924f4a0d6852d13b073d1
Unicode character classification functions.
467 files changed:
ChangeLog
lib/unictype.h [new file with mode: 0644]
lib/unictype/3level.h [new file with mode: 0644]
lib/unictype/3levelbit.h [new file with mode: 0644]
lib/unictype/Makefile [new file with mode: 0644]
lib/unictype/bidi_byname.c [new file with mode: 0644]
lib/unictype/bidi_name.c [new file with mode: 0644]
lib/unictype/bidi_of.c [new file with mode: 0644]
lib/unictype/bidi_of.h [new file with mode: 0644]
lib/unictype/bidi_test.c [new file with mode: 0644]
lib/unictype/bitmap.h [new file with mode: 0644]
lib/unictype/block_test.c [new file with mode: 0644]
lib/unictype/blocks.c [new file with mode: 0644]
lib/unictype/blocks.h [new file with mode: 0644]
lib/unictype/categ_C.c [new file with mode: 0644]
lib/unictype/categ_C.h [new file with mode: 0644]
lib/unictype/categ_Cc.c [new file with mode: 0644]
lib/unictype/categ_Cc.h [new file with mode: 0644]
lib/unictype/categ_Cf.c [new file with mode: 0644]
lib/unictype/categ_Cf.h [new file with mode: 0644]
lib/unictype/categ_Cn.c [new file with mode: 0644]
lib/unictype/categ_Cn.h [new file with mode: 0644]
lib/unictype/categ_Co.c [new file with mode: 0644]
lib/unictype/categ_Co.h [new file with mode: 0644]
lib/unictype/categ_Cs.c [new file with mode: 0644]
lib/unictype/categ_Cs.h [new file with mode: 0644]
lib/unictype/categ_L.c [new file with mode: 0644]
lib/unictype/categ_L.h [new file with mode: 0644]
lib/unictype/categ_Ll.c [new file with mode: 0644]
lib/unictype/categ_Ll.h [new file with mode: 0644]
lib/unictype/categ_Lm.c [new file with mode: 0644]
lib/unictype/categ_Lm.h [new file with mode: 0644]
lib/unictype/categ_Lo.c [new file with mode: 0644]
lib/unictype/categ_Lo.h [new file with mode: 0644]
lib/unictype/categ_Lt.c [new file with mode: 0644]
lib/unictype/categ_Lt.h [new file with mode: 0644]
lib/unictype/categ_Lu.c [new file with mode: 0644]
lib/unictype/categ_Lu.h [new file with mode: 0644]
lib/unictype/categ_M.c [new file with mode: 0644]
lib/unictype/categ_M.h [new file with mode: 0644]
lib/unictype/categ_Mc.c [new file with mode: 0644]
lib/unictype/categ_Mc.h [new file with mode: 0644]
lib/unictype/categ_Me.c [new file with mode: 0644]
lib/unictype/categ_Me.h [new file with mode: 0644]
lib/unictype/categ_Mn.c [new file with mode: 0644]
lib/unictype/categ_Mn.h [new file with mode: 0644]
lib/unictype/categ_N.c [new file with mode: 0644]
lib/unictype/categ_N.h [new file with mode: 0644]
lib/unictype/categ_Nd.c [new file with mode: 0644]
lib/unictype/categ_Nd.h [new file with mode: 0644]
lib/unictype/categ_Nl.c [new file with mode: 0644]
lib/unictype/categ_Nl.h [new file with mode: 0644]
lib/unictype/categ_No.c [new file with mode: 0644]
lib/unictype/categ_No.h [new file with mode: 0644]
lib/unictype/categ_P.c [new file with mode: 0644]
lib/unictype/categ_P.h [new file with mode: 0644]
lib/unictype/categ_Pc.c [new file with mode: 0644]
lib/unictype/categ_Pc.h [new file with mode: 0644]
lib/unictype/categ_Pd.c [new file with mode: 0644]
lib/unictype/categ_Pd.h [new file with mode: 0644]
lib/unictype/categ_Pe.c [new file with mode: 0644]
lib/unictype/categ_Pe.h [new file with mode: 0644]
lib/unictype/categ_Pf.c [new file with mode: 0644]
lib/unictype/categ_Pf.h [new file with mode: 0644]
lib/unictype/categ_Pi.c [new file with mode: 0644]
lib/unictype/categ_Pi.h [new file with mode: 0644]
lib/unictype/categ_Po.c [new file with mode: 0644]
lib/unictype/categ_Po.h [new file with mode: 0644]
lib/unictype/categ_Ps.c [new file with mode: 0644]
lib/unictype/categ_Ps.h [new file with mode: 0644]
lib/unictype/categ_S.c [new file with mode: 0644]
lib/unictype/categ_S.h [new file with mode: 0644]
lib/unictype/categ_Sc.c [new file with mode: 0644]
lib/unictype/categ_Sc.h [new file with mode: 0644]
lib/unictype/categ_Sk.c [new file with mode: 0644]
lib/unictype/categ_Sk.h [new file with mode: 0644]
lib/unictype/categ_Sm.c [new file with mode: 0644]
lib/unictype/categ_Sm.h [new file with mode: 0644]
lib/unictype/categ_So.c [new file with mode: 0644]
lib/unictype/categ_So.h [new file with mode: 0644]
lib/unictype/categ_Z.c [new file with mode: 0644]
lib/unictype/categ_Z.h [new file with mode: 0644]
lib/unictype/categ_Zl.c [new file with mode: 0644]
lib/unictype/categ_Zl.h [new file with mode: 0644]
lib/unictype/categ_Zp.c [new file with mode: 0644]
lib/unictype/categ_Zp.h [new file with mode: 0644]
lib/unictype/categ_Zs.c [new file with mode: 0644]
lib/unictype/categ_Zs.h [new file with mode: 0644]
lib/unictype/categ_and.c [new file with mode: 0644]
lib/unictype/categ_and_not.c [new file with mode: 0644]
lib/unictype/categ_byname.c [new file with mode: 0644]
lib/unictype/categ_name.c [new file with mode: 0644]
lib/unictype/categ_none.c [new file with mode: 0644]
lib/unictype/categ_of.c [new file with mode: 0644]
lib/unictype/categ_of.h [new file with mode: 0644]
lib/unictype/categ_or.c [new file with mode: 0644]
lib/unictype/categ_test.c [new file with mode: 0644]
lib/unictype/combining.c [new file with mode: 0644]
lib/unictype/combining.h [new file with mode: 0644]
lib/unictype/ctype_alnum.c [new file with mode: 0644]
lib/unictype/ctype_alnum.h [new file with mode: 0644]
lib/unictype/ctype_alpha.c [new file with mode: 0644]
lib/unictype/ctype_alpha.h [new file with mode: 0644]
lib/unictype/ctype_blank.c [new file with mode: 0644]
lib/unictype/ctype_blank.h [new file with mode: 0644]
lib/unictype/ctype_cntrl.c [new file with mode: 0644]
lib/unictype/ctype_cntrl.h [new file with mode: 0644]
lib/unictype/ctype_digit.c [new file with mode: 0644]
lib/unictype/ctype_digit.h [new file with mode: 0644]
lib/unictype/ctype_graph.c [new file with mode: 0644]
lib/unictype/ctype_graph.h [new file with mode: 0644]
lib/unictype/ctype_lower.c [new file with mode: 0644]
lib/unictype/ctype_lower.h [new file with mode: 0644]
lib/unictype/ctype_print.c [new file with mode: 0644]
lib/unictype/ctype_print.h [new file with mode: 0644]
lib/unictype/ctype_punct.c [new file with mode: 0644]
lib/unictype/ctype_punct.h [new file with mode: 0644]
lib/unictype/ctype_space.c [new file with mode: 0644]
lib/unictype/ctype_space.h [new file with mode: 0644]
lib/unictype/ctype_upper.c [new file with mode: 0644]
lib/unictype/ctype_upper.h [new file with mode: 0644]
lib/unictype/ctype_xdigit.c [new file with mode: 0644]
lib/unictype/ctype_xdigit.h [new file with mode: 0644]
lib/unictype/decdigit.c [new file with mode: 0644]
lib/unictype/decdigit.h [new file with mode: 0644]
lib/unictype/digit.c [new file with mode: 0644]
lib/unictype/digit.h [new file with mode: 0644]
lib/unictype/gen-ctype.c [new file with mode: 0644]
lib/unictype/identsyntaxmap.h [new file with mode: 0644]
lib/unictype/mirror.c [new file with mode: 0644]
lib/unictype/mirror.h [new file with mode: 0644]
lib/unictype/numeric.c [new file with mode: 0644]
lib/unictype/numeric.h [new file with mode: 0644]
lib/unictype/pr_alphabetic.c [new file with mode: 0644]
lib/unictype/pr_alphabetic.h [new file with mode: 0644]
lib/unictype/pr_ascii_hex_digit.c [new file with mode: 0644]
lib/unictype/pr_ascii_hex_digit.h [new file with mode: 0644]
lib/unictype/pr_bidi_arabic_digit.c [new file with mode: 0644]
lib/unictype/pr_bidi_arabic_digit.h [new file with mode: 0644]
lib/unictype/pr_bidi_arabic_right_to_left.c [new file with mode: 0644]
lib/unictype/pr_bidi_arabic_right_to_left.h [new file with mode: 0644]
lib/unictype/pr_bidi_block_separator.c [new file with mode: 0644]
lib/unictype/pr_bidi_block_separator.h [new file with mode: 0644]
lib/unictype/pr_bidi_boundary_neutral.c [new file with mode: 0644]
lib/unictype/pr_bidi_boundary_neutral.h [new file with mode: 0644]
lib/unictype/pr_bidi_common_separator.c [new file with mode: 0644]
lib/unictype/pr_bidi_common_separator.h [new file with mode: 0644]
lib/unictype/pr_bidi_control.c [new file with mode: 0644]
lib/unictype/pr_bidi_control.h [new file with mode: 0644]
lib/unictype/pr_bidi_embedding_or_override.c [new file with mode: 0644]
lib/unictype/pr_bidi_embedding_or_override.h [new file with mode: 0644]
lib/unictype/pr_bidi_eur_num_separator.c [new file with mode: 0644]
lib/unictype/pr_bidi_eur_num_separator.h [new file with mode: 0644]
lib/unictype/pr_bidi_eur_num_terminator.c [new file with mode: 0644]
lib/unictype/pr_bidi_eur_num_terminator.h [new file with mode: 0644]
lib/unictype/pr_bidi_european_digit.c [new file with mode: 0644]
lib/unictype/pr_bidi_european_digit.h [new file with mode: 0644]
lib/unictype/pr_bidi_hebrew_right_to_left.c [new file with mode: 0644]
lib/unictype/pr_bidi_hebrew_right_to_left.h [new file with mode: 0644]
lib/unictype/pr_bidi_left_to_right.c [new file with mode: 0644]
lib/unictype/pr_bidi_left_to_right.h [new file with mode: 0644]
lib/unictype/pr_bidi_non_spacing_mark.c [new file with mode: 0644]
lib/unictype/pr_bidi_non_spacing_mark.h [new file with mode: 0644]
lib/unictype/pr_bidi_other_neutral.c [new file with mode: 0644]
lib/unictype/pr_bidi_other_neutral.h [new file with mode: 0644]
lib/unictype/pr_bidi_pdf.c [new file with mode: 0644]
lib/unictype/pr_bidi_pdf.h [new file with mode: 0644]
lib/unictype/pr_bidi_segment_separator.c [new file with mode: 0644]
lib/unictype/pr_bidi_segment_separator.h [new file with mode: 0644]
lib/unictype/pr_bidi_whitespace.c [new file with mode: 0644]
lib/unictype/pr_bidi_whitespace.h [new file with mode: 0644]
lib/unictype/pr_byname.c [new file with mode: 0644]
lib/unictype/pr_byname.gperf [new file with mode: 0644]
lib/unictype/pr_combining.c [new file with mode: 0644]
lib/unictype/pr_combining.h [new file with mode: 0644]
lib/unictype/pr_composite.c [new file with mode: 0644]
lib/unictype/pr_composite.h [new file with mode: 0644]
lib/unictype/pr_currency_symbol.c [new file with mode: 0644]
lib/unictype/pr_currency_symbol.h [new file with mode: 0644]
lib/unictype/pr_dash.c [new file with mode: 0644]
lib/unictype/pr_dash.h [new file with mode: 0644]
lib/unictype/pr_decimal_digit.c [new file with mode: 0644]
lib/unictype/pr_decimal_digit.h [new file with mode: 0644]
lib/unictype/pr_default_ignorable_code_point.c [new file with mode: 0644]
lib/unictype/pr_default_ignorable_code_point.h [new file with mode: 0644]
lib/unictype/pr_deprecated.c [new file with mode: 0644]
lib/unictype/pr_deprecated.h [new file with mode: 0644]
lib/unictype/pr_diacritic.c [new file with mode: 0644]
lib/unictype/pr_diacritic.h [new file with mode: 0644]
lib/unictype/pr_extender.c [new file with mode: 0644]
lib/unictype/pr_extender.h [new file with mode: 0644]
lib/unictype/pr_format_control.c [new file with mode: 0644]
lib/unictype/pr_format_control.h [new file with mode: 0644]
lib/unictype/pr_grapheme_base.c [new file with mode: 0644]
lib/unictype/pr_grapheme_base.h [new file with mode: 0644]
lib/unictype/pr_grapheme_extend.c [new file with mode: 0644]
lib/unictype/pr_grapheme_extend.h [new file with mode: 0644]
lib/unictype/pr_grapheme_link.c [new file with mode: 0644]
lib/unictype/pr_grapheme_link.h [new file with mode: 0644]
lib/unictype/pr_hex_digit.c [new file with mode: 0644]
lib/unictype/pr_hex_digit.h [new file with mode: 0644]
lib/unictype/pr_hyphen.c [new file with mode: 0644]
lib/unictype/pr_hyphen.h [new file with mode: 0644]
lib/unictype/pr_id_continue.c [new file with mode: 0644]
lib/unictype/pr_id_continue.h [new file with mode: 0644]
lib/unictype/pr_id_start.c [new file with mode: 0644]
lib/unictype/pr_id_start.h [new file with mode: 0644]
lib/unictype/pr_ideographic.c [new file with mode: 0644]
lib/unictype/pr_ideographic.h [new file with mode: 0644]
lib/unictype/pr_ids_binary_operator.c [new file with mode: 0644]
lib/unictype/pr_ids_binary_operator.h [new file with mode: 0644]
lib/unictype/pr_ids_trinary_operator.c [new file with mode: 0644]
lib/unictype/pr_ids_trinary_operator.h [new file with mode: 0644]
lib/unictype/pr_ignorable_control.c [new file with mode: 0644]
lib/unictype/pr_ignorable_control.h [new file with mode: 0644]
lib/unictype/pr_iso_control.c [new file with mode: 0644]
lib/unictype/pr_iso_control.h [new file with mode: 0644]
lib/unictype/pr_join_control.c [new file with mode: 0644]
lib/unictype/pr_join_control.h [new file with mode: 0644]
lib/unictype/pr_left_of_pair.c [new file with mode: 0644]
lib/unictype/pr_left_of_pair.h [new file with mode: 0644]
lib/unictype/pr_line_separator.c [new file with mode: 0644]
lib/unictype/pr_line_separator.h [new file with mode: 0644]
lib/unictype/pr_logical_order_exception.c [new file with mode: 0644]
lib/unictype/pr_logical_order_exception.h [new file with mode: 0644]
lib/unictype/pr_lowercase.c [new file with mode: 0644]
lib/unictype/pr_lowercase.h [new file with mode: 0644]
lib/unictype/pr_math.c [new file with mode: 0644]
lib/unictype/pr_math.h [new file with mode: 0644]
lib/unictype/pr_non_break.c [new file with mode: 0644]
lib/unictype/pr_non_break.h [new file with mode: 0644]
lib/unictype/pr_not_a_character.c [new file with mode: 0644]
lib/unictype/pr_not_a_character.h [new file with mode: 0644]
lib/unictype/pr_numeric.c [new file with mode: 0644]
lib/unictype/pr_numeric.h [new file with mode: 0644]
lib/unictype/pr_other_alphabetic.c [new file with mode: 0644]
lib/unictype/pr_other_alphabetic.h [new file with mode: 0644]
lib/unictype/pr_other_default_ignorable_code_point.c [new file with mode: 0644]
lib/unictype/pr_other_default_ignorable_code_point.h [new file with mode: 0644]
lib/unictype/pr_other_grapheme_extend.c [new file with mode: 0644]
lib/unictype/pr_other_grapheme_extend.h [new file with mode: 0644]
lib/unictype/pr_other_id_continue.c [new file with mode: 0644]
lib/unictype/pr_other_id_continue.h [new file with mode: 0644]
lib/unictype/pr_other_id_start.c [new file with mode: 0644]
lib/unictype/pr_other_id_start.h [new file with mode: 0644]
lib/unictype/pr_other_lowercase.c [new file with mode: 0644]
lib/unictype/pr_other_lowercase.h [new file with mode: 0644]
lib/unictype/pr_other_math.c [new file with mode: 0644]
lib/unictype/pr_other_math.h [new file with mode: 0644]
lib/unictype/pr_other_uppercase.c [new file with mode: 0644]
lib/unictype/pr_other_uppercase.h [new file with mode: 0644]
lib/unictype/pr_paired_punctuation.c [new file with mode: 0644]
lib/unictype/pr_paired_punctuation.h [new file with mode: 0644]
lib/unictype/pr_paragraph_separator.c [new file with mode: 0644]
lib/unictype/pr_paragraph_separator.h [new file with mode: 0644]
lib/unictype/pr_pattern_syntax.c [new file with mode: 0644]
lib/unictype/pr_pattern_syntax.h [new file with mode: 0644]
lib/unictype/pr_pattern_white_space.c [new file with mode: 0644]
lib/unictype/pr_pattern_white_space.h [new file with mode: 0644]
lib/unictype/pr_private_use.c [new file with mode: 0644]
lib/unictype/pr_private_use.h [new file with mode: 0644]
lib/unictype/pr_punctuation.c [new file with mode: 0644]
lib/unictype/pr_punctuation.h [new file with mode: 0644]
lib/unictype/pr_quotation_mark.c [new file with mode: 0644]
lib/unictype/pr_quotation_mark.h [new file with mode: 0644]
lib/unictype/pr_radical.c [new file with mode: 0644]
lib/unictype/pr_radical.h [new file with mode: 0644]
lib/unictype/pr_sentence_terminal.c [new file with mode: 0644]
lib/unictype/pr_sentence_terminal.h [new file with mode: 0644]
lib/unictype/pr_soft_dotted.c [new file with mode: 0644]
lib/unictype/pr_soft_dotted.h [new file with mode: 0644]
lib/unictype/pr_space.c [new file with mode: 0644]
lib/unictype/pr_space.h [new file with mode: 0644]
lib/unictype/pr_terminal_punctuation.c [new file with mode: 0644]
lib/unictype/pr_terminal_punctuation.h [new file with mode: 0644]
lib/unictype/pr_test.c [new file with mode: 0644]
lib/unictype/pr_titlecase.c [new file with mode: 0644]
lib/unictype/pr_titlecase.h [new file with mode: 0644]
lib/unictype/pr_unassigned_code_value.c [new file with mode: 0644]
lib/unictype/pr_unassigned_code_value.h [new file with mode: 0644]
lib/unictype/pr_unified_ideograph.c [new file with mode: 0644]
lib/unictype/pr_unified_ideograph.h [new file with mode: 0644]
lib/unictype/pr_uppercase.c [new file with mode: 0644]
lib/unictype/pr_uppercase.h [new file with mode: 0644]
lib/unictype/pr_variation_selector.c [new file with mode: 0644]
lib/unictype/pr_variation_selector.h [new file with mode: 0644]
lib/unictype/pr_white_space.c [new file with mode: 0644]
lib/unictype/pr_white_space.h [new file with mode: 0644]
lib/unictype/pr_xid_continue.c [new file with mode: 0644]
lib/unictype/pr_xid_continue.h [new file with mode: 0644]
lib/unictype/pr_xid_start.c [new file with mode: 0644]
lib/unictype/pr_xid_start.h [new file with mode: 0644]
lib/unictype/pr_zero_width.c [new file with mode: 0644]
lib/unictype/pr_zero_width.h [new file with mode: 0644]
lib/unictype/scripts.c [new file with mode: 0644]
lib/unictype/scripts.h [new file with mode: 0644]
lib/unictype/scripts_byname.gperf [new file with mode: 0644]
lib/unictype/sy_c_ident.c [new file with mode: 0644]
lib/unictype/sy_c_ident.h [new file with mode: 0644]
lib/unictype/sy_c_whitespace.c [new file with mode: 0644]
lib/unictype/sy_c_whitespace.h [new file with mode: 0644]
lib/unictype/sy_java_ident.c [new file with mode: 0644]
lib/unictype/sy_java_ident.h [new file with mode: 0644]
lib/unictype/sy_java_whitespace.c [new file with mode: 0644]
lib/unictype/sy_java_whitespace.h [new file with mode: 0644]
modules/unictype/base [new file with mode: 0644]
modules/unictype/bidicategory-all [new file with mode: 0644]
modules/unictype/bidicategory-byname [new file with mode: 0644]
modules/unictype/bidicategory-name [new file with mode: 0644]
modules/unictype/bidicategory-of [new file with mode: 0644]
modules/unictype/bidicategory-test [new file with mode: 0644]
modules/unictype/block-all [new file with mode: 0644]
modules/unictype/block-list [new file with mode: 0644]
modules/unictype/block-of [new file with mode: 0644]
modules/unictype/block-test [new file with mode: 0644]
modules/unictype/category-C [new file with mode: 0644]
modules/unictype/category-Cc [new file with mode: 0644]
modules/unictype/category-Cf [new file with mode: 0644]
modules/unictype/category-Cn [new file with mode: 0644]
modules/unictype/category-Co [new file with mode: 0644]
modules/unictype/category-Cs [new file with mode: 0644]
modules/unictype/category-L [new file with mode: 0644]
modules/unictype/category-Ll [new file with mode: 0644]
modules/unictype/category-Lm [new file with mode: 0644]
modules/unictype/category-Lo [new file with mode: 0644]
modules/unictype/category-Lt [new file with mode: 0644]
modules/unictype/category-Lu [new file with mode: 0644]
modules/unictype/category-M [new file with mode: 0644]
modules/unictype/category-Mc [new file with mode: 0644]
modules/unictype/category-Me [new file with mode: 0644]
modules/unictype/category-Mn [new file with mode: 0644]
modules/unictype/category-N [new file with mode: 0644]
modules/unictype/category-Nd [new file with mode: 0644]
modules/unictype/category-Nl [new file with mode: 0644]
modules/unictype/category-No [new file with mode: 0644]
modules/unictype/category-P [new file with mode: 0644]
modules/unictype/category-Pc [new file with mode: 0644]
modules/unictype/category-Pd [new file with mode: 0644]
modules/unictype/category-Pe [new file with mode: 0644]
modules/unictype/category-Pf [new file with mode: 0644]
modules/unictype/category-Pi [new file with mode: 0644]
modules/unictype/category-Po [new file with mode: 0644]
modules/unictype/category-Ps [new file with mode: 0644]
modules/unictype/category-S [new file with mode: 0644]
modules/unictype/category-Sc [new file with mode: 0644]
modules/unictype/category-Sk [new file with mode: 0644]
modules/unictype/category-Sm [new file with mode: 0644]
modules/unictype/category-So [new file with mode: 0644]
modules/unictype/category-Z [new file with mode: 0644]
modules/unictype/category-Zl [new file with mode: 0644]
modules/unictype/category-Zp [new file with mode: 0644]
modules/unictype/category-Zs [new file with mode: 0644]
modules/unictype/category-all [new file with mode: 0644]
modules/unictype/category-and [new file with mode: 0644]
modules/unictype/category-and-not [new file with mode: 0644]
modules/unictype/category-byname [new file with mode: 0644]
modules/unictype/category-name [new file with mode: 0644]
modules/unictype/category-none [new file with mode: 0644]
modules/unictype/category-of [new file with mode: 0644]
modules/unictype/category-or [new file with mode: 0644]
modules/unictype/category-test [new file with mode: 0644]
modules/unictype/category-test-withtable [new file with mode: 0644]
modules/unictype/combining-class [new file with mode: 0644]
modules/unictype/ctype-alnum [new file with mode: 0644]
modules/unictype/ctype-alpha [new file with mode: 0644]
modules/unictype/ctype-blank [new file with mode: 0644]
modules/unictype/ctype-cntrl [new file with mode: 0644]
modules/unictype/ctype-digit [new file with mode: 0644]
modules/unictype/ctype-graph [new file with mode: 0644]
modules/unictype/ctype-lower [new file with mode: 0644]
modules/unictype/ctype-print [new file with mode: 0644]
modules/unictype/ctype-punct [new file with mode: 0644]
modules/unictype/ctype-space [new file with mode: 0644]
modules/unictype/ctype-upper [new file with mode: 0644]
modules/unictype/ctype-xdigit [new file with mode: 0644]
modules/unictype/decimal-digit [new file with mode: 0644]
modules/unictype/digit [new file with mode: 0644]
modules/unictype/mirror [new file with mode: 0644]
modules/unictype/numeric [new file with mode: 0644]
modules/unictype/property-all [new file with mode: 0644]
modules/unictype/property-alphabetic [new file with mode: 0644]
modules/unictype/property-ascii-hex-digit [new file with mode: 0644]
modules/unictype/property-bidi-arabic-digit [new file with mode: 0644]
modules/unictype/property-bidi-arabic-right-to-left [new file with mode: 0644]
modules/unictype/property-bidi-block-separator [new file with mode: 0644]
modules/unictype/property-bidi-boundary-neutral [new file with mode: 0644]
modules/unictype/property-bidi-common-separator [new file with mode: 0644]
modules/unictype/property-bidi-control [new file with mode: 0644]
modules/unictype/property-bidi-embedding-or-override [new file with mode: 0644]
modules/unictype/property-bidi-eur-num-separator [new file with mode: 0644]
modules/unictype/property-bidi-eur-num-terminator [new file with mode: 0644]
modules/unictype/property-bidi-european-digit [new file with mode: 0644]
modules/unictype/property-bidi-hebrew-right-to-left [new file with mode: 0644]
modules/unictype/property-bidi-left-to-right [new file with mode: 0644]
modules/unictype/property-bidi-non-spacing-mark [new file with mode: 0644]
modules/unictype/property-bidi-other-neutral [new file with mode: 0644]
modules/unictype/property-bidi-pdf [new file with mode: 0644]
modules/unictype/property-bidi-segment-separator [new file with mode: 0644]
modules/unictype/property-bidi-whitespace [new file with mode: 0644]
modules/unictype/property-byname [new file with mode: 0644]
modules/unictype/property-combining [new file with mode: 0644]
modules/unictype/property-composite [new file with mode: 0644]
modules/unictype/property-currency-symbol [new file with mode: 0644]
modules/unictype/property-dash [new file with mode: 0644]
modules/unictype/property-decimal-digit [new file with mode: 0644]
modules/unictype/property-default-ignorable-code-point [new file with mode: 0644]
modules/unictype/property-deprecated [new file with mode: 0644]
modules/unictype/property-diacritic [new file with mode: 0644]
modules/unictype/property-extender [new file with mode: 0644]
modules/unictype/property-format-control [new file with mode: 0644]
modules/unictype/property-grapheme-base [new file with mode: 0644]
modules/unictype/property-grapheme-extend [new file with mode: 0644]
modules/unictype/property-grapheme-link [new file with mode: 0644]
modules/unictype/property-hex-digit [new file with mode: 0644]
modules/unictype/property-hyphen [new file with mode: 0644]
modules/unictype/property-id-continue [new file with mode: 0644]
modules/unictype/property-id-start [new file with mode: 0644]
modules/unictype/property-ideographic [new file with mode: 0644]
modules/unictype/property-ids-binary-operator [new file with mode: 0644]
modules/unictype/property-ids-trinary-operator [new file with mode: 0644]
modules/unictype/property-ignorable-control [new file with mode: 0644]
modules/unictype/property-iso-control [new file with mode: 0644]
modules/unictype/property-join-control [new file with mode: 0644]
modules/unictype/property-left-of-pair [new file with mode: 0644]
modules/unictype/property-line-separator [new file with mode: 0644]
modules/unictype/property-logical-order-exception [new file with mode: 0644]
modules/unictype/property-lowercase [new file with mode: 0644]
modules/unictype/property-math [new file with mode: 0644]
modules/unictype/property-non-break [new file with mode: 0644]
modules/unictype/property-not-a-character [new file with mode: 0644]
modules/unictype/property-numeric [new file with mode: 0644]
modules/unictype/property-other-alphabetic [new file with mode: 0644]
modules/unictype/property-other-default-ignorable-code-point [new file with mode: 0644]
modules/unictype/property-other-grapheme-extend [new file with mode: 0644]
modules/unictype/property-other-id-continue [new file with mode: 0644]
modules/unictype/property-other-id-start [new file with mode: 0644]
modules/unictype/property-other-lowercase [new file with mode: 0644]
modules/unictype/property-other-math [new file with mode: 0644]
modules/unictype/property-other-uppercase [new file with mode: 0644]
modules/unictype/property-paired-punctuation [new file with mode: 0644]
modules/unictype/property-paragraph-separator [new file with mode: 0644]
modules/unictype/property-pattern-syntax [new file with mode: 0644]
modules/unictype/property-pattern-white-space [new file with mode: 0644]
modules/unictype/property-private-use [new file with mode: 0644]
modules/unictype/property-punctuation [new file with mode: 0644]
modules/unictype/property-quotation-mark [new file with mode: 0644]
modules/unictype/property-radical [new file with mode: 0644]
modules/unictype/property-sentence-terminal [new file with mode: 0644]
modules/unictype/property-soft-dotted [new file with mode: 0644]
modules/unictype/property-space [new file with mode: 0644]
modules/unictype/property-terminal-punctuation [new file with mode: 0644]
modules/unictype/property-test [new file with mode: 0644]
modules/unictype/property-titlecase [new file with mode: 0644]
modules/unictype/property-unassigned-code-value [new file with mode: 0644]
modules/unictype/property-unified-ideograph [new file with mode: 0644]
modules/unictype/property-uppercase [new file with mode: 0644]
modules/unictype/property-variation-selector [new file with mode: 0644]
modules/unictype/property-white-space [new file with mode: 0644]
modules/unictype/property-xid-continue [new file with mode: 0644]
modules/unictype/property-xid-start [new file with mode: 0644]
modules/unictype/property-zero-width [new file with mode: 0644]
modules/unictype/scripts [new file with mode: 0644]
modules/unictype/scripts-all [new file with mode: 0644]
modules/unictype/syntax-c-ident [new file with mode: 0644]
modules/unictype/syntax-c-whitespace [new file with mode: 0644]
modules/unictype/syntax-java-ident [new file with mode: 0644]
modules/unictype/syntax-java-whitespace [new file with mode: 0644]