annotate lib/unicase/toupper.h @ 14152:c5273d4d49b3

Update to Unicode 5.2.0. * lib/gen-uni-tables.c (output_predicate, output_category, output_combclass, output_bidi_category, output_decimal_digit_test, output_decimal_digit, output_digit_test, output_digit, output_numeric_test, output_numeric, output_mirror, output_scripts, output_scripts_byname, output_blocks, output_ident_category): Fix comment header. (is_WBP_MIDNUMLET, is_WBP_MIDLETTER): New functions, extracted from get_wbp. (PROP_CASED, PROP_CASE_IGNORABLE, PROP_CHANGES_WHEN_*): New enumeration items. (fill_properties): Also fill the peoperties Cased, Case_Ignorable, Changes_When_Lowercased, Changes_When_Uppercased, Changes_When_Titlecased, Changes_When_Casefolded, Changes_When_Casemapped. (is_property_alphabetic, is_property_default_ignorable_code_point): Update for Unicode 5.2.0. (is_property_cased, is_property_case_ignorable, is_property_changes_when_lowercased, is_property_changes_when_uppercased, is_property_changes_when_titlecased, is_property_changes_when_casefolded, is_property_changes_when_casemapped): New functions. (output_properties): Output also the properties cased, case_ignorable, changes_when_lowercased, changes_when_uppercased, changes_when_titlecased, changes_when_casefolded, changes_when_casemapped. (symbolic_width): Update for Unicode 5.2.0, incorporating changes from Unicode TR#11 revision 17 -> 19. (LBP_CP): New enumeration value. (LBP_*): Adjust values accordingly. (get_lbp): Update for Unicode 5.2.0, incorporating changes from Unicode TR#14 revision 22 -> 24. (debug_output_lbp): Allow for LBP_* bits >= 32. Support LBP_CP. (fill_org_lbp, debug_output_org_lbp, output_lbp): Support LBP_CP. (get_wbp): Update for Unicode 5.2.0, incorporating changes from Unicode TR#29 revision 13 -> 15. Use functions is_WBP_MIDNUMLET, is_WBP_MIDLETTER. (output_composition_tables): Allow for 24 bits instead of 16 bits in the code1 and code2 of each composition rule. * lib/unicase/cased.h: Regenerated for Unicode 5.2.0. * lib/unicase/ignorable.h: Likewise. * lib/unicase/tocasefold.h: Likewise. * lib/unicase/tolower.h: Likewise. * lib/unicase/totitle.h: Likewise. * lib/unicase/toupper.h: Likewise. * lib/unictype/bidi_of.h: Likewise. * lib/unictype/blocks.h: Likewise. * lib/unictype/categ_C.h: Likewise. * lib/unictype/categ_Cf.h: Likewise. * lib/unictype/categ_Cn.h: Likewise. * lib/unictype/categ_L.h: Likewise. * lib/unictype/categ_Ll.h: Likewise. * lib/unictype/categ_Lm.h: Likewise. * lib/unictype/categ_Lo.h: Likewise. * lib/unictype/categ_Lu.h: Likewise. * lib/unictype/categ_M.h: Likewise. * lib/unictype/categ_Mc.h: Likewise. * lib/unictype/categ_Mn.h: Likewise. * lib/unictype/categ_N.h: Likewise. * lib/unictype/categ_Nd.h: Likewise. * lib/unictype/categ_Nl.h: Likewise. * lib/unictype/categ_No.h: Likewise. * lib/unictype/categ_P.h: Likewise. * lib/unictype/categ_Pd.h: Likewise. * lib/unictype/categ_Po.h: Likewise. * lib/unictype/categ_S.h: Likewise. * lib/unictype/categ_Sc.h: Likewise. * lib/unictype/categ_So.h: Likewise. * lib/unictype/categ_of.h: Likewise. * lib/unictype/combining.h: Likewise. * lib/unictype/ctype_alnum.h: Likewise. * lib/unictype/ctype_alpha.h: Likewise. * lib/unictype/ctype_graph.h: Likewise. * lib/unictype/ctype_lower.h: Likewise. * lib/unictype/ctype_print.h: Likewise. * lib/unictype/ctype_punct.h: Likewise. * lib/unictype/ctype_upper.h: Likewise. * lib/unictype/decdigit.h: Likewise. * lib/unictype/digit.h: Likewise. * lib/unictype/numeric.h: Likewise. * lib/unictype/pr_alphabetic.h: Likewise. * lib/unictype/pr_bidi_arabic_digit.h: Likewise. * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise. * lib/unictype/pr_bidi_european_digit.h: Likewise. * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise. * lib/unictype/pr_bidi_left_to_right.h: Likewise. * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise. * lib/unictype/pr_bidi_other_neutral.h: Likewise. * lib/unictype/pr_combining.h: Likewise. * lib/unictype/pr_composite.h: Likewise. * lib/unictype/pr_currency_symbol.h: Likewise. * lib/unictype/pr_dash.h: Likewise. * lib/unictype/pr_decimal_digit.h: Likewise. * lib/unictype/pr_deprecated.h: Likewise. * lib/unictype/pr_diacritic.h: Likewise. * lib/unictype/pr_extender.h: Likewise. * lib/unictype/pr_grapheme_base.h: Likewise. * lib/unictype/pr_grapheme_extend.h: Likewise. * lib/unictype/pr_grapheme_link.h: Likewise. * lib/unictype/pr_id_continue.h: Likewise. * lib/unictype/pr_id_start.h: Likewise. * lib/unictype/pr_ideographic.h: Likewise. * lib/unictype/pr_ignorable_control.h: Likewise. * lib/unictype/pr_logical_order_exception.h: Likewise. * lib/unictype/pr_lowercase.h: Likewise. * lib/unictype/pr_numeric.h: Likewise. * lib/unictype/pr_other_alphabetic.h: Likewise. * lib/unictype/pr_punctuation.h: Likewise. * lib/unictype/pr_sentence_terminal.h: Likewise. * lib/unictype/pr_terminal_punctuation.h: Likewise. * lib/unictype/pr_unassigned_code_value.h: Likewise. * lib/unictype/pr_unified_ideograph.h: Likewise. * lib/unictype/pr_uppercase.h: Likewise. * lib/unictype/pr_xid_continue.h: Likewise. * lib/unictype/pr_xid_start.h: Likewise. * lib/unictype/pr_zero_width.h: Likewise. * lib/unictype/scripts.h: Likewise. * lib/unictype/scripts_byname.gperf: Likewise. * lib/unictype/sy_java_ident.h: Likewise. * lib/unigbrk/gbrkprop.h: Likewise. * lib/unilbrk/lbrkprop1.h: Likewise. * lib/unilbrk/lbrkprop2.h: Likewise. * lib/unilbrk/lbrktables.h: Likewise. * lib/unilbrk/lbrktables.c (unilbrk_table): Add a row and column for LBP_CP. Implement rule LB30. * lib/uniwidth/width.c (nonspacing_table_data): Add U+0816..U+0819, U+081B..U+0823, U+0825..U+0827, U+0829..U+082D, U+0900, U+0955, U+109D, U+1A56, U+1A58..U+1A5E, U+1A60, U+1A62, U+1A65..U+1A6C, U+1A73..U+1A7C, U+1A7F, U+1CD0..U+1CD2, U+1CD4..U+1CE0, U+1CE2..U+1CE8, U+1CED, U+1DFD, U+2CEF..U+2CF1, U+A6F0..U+A6F1, U+A8E0..U+A8F1, U+A980..U+A982, U+A9B3, U+A9B6..U+A9B9, U+A9BC, U+AAB0, U+AAB2..U+AAB4, U+AAB7..U+AAB8, U+AABE..U+AABF, U+AAC1, U+ABE5, U+ABE8, U+ABED, U+11080..U+11081, U+110B3..U+110B6, U+110B9..U+110BA, U+110BD. (uc_width): Return 2 also for unassigned code points of planes 2 and 3. * lib/uninorm/composition-table.gperf: Regenerated for Unicode 5.2.0. * lib/uninorm/composition.c (struct composition_rule): Allow for 24 bits instead of 16 bits in the code1 and code2 of each composition rule. (uc_composition): Update for Unicode 5.2.0. * lib/uninorm/decomposition-table1.h: Regenerated for Unicode 5.2.0. * lib/uninorm/decomposition-table2.h: Likewise. * lib/uniwbrk/wbrkprop.h: Likewise. * tests/unicase/test-cased.c: Likewise. * tests/unicase/test-ignorable.c: Likewise. * tests/unicase/test-uc_tolower.c: Likewise. * tests/unicase/test-uc_totitle.c: Likewise. * tests/unicase/test-uc_toupper.c: Likewise. * tests/unictype/test-categ_C.c: Likewise. * tests/unictype/test-categ_Cf.c: Likewise. * tests/unictype/test-categ_Cn.c: Likewise. * tests/unictype/test-categ_L.c: Likewise. * tests/unictype/test-categ_Ll.c: Likewise. * tests/unictype/test-categ_Lm.c: Likewise. * tests/unictype/test-categ_Lo.c: Likewise. * tests/unictype/test-categ_Lu.c: Likewise. * tests/unictype/test-categ_M.c: Likewise. * tests/unictype/test-categ_Mc.c: Likewise. * tests/unictype/test-categ_Mn.c: Likewise. * tests/unictype/test-categ_N.c: Likewise. * tests/unictype/test-categ_Nd.c: Likewise. * tests/unictype/test-categ_Nl.c: Likewise. * tests/unictype/test-categ_No.c: Likewise. * tests/unictype/test-categ_P.c: Likewise. * tests/unictype/test-categ_Pd.c: Likewise. * tests/unictype/test-categ_Po.c: Likewise. * tests/unictype/test-categ_S.c: Likewise. * tests/unictype/test-categ_Sc.c: Likewise. * tests/unictype/test-categ_So.c: Likewise. * tests/unictype/test-ctype_alnum.c: Likewise. * tests/unictype/test-ctype_alpha.c: Likewise. * tests/unictype/test-ctype_graph.c: Likewise. * tests/unictype/test-ctype_lower.c: Likewise. * tests/unictype/test-ctype_print.c: Likewise. * tests/unictype/test-ctype_punct.c: Likewise. * tests/unictype/test-ctype_upper.c: Likewise. * tests/unictype/test-decdigit.h: Likewise. * tests/unictype/test-digit.h: Likewise. * tests/unictype/test-numeric.h: Likewise. * tests/unictype/test-pr_alphabetic.c: Likewise. * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise. * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise. * tests/unictype/test-pr_bidi_european_digit.c: Likewise. * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise. * tests/unictype/test-pr_bidi_left_to_right.c: Likewise. * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise. * tests/unictype/test-pr_bidi_other_neutral.c: Likewise. * tests/unictype/test-pr_combining.c: Likewise. * tests/unictype/test-pr_composite.c: Likewise. * tests/unictype/test-pr_currency_symbol.c: Likewise. * tests/unictype/test-pr_dash.c: Likewise. * tests/unictype/test-pr_decimal_digit.c: Likewise. * tests/unictype/test-pr_deprecated.c: Likewise. * tests/unictype/test-pr_diacritic.c: Likewise. * tests/unictype/test-pr_extender.c: Likewise. * tests/unictype/test-pr_grapheme_base.c: Likewise. * tests/unictype/test-pr_grapheme_extend.c: Likewise. * tests/unictype/test-pr_grapheme_link.c: Likewise. * tests/unictype/test-pr_id_continue.c: Likewise. * tests/unictype/test-pr_id_start.c: Likewise. * tests/unictype/test-pr_ideographic.c: Likewise. * tests/unictype/test-pr_ignorable_control.c: Likewise. * tests/unictype/test-pr_logical_order_exception.c: Likewise. * tests/unictype/test-pr_lowercase.c: Likewise. * tests/unictype/test-pr_numeric.c: Likewise. * tests/unictype/test-pr_other_alphabetic.c: Likewise. * tests/unictype/test-pr_punctuation.c: Likewise. * tests/unictype/test-pr_sentence_terminal.c: Likewise. * tests/unictype/test-pr_terminal_punctuation.c: Likewise. * tests/unictype/test-pr_unassigned_code_value.c: Likewise. * tests/unictype/test-pr_unified_ideograph.c: Likewise. * tests/unictype/test-pr_uppercase.c: Likewise. * tests/unictype/test-pr_xid_continue.c: Likewise. * tests/unictype/test-pr_xid_start.c: Likewise. * tests/unictype/test-pr_zero_width.c: Likewise. * tests/unigbrk/test-uc-gbrk-prop.h: Likewise. * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update for changed behaviour: line breaking is now disallowed between a letter or '=' and '('. * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise. * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise. * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise. * tests/unilbrk/test-ulc-width-linebreaks.c (main): Likewise. * tests/uniwidth/test-uc_width2.sh: Same updates as in lib/uniwidth/width.c. * tests/uninorm/NormalizationTest.txt: Update from Unicode 5.2.0, without comments, but with the original copyright notice. * lib/unicase/special-casing-table.gperf: Regenerated; only comment changes. * lib/unictype/categ_Cc.h: Likewise. * lib/unictype/categ_Co.h: Likewise. * lib/unictype/categ_Cs.h: Likewise. * lib/unictype/categ_Lt.h: Likewise. * lib/unictype/categ_Me.h: Likewise. * lib/unictype/categ_Pc.h: Likewise. * lib/unictype/categ_Pe.h: Likewise. * lib/unictype/categ_Pf.h: Likewise. * lib/unictype/categ_Pi.h: Likewise. * lib/unictype/categ_Ps.h: Likewise. * lib/unictype/categ_Sk.h: Likewise. * lib/unictype/categ_Sm.h: Likewise. * lib/unictype/categ_Z.h: Likewise. * lib/unictype/categ_Zl.h: Likewise. * lib/unictype/categ_Zp.h: Likewise. * lib/unictype/categ_Zs.h: Likewise. * lib/unictype/ctype_blank.h: Likewise. * lib/unictype/ctype_cntrl.h: Likewise. * lib/unictype/ctype_digit.h: Likewise. * lib/unictype/ctype_space.h: Likewise. * lib/unictype/ctype_xdigit.h: Likewise. * lib/unictype/mirror.h: Likewise. * lib/unictype/pr_ascii_hex_digit.h: Likewise. * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise. * lib/unictype/pr_bidi_block_separator.h: Likewise. * lib/unictype/pr_bidi_boundary_neutral.h: Likewise. * lib/unictype/pr_bidi_common_separator.h: Likewise. * lib/unictype/pr_bidi_control.h: Likewise. * lib/unictype/pr_bidi_embedding_or_override.h: Likewise. * lib/unictype/pr_bidi_eur_num_separator.h: Likewise. * lib/unictype/pr_bidi_pdf.h: Likewise. * lib/unictype/pr_bidi_segment_separator.h: Likewise. * lib/unictype/pr_bidi_whitespace.h: Likewise. * lib/unictype/pr_default_ignorable_code_point.h: Likewise. * lib/unictype/pr_format_control.h: Likewise. * lib/unictype/pr_hex_digit.h: Likewise. * lib/unictype/pr_hyphen.h: Likewise. * lib/unictype/pr_ids_binary_operator.h: Likewise. * lib/unictype/pr_ids_trinary_operator.h: Likewise. * lib/unictype/pr_iso_control.h: Likewise. * lib/unictype/pr_join_control.h: Likewise. * lib/unictype/pr_left_of_pair.h: Likewise. * lib/unictype/pr_line_separator.h: Likewise. * lib/unictype/pr_math.h: Likewise. * lib/unictype/pr_non_break.h: Likewise. * lib/unictype/pr_not_a_character.h: Likewise. * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise. * lib/unictype/pr_other_grapheme_extend.h: Likewise. * lib/unictype/pr_other_id_continue.h: Likewise. * lib/unictype/pr_other_id_start.h: Likewise. * lib/unictype/pr_other_lowercase.h: Likewise. * lib/unictype/pr_other_math.h: Likewise. * lib/unictype/pr_other_uppercase.h: Likewise. * lib/unictype/pr_paired_punctuation.h: Likewise. * lib/unictype/pr_paragraph_separator.h: Likewise. * lib/unictype/pr_pattern_syntax.h: Likewise. * lib/unictype/pr_pattern_white_space.h: Likewise. * lib/unictype/pr_private_use.h: Likewise. * lib/unictype/pr_quotation_mark.h: Likewise. * lib/unictype/pr_radical.h: Likewise. * lib/unictype/pr_soft_dotted.h: Likewise. * lib/unictype/pr_space.h: Likewise. * lib/unictype/pr_titlecase.h: Likewise. * lib/unictype/pr_variation_selector.h: Likewise. * lib/unictype/pr_white_space.h: Likewise. * lib/unictype/sy_c_ident.h: Likewise. * lib/unictype/sy_c_whitespace.h: Likewise. * lib/unictype/sy_java_whitespace.h: Likewise. * modules/uni*/*: Bump version number of expected libunistring version. Reported by Simon Josefsson.
author Bruno Haible <bruno@clisp.org>
date Sun, 09 Jan 2011 11:09:25 +0100
parents 33928cb804c4
children aaf4bb6264c3
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
11145
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 /* DO NOT EDIT! GENERATED AUTOMATICALLY! */
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 /* Simple character mapping of Unicode characters. */
14152
c5273d4d49b3 Update to Unicode 5.2.0.
Bruno Haible <bruno@clisp.org>
parents: 11145
diff changeset
3 /* Generated automatically by gen-case.c for Unicode 5.2.0. */
11145
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 #define mapping_header_0 16
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 #define mapping_header_1 2
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 #define mapping_header_2 7
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 #define mapping_header_3 511
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 #define mapping_header_4 127
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 static const
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 struct
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 {
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 int level1[2];
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 short level2[2 << 9];
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 int level3[29 << 7];
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 }
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16 u_mapping =
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17 {
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18 { 0, 512 },
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19 {
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20 0, 128, 256, 384, 512, 640, 768, 896,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
21 1024, 1152, 1280, 1408, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
24 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
25 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
26 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
27 -1, -1, 1536, -1, 1664, 1792, 1920, 2048,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
28 -1, -1, 2176, 2304, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
29 -1, 2432, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
30 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
31 2560, 2688, 2816, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
32 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
33 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
34 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
35 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
36 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
37 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
38 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
39 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
40 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
41 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
42 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
43 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
44 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
45 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
46 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
47 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
48 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
49 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
50 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
51 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
52 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
53 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
54 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
55 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
56 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
57 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
58 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
59 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
60 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
61 -1, -1, -1, -1, 2944, 3072, 3200, 3328,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
62 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
63 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
64 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
65 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
66 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
67 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
68 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
69 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
70 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
71 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
72 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
73 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
74 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
75 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
76 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
77 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
78 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
79 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
80 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
81 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
82 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
83 -1, -1, -1, -1, -1, -1, 3456, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
84 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
85 3584, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
86 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
87 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
88 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
89 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
90 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
91 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
92 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
93 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
94 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
95 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
96 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
97 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
98 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
99 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
100 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
101 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
102 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
103 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
104 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
105 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
106 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
107 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
108 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
109 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
110 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
111 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
112 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
113 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
114 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
115 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
116 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
117 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
118 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
119 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
120 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
121 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
122 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
123 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
124 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
125 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
126 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
127 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
128 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
129 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
130 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
131 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
132 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
133 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
134 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
135 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
136 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
137 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
138 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
139 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
140 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
141 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
142 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
143 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
144 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
145 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
146 -1, -1, -1, -1, -1, -1, -1, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
147 -1, -1, -1, -1, -1, -1, -1, -1
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
148 },
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
149 {
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
150 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
151 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
152 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
153 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
154 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
155 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
156 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
157 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
158 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
159 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
160 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
161 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
162 0, -32, -32, -32, -32, -32, -32, -32,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
163 -32, -32, -32, -32, -32, -32, -32, -32,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
164 -32, -32, -32, -32, -32, -32, -32, -32,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
165 -32, -32, -32, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
166 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
167 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
168 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
169 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
170 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
171 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
172 0, 0, 0, 0, 0, 743, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
173 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
174 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
175 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
176 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
177 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
178 -32, -32, -32, -32, -32, -32, -32, -32,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
179 -32, -32, -32, -32, -32, -32, -32, -32,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
180 -32, -32, -32, -32, -32, -32, -32, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
181 -32, -32, -32, -32, -32, -32, -32, 121,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
182 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
183 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
184 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
185 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
186 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
187 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
188 0, -232, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
189 0, 0, -1, 0, -1, 0, -1, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
190 -1, 0, -1, 0, -1, 0, -1, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
191 -1, 0, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
192 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
193 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
194 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
195 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
196 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
197 0, 0, -1, 0, -1, 0, -1, -300,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
198 195, 0, 0, -1, 0, -1, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
199 -1, 0, 0, 0, -1, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
200 0, 0, -1, 0, 0, 97, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
201 0, -1, 163, 0, 0, 0, 130, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
202 0, -1, 0, -1, 0, -1, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
203 -1, 0, 0, 0, 0, -1, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
204 -1, 0, 0, 0, -1, 0, -1, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
205 0, -1, 0, 0, 0, -1, 0, 56,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
206 0, 0, 0, 0, 0, -1, -2, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
207 -1, -2, 0, -1, -2, 0, -1, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
208 -1, 0, -1, 0, -1, 0, -1, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
209 -1, 0, -1, 0, -1, -79, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
210 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
211 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
212 0, 0, -1, -2, 0, -1, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
213 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
214 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
215 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
216 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
217 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
218 0, 0, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
219 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
220 0, -1, 0, -1, 0, 0, 0, 0,
14152
c5273d4d49b3 Update to Unicode 5.2.0.
Bruno Haible <bruno@clisp.org>
parents: 11145
diff changeset
221 0, 0, 0, 0, -1, 0, 0, 10815,
c5273d4d49b3 Update to Unicode 5.2.0.
Bruno Haible <bruno@clisp.org>
parents: 11145
diff changeset
222 10815, 0, -1, 0, 0, 0, 0, -1,
11145
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
223 0, -1, 0, -1, 0, -1, 0, -1,
14152
c5273d4d49b3 Update to Unicode 5.2.0.
Bruno Haible <bruno@clisp.org>
parents: 11145
diff changeset
224 10783, 10780, 10782, -210, -206, 0, -205, -205,
11145
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
225 0, -202, 0, -203, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
226 -205, 0, 0, -207, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
227 -209, -211, 0, 10743, 0, 0, 0, -211,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
228 0, 10749, -213, 0, 0, -214, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
229 0, 0, 0, 0, 0, 10727, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
230 -218, 0, 0, -218, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
231 -218, -69, -217, -217, -71, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
232 0, 0, -219, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
233 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
234 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
235 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
236 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
237 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
238 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
239 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
240 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
241 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
242 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
243 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
244 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
245 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
246 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
247 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
248 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
249 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
250 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
251 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
252 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
253 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
254 0, 0, 0, 0, 0, 84, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
255 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
256 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
257 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
258 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
259 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
260 0, -1, 0, -1, 0, 0, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
261 0, 0, 0, 130, 130, 130, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
262 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
263 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
264 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
265 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
266 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
267 0, 0, 0, 0, -38, -37, -37, -37,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
268 0, -32, -32, -32, -32, -32, -32, -32,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
269 -32, -32, -32, -32, -32, -32, -32, -32,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
270 -32, -32, -31, -32, -32, -32, -32, -32,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
271 -32, -32, -32, -32, -64, -63, -63, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
272 -62, -57, 0, 0, 0, -47, -54, -8,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
273 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
274 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
275 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
276 -86, -80, 7, 0, 0, -96, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
277 -1, 0, 0, -1, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
278 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
279 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
280 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
281 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
282 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
283 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
284 -32, -32, -32, -32, -32, -32, -32, -32,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
285 -32, -32, -32, -32, -32, -32, -32, -32,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
286 -32, -32, -32, -32, -32, -32, -32, -32,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
287 -32, -32, -32, -32, -32, -32, -32, -32,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
288 -80, -80, -80, -80, -80, -80, -80, -80,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
289 -80, -80, -80, -80, -80, -80, -80, -80,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
290 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
291 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
292 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
293 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
294 0, -1, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
295 0, 0, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
296 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
297 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
298 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
299 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
300 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
301 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
302 0, 0, -1, 0, -1, 0, -1, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
303 -1, 0, -1, 0, -1, 0, -1, -15,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
304 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
305 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
306 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
307 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
308 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
309 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
310 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
311 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
312 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
313 0, -1, 0, -1, 0, -1, 0, -1,
14152
c5273d4d49b3 Update to Unicode 5.2.0.
Bruno Haible <bruno@clisp.org>
parents: 11145
diff changeset
314 0, -1, 0, -1, 0, -1, 0, 0,
11145
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
315 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
316 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
317 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
318 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
319 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
320 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
321 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
322 0, -48, -48, -48, -48, -48, -48, -48,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
323 -48, -48, -48, -48, -48, -48, -48, -48,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
324 -48, -48, -48, -48, -48, -48, -48, -48,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
325 -48, -48, -48, -48, -48, -48, -48, -48,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
326 -48, -48, -48, -48, -48, -48, -48, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
327 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
328 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
329 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
330 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
331 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
332 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
333 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
334 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
335 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
336 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
337 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
338 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
339 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
340 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
341 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
342 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
343 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
344 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
345 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
346 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
347 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
348 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
349 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
350 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
351 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
352 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
353 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
354 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
355 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
356 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
357 0, 35332, 0, 0, 0, 3814, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
358 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
359 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
360 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
361 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
362 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
363 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
364 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
365 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
366 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
367 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
368 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
369 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
370 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
371 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
372 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
373 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
374 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
375 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
376 0, -1, 0, -1, 0, -1, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
377 0, 0, 0, -59, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
378 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
379 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
380 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
381 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
382 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
383 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
384 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
385 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
386 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
387 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
388 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
389 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
390 8, 8, 8, 8, 8, 8, 8, 8,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
391 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
392 8, 8, 8, 8, 8, 8, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
393 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
394 8, 8, 8, 8, 8, 8, 8, 8,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
395 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
396 8, 8, 8, 8, 8, 8, 8, 8,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
397 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
398 8, 8, 8, 8, 8, 8, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
399 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
400 0, 8, 0, 8, 0, 8, 0, 8,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
401 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
402 8, 8, 8, 8, 8, 8, 8, 8,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
403 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
404 74, 74, 86, 86, 86, 86, 100, 100,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
405 128, 128, 112, 112, 126, 126, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
406 8, 8, 8, 8, 8, 8, 8, 8,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
407 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
408 8, 8, 8, 8, 8, 8, 8, 8,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
409 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
410 8, 8, 8, 8, 8, 8, 8, 8,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
411 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
412 8, 8, 0, 9, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
413 0, 0, 0, 0, 0, 0, -7205, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
414 0, 0, 0, 9, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
415 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
416 8, 8, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
417 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
418 8, 8, 0, 0, 0, 7, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
419 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
420 0, 0, 0, 9, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
421 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
422 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
423 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
424 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
425 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
426 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
427 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
428 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
429 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
430 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
431 0, 0, 0, 0, 0, 0, -28, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
432 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
433 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
434 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
435 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
436 -16, -16, -16, -16, -16, -16, -16, -16,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
437 -16, -16, -16, -16, -16, -16, -16, -16,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
438 0, 0, 0, 0, -1, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
439 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
440 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
441 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
442 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
443 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
444 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
445 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
446 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
447 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
448 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
449 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
450 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
451 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
452 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
453 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
454 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
455 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
456 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
457 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
458 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
459 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
460 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
461 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
462 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
463 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
464 -26, -26, -26, -26, -26, -26, -26, -26,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
465 -26, -26, -26, -26, -26, -26, -26, -26,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
466 -26, -26, -26, -26, -26, -26, -26, -26,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
467 -26, -26, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
468 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
469 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
470 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
471 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
472 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
473 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
474 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
475 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
476 -48, -48, -48, -48, -48, -48, -48, -48,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
477 -48, -48, -48, -48, -48, -48, -48, -48,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
478 -48, -48, -48, -48, -48, -48, -48, -48,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
479 -48, -48, -48, -48, -48, -48, -48, -48,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
480 -48, -48, -48, -48, -48, -48, -48, -48,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
481 -48, -48, -48, -48, -48, -48, -48, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
482 0, -1, 0, 0, 0, -10795, -10792, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
483 -1, 0, -1, 0, -1, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
484 0, 0, 0, -1, 0, 0, -1, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
485 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
486 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
487 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
488 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
489 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
490 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
491 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
492 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
493 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
494 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
495 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
496 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
497 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
498 0, -1, 0, -1, 0, 0, 0, 0,
14152
c5273d4d49b3 Update to Unicode 5.2.0.
Bruno Haible <bruno@clisp.org>
parents: 11145
diff changeset
499 0, 0, 0, 0, -1, 0, -1, 0,
11145
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
500 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
501 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
502 -7264, -7264, -7264, -7264, -7264, -7264, -7264, -7264,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
503 -7264, -7264, -7264, -7264, -7264, -7264, -7264, -7264,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
504 -7264, -7264, -7264, -7264, -7264, -7264, -7264, -7264,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
505 -7264, -7264, -7264, -7264, -7264, -7264, -7264, -7264,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
506 -7264, -7264, -7264, -7264, -7264, -7264, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
507 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
508 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
509 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
510 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
511 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
512 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
513 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
514 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
515 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
516 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
517 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
518 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
519 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
520 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
521 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
522 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
523 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
524 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
525 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
526 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
527 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
528 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
529 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
530 0, 0, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
531 0, -1, 0, -1, 0, -1, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
532 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
533 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
534 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
535 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
536 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
537 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
538 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
539 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
540 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
541 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
542 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
543 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
544 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
545 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
546 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
547 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
548 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
549 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
550 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
551 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
552 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
553 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
554 0, 0, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
555 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
556 0, 0, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
557 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
558 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
559 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
560 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
561 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
562 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
563 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
564 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
565 0, 0, -1, 0, -1, 0, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
566 0, -1, 0, -1, 0, -1, 0, -1,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
567 0, 0, 0, 0, -1, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
568 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
569 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
570 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
571 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
572 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
573 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
574 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
575 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
576 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
577 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
578 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
579 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
580 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
581 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
582 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
583 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
584 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
585 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
586 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
587 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
588 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
589 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
590 0, -32, -32, -32, -32, -32, -32, -32,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
591 -32, -32, -32, -32, -32, -32, -32, -32,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
592 -32, -32, -32, -32, -32, -32, -32, -32,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
593 -32, -32, -32, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
594 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
595 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
596 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
597 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
598 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
599 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
600 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
601 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
602 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
603 -40, -40, -40, -40, -40, -40, -40, -40,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
604 -40, -40, -40, -40, -40, -40, -40, -40,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
605 -40, -40, -40, -40, -40, -40, -40, -40,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
606 -40, -40, -40, -40, -40, -40, -40, -40,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
607 -40, -40, -40, -40, -40, -40, -40, -40,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
608 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
609 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
610 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
611 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
612 0, 0, 0, 0, 0, 0, 0, 0,
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
613 0, 0, 0, 0, 0, 0, 0, 0
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
614 }
33928cb804c4 Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
615 };