Mercurial > hg > octave-nkf > gnulib-hg
annotate lib/uninorm/decomposition-table2.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 | 8af28582a966 |
children | aaf4bb6264c3 |
rev | line source |
---|---|
11178
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1 /* DO NOT EDIT! GENERATED AUTOMATICALLY! */ |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2 /* Decomposition of Unicode characters. */ |
14152 | 3 /* Generated automatically by gen-uni-tables.c for Unicode 5.2.0. */ |
11178
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4 |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5 const unsigned char gl_uninorm_decomp_chars_table[] = |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6 { |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7 0x08, 0x00, 0x20, 0xC0, 0x00, 0x20, 0x00, 0x03, 0x08, 0x20, 0x00, 0x61, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8 0xC0, 0x00, 0x20, 0x00, 0x03, 0x04, 0x20, 0x00, 0x32, 0x20, 0x00, 0x33, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9 0xC0, 0x00, 0x20, 0x00, 0x03, 0x01, 0x40, 0x03, 0xBC, 0xC0, 0x00, 0x20, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
10 0x00, 0x03, 0x27, 0x20, 0x00, 0x31, 0x20, 0x00, 0x6F, 0xBC, 0x00, 0x31, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
11 0x80, 0x20, 0x44, 0x00, 0x00, 0x34, 0xBC, 0x00, 0x31, 0x80, 0x20, 0x44, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
12 0x00, 0x00, 0x32, 0xBC, 0x00, 0x33, 0x80, 0x20, 0x44, 0x00, 0x00, 0x34, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
13 0x80, 0x00, 0x41, 0x00, 0x03, 0x00, 0x80, 0x00, 0x41, 0x00, 0x03, 0x01, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
14 0x80, 0x00, 0x41, 0x00, 0x03, 0x02, 0x80, 0x00, 0x41, 0x00, 0x03, 0x03, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
15 0x80, 0x00, 0x41, 0x00, 0x03, 0x08, 0x80, 0x00, 0x41, 0x00, 0x03, 0x0A, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
16 0x80, 0x00, 0x43, 0x00, 0x03, 0x27, 0x80, 0x00, 0x45, 0x00, 0x03, 0x00, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
17 0x80, 0x00, 0x45, 0x00, 0x03, 0x01, 0x80, 0x00, 0x45, 0x00, 0x03, 0x02, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
18 0x80, 0x00, 0x45, 0x00, 0x03, 0x08, 0x80, 0x00, 0x49, 0x00, 0x03, 0x00, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
19 0x80, 0x00, 0x49, 0x00, 0x03, 0x01, 0x80, 0x00, 0x49, 0x00, 0x03, 0x02, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
20 0x80, 0x00, 0x49, 0x00, 0x03, 0x08, 0x80, 0x00, 0x4E, 0x00, 0x03, 0x03, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
21 0x80, 0x00, 0x4F, 0x00, 0x03, 0x00, 0x80, 0x00, 0x4F, 0x00, 0x03, 0x01, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
22 0x80, 0x00, 0x4F, 0x00, 0x03, 0x02, 0x80, 0x00, 0x4F, 0x00, 0x03, 0x03, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
23 0x80, 0x00, 0x4F, 0x00, 0x03, 0x08, 0x80, 0x00, 0x55, 0x00, 0x03, 0x00, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
24 0x80, 0x00, 0x55, 0x00, 0x03, 0x01, 0x80, 0x00, 0x55, 0x00, 0x03, 0x02, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
25 0x80, 0x00, 0x55, 0x00, 0x03, 0x08, 0x80, 0x00, 0x59, 0x00, 0x03, 0x01, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
26 0x80, 0x00, 0x61, 0x00, 0x03, 0x00, 0x80, 0x00, 0x61, 0x00, 0x03, 0x01, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
27 0x80, 0x00, 0x61, 0x00, 0x03, 0x02, 0x80, 0x00, 0x61, 0x00, 0x03, 0x03, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
28 0x80, 0x00, 0x61, 0x00, 0x03, 0x08, 0x80, 0x00, 0x61, 0x00, 0x03, 0x0A, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
29 0x80, 0x00, 0x63, 0x00, 0x03, 0x27, 0x80, 0x00, 0x65, 0x00, 0x03, 0x00, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
30 0x80, 0x00, 0x65, 0x00, 0x03, 0x01, 0x80, 0x00, 0x65, 0x00, 0x03, 0x02, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
31 0x80, 0x00, 0x65, 0x00, 0x03, 0x08, 0x80, 0x00, 0x69, 0x00, 0x03, 0x00, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
32 0x80, 0x00, 0x69, 0x00, 0x03, 0x01, 0x80, 0x00, 0x69, 0x00, 0x03, 0x02, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
33 0x80, 0x00, 0x69, 0x00, 0x03, 0x08, 0x80, 0x00, 0x6E, 0x00, 0x03, 0x03, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
34 0x80, 0x00, 0x6F, 0x00, 0x03, 0x00, 0x80, 0x00, 0x6F, 0x00, 0x03, 0x01, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
35 0x80, 0x00, 0x6F, 0x00, 0x03, 0x02, 0x80, 0x00, 0x6F, 0x00, 0x03, 0x03, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
36 0x80, 0x00, 0x6F, 0x00, 0x03, 0x08, 0x80, 0x00, 0x75, 0x00, 0x03, 0x00, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
37 0x80, 0x00, 0x75, 0x00, 0x03, 0x01, 0x80, 0x00, 0x75, 0x00, 0x03, 0x02, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
38 0x80, 0x00, 0x75, 0x00, 0x03, 0x08, 0x80, 0x00, 0x79, 0x00, 0x03, 0x01, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
39 0x80, 0x00, 0x79, 0x00, 0x03, 0x08, 0x80, 0x00, 0x41, 0x00, 0x03, 0x04, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
40 0x80, 0x00, 0x61, 0x00, 0x03, 0x04, 0x80, 0x00, 0x41, 0x00, 0x03, 0x06, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
41 0x80, 0x00, 0x61, 0x00, 0x03, 0x06, 0x80, 0x00, 0x41, 0x00, 0x03, 0x28, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
42 0x80, 0x00, 0x61, 0x00, 0x03, 0x28, 0x80, 0x00, 0x43, 0x00, 0x03, 0x01, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
43 0x80, 0x00, 0x63, 0x00, 0x03, 0x01, 0x80, 0x00, 0x43, 0x00, 0x03, 0x02, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
44 0x80, 0x00, 0x63, 0x00, 0x03, 0x02, 0x80, 0x00, 0x43, 0x00, 0x03, 0x07, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
45 0x80, 0x00, 0x63, 0x00, 0x03, 0x07, 0x80, 0x00, 0x43, 0x00, 0x03, 0x0C, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
46 0x80, 0x00, 0x63, 0x00, 0x03, 0x0C, 0x80, 0x00, 0x44, 0x00, 0x03, 0x0C, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
47 0x80, 0x00, 0x64, 0x00, 0x03, 0x0C, 0x80, 0x00, 0x45, 0x00, 0x03, 0x04, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
48 0x80, 0x00, 0x65, 0x00, 0x03, 0x04, 0x80, 0x00, 0x45, 0x00, 0x03, 0x06, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
49 0x80, 0x00, 0x65, 0x00, 0x03, 0x06, 0x80, 0x00, 0x45, 0x00, 0x03, 0x07, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
50 0x80, 0x00, 0x65, 0x00, 0x03, 0x07, 0x80, 0x00, 0x45, 0x00, 0x03, 0x28, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
51 0x80, 0x00, 0x65, 0x00, 0x03, 0x28, 0x80, 0x00, 0x45, 0x00, 0x03, 0x0C, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
52 0x80, 0x00, 0x65, 0x00, 0x03, 0x0C, 0x80, 0x00, 0x47, 0x00, 0x03, 0x02, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
53 0x80, 0x00, 0x67, 0x00, 0x03, 0x02, 0x80, 0x00, 0x47, 0x00, 0x03, 0x06, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
54 0x80, 0x00, 0x67, 0x00, 0x03, 0x06, 0x80, 0x00, 0x47, 0x00, 0x03, 0x07, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
55 0x80, 0x00, 0x67, 0x00, 0x03, 0x07, 0x80, 0x00, 0x47, 0x00, 0x03, 0x27, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
56 0x80, 0x00, 0x67, 0x00, 0x03, 0x27, 0x80, 0x00, 0x48, 0x00, 0x03, 0x02, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
57 0x80, 0x00, 0x68, 0x00, 0x03, 0x02, 0x80, 0x00, 0x49, 0x00, 0x03, 0x03, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
58 0x80, 0x00, 0x69, 0x00, 0x03, 0x03, 0x80, 0x00, 0x49, 0x00, 0x03, 0x04, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
59 0x80, 0x00, 0x69, 0x00, 0x03, 0x04, 0x80, 0x00, 0x49, 0x00, 0x03, 0x06, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
60 0x80, 0x00, 0x69, 0x00, 0x03, 0x06, 0x80, 0x00, 0x49, 0x00, 0x03, 0x28, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
61 0x80, 0x00, 0x69, 0x00, 0x03, 0x28, 0x80, 0x00, 0x49, 0x00, 0x03, 0x07, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
62 0xC0, 0x00, 0x49, 0x00, 0x00, 0x4A, 0xC0, 0x00, 0x69, 0x00, 0x00, 0x6A, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
63 0x80, 0x00, 0x4A, 0x00, 0x03, 0x02, 0x80, 0x00, 0x6A, 0x00, 0x03, 0x02, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
64 0x80, 0x00, 0x4B, 0x00, 0x03, 0x27, 0x80, 0x00, 0x6B, 0x00, 0x03, 0x27, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
65 0x80, 0x00, 0x4C, 0x00, 0x03, 0x01, 0x80, 0x00, 0x6C, 0x00, 0x03, 0x01, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
66 0x80, 0x00, 0x4C, 0x00, 0x03, 0x27, 0x80, 0x00, 0x6C, 0x00, 0x03, 0x27, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
67 0x80, 0x00, 0x4C, 0x00, 0x03, 0x0C, 0x80, 0x00, 0x6C, 0x00, 0x03, 0x0C, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
68 0xC0, 0x00, 0x4C, 0x00, 0x00, 0xB7, 0xC0, 0x00, 0x6C, 0x00, 0x00, 0xB7, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
69 0x80, 0x00, 0x4E, 0x00, 0x03, 0x01, 0x80, 0x00, 0x6E, 0x00, 0x03, 0x01, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
70 0x80, 0x00, 0x4E, 0x00, 0x03, 0x27, 0x80, 0x00, 0x6E, 0x00, 0x03, 0x27, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
71 0x80, 0x00, 0x4E, 0x00, 0x03, 0x0C, 0x80, 0x00, 0x6E, 0x00, 0x03, 0x0C, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
72 0xC0, 0x02, 0xBC, 0x00, 0x00, 0x6E, 0x80, 0x00, 0x4F, 0x00, 0x03, 0x04, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
73 0x80, 0x00, 0x6F, 0x00, 0x03, 0x04, 0x80, 0x00, 0x4F, 0x00, 0x03, 0x06, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
74 0x80, 0x00, 0x6F, 0x00, 0x03, 0x06, 0x80, 0x00, 0x4F, 0x00, 0x03, 0x0B, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
75 0x80, 0x00, 0x6F, 0x00, 0x03, 0x0B, 0x80, 0x00, 0x52, 0x00, 0x03, 0x01, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
76 0x80, 0x00, 0x72, 0x00, 0x03, 0x01, 0x80, 0x00, 0x52, 0x00, 0x03, 0x27, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
77 0x80, 0x00, 0x72, 0x00, 0x03, 0x27, 0x80, 0x00, 0x52, 0x00, 0x03, 0x0C, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
78 0x80, 0x00, 0x72, 0x00, 0x03, 0x0C, 0x80, 0x00, 0x53, 0x00, 0x03, 0x01, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
79 0x80, 0x00, 0x73, 0x00, 0x03, 0x01, 0x80, 0x00, 0x53, 0x00, 0x03, 0x02, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
80 0x80, 0x00, 0x73, 0x00, 0x03, 0x02, 0x80, 0x00, 0x53, 0x00, 0x03, 0x27, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
81 0x80, 0x00, 0x73, 0x00, 0x03, 0x27, 0x80, 0x00, 0x53, 0x00, 0x03, 0x0C, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
82 0x80, 0x00, 0x73, 0x00, 0x03, 0x0C, 0x80, 0x00, 0x54, 0x00, 0x03, 0x27, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
83 0x80, 0x00, 0x74, 0x00, 0x03, 0x27, 0x80, 0x00, 0x54, 0x00, 0x03, 0x0C, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
84 0x80, 0x00, 0x74, 0x00, 0x03, 0x0C, 0x80, 0x00, 0x55, 0x00, 0x03, 0x03, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
85 0x80, 0x00, 0x75, 0x00, 0x03, 0x03, 0x80, 0x00, 0x55, 0x00, 0x03, 0x04, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
86 0x80, 0x00, 0x75, 0x00, 0x03, 0x04, 0x80, 0x00, 0x55, 0x00, 0x03, 0x06, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
87 0x80, 0x00, 0x75, 0x00, 0x03, 0x06, 0x80, 0x00, 0x55, 0x00, 0x03, 0x0A, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
88 0x80, 0x00, 0x75, 0x00, 0x03, 0x0A, 0x80, 0x00, 0x55, 0x00, 0x03, 0x0B, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
89 0x80, 0x00, 0x75, 0x00, 0x03, 0x0B, 0x80, 0x00, 0x55, 0x00, 0x03, 0x28, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
90 0x80, 0x00, 0x75, 0x00, 0x03, 0x28, 0x80, 0x00, 0x57, 0x00, 0x03, 0x02, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
91 0x80, 0x00, 0x77, 0x00, 0x03, 0x02, 0x80, 0x00, 0x59, 0x00, 0x03, 0x02, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
92 0x80, 0x00, 0x79, 0x00, 0x03, 0x02, 0x80, 0x00, 0x59, 0x00, 0x03, 0x08, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
93 0x80, 0x00, 0x5A, 0x00, 0x03, 0x01, 0x80, 0x00, 0x7A, 0x00, 0x03, 0x01, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
94 0x80, 0x00, 0x5A, 0x00, 0x03, 0x07, 0x80, 0x00, 0x7A, 0x00, 0x03, 0x07, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
95 0x80, 0x00, 0x5A, 0x00, 0x03, 0x0C, 0x80, 0x00, 0x7A, 0x00, 0x03, 0x0C, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
96 0x40, 0x00, 0x73, 0x80, 0x00, 0x4F, 0x00, 0x03, 0x1B, 0x80, 0x00, 0x6F, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
97 0x00, 0x03, 0x1B, 0x80, 0x00, 0x55, 0x00, 0x03, 0x1B, 0x80, 0x00, 0x75, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
98 0x00, 0x03, 0x1B, 0xC0, 0x00, 0x44, 0x00, 0x01, 0x7D, 0xC0, 0x00, 0x44, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
99 0x00, 0x01, 0x7E, 0xC0, 0x00, 0x64, 0x00, 0x01, 0x7E, 0xC0, 0x00, 0x4C, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
100 0x00, 0x00, 0x4A, 0xC0, 0x00, 0x4C, 0x00, 0x00, 0x6A, 0xC0, 0x00, 0x6C, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
101 0x00, 0x00, 0x6A, 0xC0, 0x00, 0x4E, 0x00, 0x00, 0x4A, 0xC0, 0x00, 0x4E, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
102 0x00, 0x00, 0x6A, 0xC0, 0x00, 0x6E, 0x00, 0x00, 0x6A, 0x80, 0x00, 0x41, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
103 0x00, 0x03, 0x0C, 0x80, 0x00, 0x61, 0x00, 0x03, 0x0C, 0x80, 0x00, 0x49, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
104 0x00, 0x03, 0x0C, 0x80, 0x00, 0x69, 0x00, 0x03, 0x0C, 0x80, 0x00, 0x4F, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
105 0x00, 0x03, 0x0C, 0x80, 0x00, 0x6F, 0x00, 0x03, 0x0C, 0x80, 0x00, 0x55, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
106 0x00, 0x03, 0x0C, 0x80, 0x00, 0x75, 0x00, 0x03, 0x0C, 0x80, 0x00, 0xDC, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
107 0x00, 0x03, 0x04, 0x80, 0x00, 0xFC, 0x00, 0x03, 0x04, 0x80, 0x00, 0xDC, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
108 0x00, 0x03, 0x01, 0x80, 0x00, 0xFC, 0x00, 0x03, 0x01, 0x80, 0x00, 0xDC, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
109 0x00, 0x03, 0x0C, 0x80, 0x00, 0xFC, 0x00, 0x03, 0x0C, 0x80, 0x00, 0xDC, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
110 0x00, 0x03, 0x00, 0x80, 0x00, 0xFC, 0x00, 0x03, 0x00, 0x80, 0x00, 0xC4, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
111 0x00, 0x03, 0x04, 0x80, 0x00, 0xE4, 0x00, 0x03, 0x04, 0x80, 0x02, 0x26, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
112 0x00, 0x03, 0x04, 0x80, 0x02, 0x27, 0x00, 0x03, 0x04, 0x80, 0x00, 0xC6, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
113 0x00, 0x03, 0x04, 0x80, 0x00, 0xE6, 0x00, 0x03, 0x04, 0x80, 0x00, 0x47, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
114 0x00, 0x03, 0x0C, 0x80, 0x00, 0x67, 0x00, 0x03, 0x0C, 0x80, 0x00, 0x4B, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
115 0x00, 0x03, 0x0C, 0x80, 0x00, 0x6B, 0x00, 0x03, 0x0C, 0x80, 0x00, 0x4F, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
116 0x00, 0x03, 0x28, 0x80, 0x00, 0x6F, 0x00, 0x03, 0x28, 0x80, 0x01, 0xEA, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
117 0x00, 0x03, 0x04, 0x80, 0x01, 0xEB, 0x00, 0x03, 0x04, 0x80, 0x01, 0xB7, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
118 0x00, 0x03, 0x0C, 0x80, 0x02, 0x92, 0x00, 0x03, 0x0C, 0x80, 0x00, 0x6A, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
119 0x00, 0x03, 0x0C, 0xC0, 0x00, 0x44, 0x00, 0x00, 0x5A, 0xC0, 0x00, 0x44, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
120 0x00, 0x00, 0x7A, 0xC0, 0x00, 0x64, 0x00, 0x00, 0x7A, 0x80, 0x00, 0x47, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
121 0x00, 0x03, 0x01, 0x80, 0x00, 0x67, 0x00, 0x03, 0x01, 0x80, 0x00, 0x4E, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
122 0x00, 0x03, 0x00, 0x80, 0x00, 0x6E, 0x00, 0x03, 0x00, 0x80, 0x00, 0xC5, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
123 0x00, 0x03, 0x01, 0x80, 0x00, 0xE5, 0x00, 0x03, 0x01, 0x80, 0x00, 0xC6, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
124 0x00, 0x03, 0x01, 0x80, 0x00, 0xE6, 0x00, 0x03, 0x01, 0x80, 0x00, 0xD8, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
125 0x00, 0x03, 0x01, 0x80, 0x00, 0xF8, 0x00, 0x03, 0x01, 0x80, 0x00, 0x41, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
126 0x00, 0x03, 0x0F, 0x80, 0x00, 0x61, 0x00, 0x03, 0x0F, 0x80, 0x00, 0x41, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
127 0x00, 0x03, 0x11, 0x80, 0x00, 0x61, 0x00, 0x03, 0x11, 0x80, 0x00, 0x45, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
128 0x00, 0x03, 0x0F, 0x80, 0x00, 0x65, 0x00, 0x03, 0x0F, 0x80, 0x00, 0x45, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
129 0x00, 0x03, 0x11, 0x80, 0x00, 0x65, 0x00, 0x03, 0x11, 0x80, 0x00, 0x49, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
130 0x00, 0x03, 0x0F, 0x80, 0x00, 0x69, 0x00, 0x03, 0x0F, 0x80, 0x00, 0x49, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
131 0x00, 0x03, 0x11, 0x80, 0x00, 0x69, 0x00, 0x03, 0x11, 0x80, 0x00, 0x4F, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
132 0x00, 0x03, 0x0F, 0x80, 0x00, 0x6F, 0x00, 0x03, 0x0F, 0x80, 0x00, 0x4F, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
133 0x00, 0x03, 0x11, 0x80, 0x00, 0x6F, 0x00, 0x03, 0x11, 0x80, 0x00, 0x52, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
134 0x00, 0x03, 0x0F, 0x80, 0x00, 0x72, 0x00, 0x03, 0x0F, 0x80, 0x00, 0x52, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
135 0x00, 0x03, 0x11, 0x80, 0x00, 0x72, 0x00, 0x03, 0x11, 0x80, 0x00, 0x55, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
136 0x00, 0x03, 0x0F, 0x80, 0x00, 0x75, 0x00, 0x03, 0x0F, 0x80, 0x00, 0x55, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
137 0x00, 0x03, 0x11, 0x80, 0x00, 0x75, 0x00, 0x03, 0x11, 0x80, 0x00, 0x53, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
138 0x00, 0x03, 0x26, 0x80, 0x00, 0x73, 0x00, 0x03, 0x26, 0x80, 0x00, 0x54, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
139 0x00, 0x03, 0x26, 0x80, 0x00, 0x74, 0x00, 0x03, 0x26, 0x80, 0x00, 0x48, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
140 0x00, 0x03, 0x0C, 0x80, 0x00, 0x68, 0x00, 0x03, 0x0C, 0x80, 0x00, 0x41, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
141 0x00, 0x03, 0x07, 0x80, 0x00, 0x61, 0x00, 0x03, 0x07, 0x80, 0x00, 0x45, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
142 0x00, 0x03, 0x27, 0x80, 0x00, 0x65, 0x00, 0x03, 0x27, 0x80, 0x00, 0xD6, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
143 0x00, 0x03, 0x04, 0x80, 0x00, 0xF6, 0x00, 0x03, 0x04, 0x80, 0x00, 0xD5, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
144 0x00, 0x03, 0x04, 0x80, 0x00, 0xF5, 0x00, 0x03, 0x04, 0x80, 0x00, 0x4F, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
145 0x00, 0x03, 0x07, 0x80, 0x00, 0x6F, 0x00, 0x03, 0x07, 0x80, 0x02, 0x2E, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
146 0x00, 0x03, 0x04, 0x80, 0x02, 0x2F, 0x00, 0x03, 0x04, 0x80, 0x00, 0x59, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
147 0x00, 0x03, 0x04, 0x80, 0x00, 0x79, 0x00, 0x03, 0x04, 0x20, 0x00, 0x68, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
148 0x20, 0x02, 0x66, 0x20, 0x00, 0x6A, 0x20, 0x00, 0x72, 0x20, 0x02, 0x79, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
149 0x20, 0x02, 0x7B, 0x20, 0x02, 0x81, 0x20, 0x00, 0x77, 0x20, 0x00, 0x79, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
150 0xC0, 0x00, 0x20, 0x00, 0x03, 0x06, 0xC0, 0x00, 0x20, 0x00, 0x03, 0x07, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
151 0xC0, 0x00, 0x20, 0x00, 0x03, 0x0A, 0xC0, 0x00, 0x20, 0x00, 0x03, 0x28, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
152 0xC0, 0x00, 0x20, 0x00, 0x03, 0x03, 0xC0, 0x00, 0x20, 0x00, 0x03, 0x0B, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
153 0x20, 0x02, 0x63, 0x20, 0x00, 0x6C, 0x20, 0x00, 0x73, 0x20, 0x00, 0x78, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
154 0x20, 0x02, 0x95, 0x00, 0x03, 0x00, 0x00, 0x03, 0x01, 0x00, 0x03, 0x13, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
155 0x80, 0x03, 0x08, 0x00, 0x03, 0x01, 0x00, 0x02, 0xB9, 0xC0, 0x00, 0x20, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
156 0x00, 0x03, 0x45, 0x00, 0x00, 0x3B, 0xC0, 0x00, 0x20, 0x00, 0x03, 0x01, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
157 0x80, 0x00, 0xA8, 0x00, 0x03, 0x01, 0x80, 0x03, 0x91, 0x00, 0x03, 0x01, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
158 0x00, 0x00, 0xB7, 0x80, 0x03, 0x95, 0x00, 0x03, 0x01, 0x80, 0x03, 0x97, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
159 0x00, 0x03, 0x01, 0x80, 0x03, 0x99, 0x00, 0x03, 0x01, 0x80, 0x03, 0x9F, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
160 0x00, 0x03, 0x01, 0x80, 0x03, 0xA5, 0x00, 0x03, 0x01, 0x80, 0x03, 0xA9, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
161 0x00, 0x03, 0x01, 0x80, 0x03, 0xCA, 0x00, 0x03, 0x01, 0x80, 0x03, 0x99, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
162 0x00, 0x03, 0x08, 0x80, 0x03, 0xA5, 0x00, 0x03, 0x08, 0x80, 0x03, 0xB1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
163 0x00, 0x03, 0x01, 0x80, 0x03, 0xB5, 0x00, 0x03, 0x01, 0x80, 0x03, 0xB7, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
164 0x00, 0x03, 0x01, 0x80, 0x03, 0xB9, 0x00, 0x03, 0x01, 0x80, 0x03, 0xCB, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
165 0x00, 0x03, 0x01, 0x80, 0x03, 0xB9, 0x00, 0x03, 0x08, 0x80, 0x03, 0xC5, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
166 0x00, 0x03, 0x08, 0x80, 0x03, 0xBF, 0x00, 0x03, 0x01, 0x80, 0x03, 0xC5, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
167 0x00, 0x03, 0x01, 0x80, 0x03, 0xC9, 0x00, 0x03, 0x01, 0x40, 0x03, 0xB2, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
168 0x40, 0x03, 0xB8, 0x40, 0x03, 0xA5, 0x80, 0x03, 0xD2, 0x00, 0x03, 0x01, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
169 0x80, 0x03, 0xD2, 0x00, 0x03, 0x08, 0x40, 0x03, 0xC6, 0x40, 0x03, 0xC0, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
170 0x40, 0x03, 0xBA, 0x40, 0x03, 0xC1, 0x40, 0x03, 0xC2, 0x40, 0x03, 0x98, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
171 0x40, 0x03, 0xB5, 0x40, 0x03, 0xA3, 0x80, 0x04, 0x15, 0x00, 0x03, 0x00, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
172 0x80, 0x04, 0x15, 0x00, 0x03, 0x08, 0x80, 0x04, 0x13, 0x00, 0x03, 0x01, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
173 0x80, 0x04, 0x06, 0x00, 0x03, 0x08, 0x80, 0x04, 0x1A, 0x00, 0x03, 0x01, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
174 0x80, 0x04, 0x18, 0x00, 0x03, 0x00, 0x80, 0x04, 0x23, 0x00, 0x03, 0x06, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
175 0x80, 0x04, 0x18, 0x00, 0x03, 0x06, 0x80, 0x04, 0x38, 0x00, 0x03, 0x06, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
176 0x80, 0x04, 0x35, 0x00, 0x03, 0x00, 0x80, 0x04, 0x35, 0x00, 0x03, 0x08, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
177 0x80, 0x04, 0x33, 0x00, 0x03, 0x01, 0x80, 0x04, 0x56, 0x00, 0x03, 0x08, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
178 0x80, 0x04, 0x3A, 0x00, 0x03, 0x01, 0x80, 0x04, 0x38, 0x00, 0x03, 0x00, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
179 0x80, 0x04, 0x43, 0x00, 0x03, 0x06, 0x80, 0x04, 0x74, 0x00, 0x03, 0x0F, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
180 0x80, 0x04, 0x75, 0x00, 0x03, 0x0F, 0x80, 0x04, 0x16, 0x00, 0x03, 0x06, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
181 0x80, 0x04, 0x36, 0x00, 0x03, 0x06, 0x80, 0x04, 0x10, 0x00, 0x03, 0x06, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
182 0x80, 0x04, 0x30, 0x00, 0x03, 0x06, 0x80, 0x04, 0x10, 0x00, 0x03, 0x08, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
183 0x80, 0x04, 0x30, 0x00, 0x03, 0x08, 0x80, 0x04, 0x15, 0x00, 0x03, 0x06, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
184 0x80, 0x04, 0x35, 0x00, 0x03, 0x06, 0x80, 0x04, 0xD8, 0x00, 0x03, 0x08, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
185 0x80, 0x04, 0xD9, 0x00, 0x03, 0x08, 0x80, 0x04, 0x16, 0x00, 0x03, 0x08, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
186 0x80, 0x04, 0x36, 0x00, 0x03, 0x08, 0x80, 0x04, 0x17, 0x00, 0x03, 0x08, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
187 0x80, 0x04, 0x37, 0x00, 0x03, 0x08, 0x80, 0x04, 0x18, 0x00, 0x03, 0x04, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
188 0x80, 0x04, 0x38, 0x00, 0x03, 0x04, 0x80, 0x04, 0x18, 0x00, 0x03, 0x08, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
189 0x80, 0x04, 0x38, 0x00, 0x03, 0x08, 0x80, 0x04, 0x1E, 0x00, 0x03, 0x08, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
190 0x80, 0x04, 0x3E, 0x00, 0x03, 0x08, 0x80, 0x04, 0xE8, 0x00, 0x03, 0x08, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
191 0x80, 0x04, 0xE9, 0x00, 0x03, 0x08, 0x80, 0x04, 0x2D, 0x00, 0x03, 0x08, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
192 0x80, 0x04, 0x4D, 0x00, 0x03, 0x08, 0x80, 0x04, 0x23, 0x00, 0x03, 0x04, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
193 0x80, 0x04, 0x43, 0x00, 0x03, 0x04, 0x80, 0x04, 0x23, 0x00, 0x03, 0x08, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
194 0x80, 0x04, 0x43, 0x00, 0x03, 0x08, 0x80, 0x04, 0x23, 0x00, 0x03, 0x0B, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
195 0x80, 0x04, 0x43, 0x00, 0x03, 0x0B, 0x80, 0x04, 0x27, 0x00, 0x03, 0x08, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
196 0x80, 0x04, 0x47, 0x00, 0x03, 0x08, 0x80, 0x04, 0x2B, 0x00, 0x03, 0x08, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
197 0x80, 0x04, 0x4B, 0x00, 0x03, 0x08, 0xC0, 0x05, 0x65, 0x00, 0x05, 0x82, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
198 0x80, 0x06, 0x27, 0x00, 0x06, 0x53, 0x80, 0x06, 0x27, 0x00, 0x06, 0x54, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
199 0x80, 0x06, 0x48, 0x00, 0x06, 0x54, 0x80, 0x06, 0x27, 0x00, 0x06, 0x55, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
200 0x80, 0x06, 0x4A, 0x00, 0x06, 0x54, 0xC0, 0x06, 0x27, 0x00, 0x06, 0x74, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
201 0xC0, 0x06, 0x48, 0x00, 0x06, 0x74, 0xC0, 0x06, 0xC7, 0x00, 0x06, 0x74, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
202 0xC0, 0x06, 0x4A, 0x00, 0x06, 0x74, 0x80, 0x06, 0xD5, 0x00, 0x06, 0x54, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
203 0x80, 0x06, 0xC1, 0x00, 0x06, 0x54, 0x80, 0x06, 0xD2, 0x00, 0x06, 0x54, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
204 0x80, 0x09, 0x28, 0x00, 0x09, 0x3C, 0x80, 0x09, 0x30, 0x00, 0x09, 0x3C, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
205 0x80, 0x09, 0x33, 0x00, 0x09, 0x3C, 0x80, 0x09, 0x15, 0x00, 0x09, 0x3C, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
206 0x80, 0x09, 0x16, 0x00, 0x09, 0x3C, 0x80, 0x09, 0x17, 0x00, 0x09, 0x3C, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
207 0x80, 0x09, 0x1C, 0x00, 0x09, 0x3C, 0x80, 0x09, 0x21, 0x00, 0x09, 0x3C, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
208 0x80, 0x09, 0x22, 0x00, 0x09, 0x3C, 0x80, 0x09, 0x2B, 0x00, 0x09, 0x3C, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
209 0x80, 0x09, 0x2F, 0x00, 0x09, 0x3C, 0x80, 0x09, 0xC7, 0x00, 0x09, 0xBE, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
210 0x80, 0x09, 0xC7, 0x00, 0x09, 0xD7, 0x80, 0x09, 0xA1, 0x00, 0x09, 0xBC, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
211 0x80, 0x09, 0xA2, 0x00, 0x09, 0xBC, 0x80, 0x09, 0xAF, 0x00, 0x09, 0xBC, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
212 0x80, 0x0A, 0x32, 0x00, 0x0A, 0x3C, 0x80, 0x0A, 0x38, 0x00, 0x0A, 0x3C, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
213 0x80, 0x0A, 0x16, 0x00, 0x0A, 0x3C, 0x80, 0x0A, 0x17, 0x00, 0x0A, 0x3C, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
214 0x80, 0x0A, 0x1C, 0x00, 0x0A, 0x3C, 0x80, 0x0A, 0x2B, 0x00, 0x0A, 0x3C, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
215 0x80, 0x0B, 0x47, 0x00, 0x0B, 0x56, 0x80, 0x0B, 0x47, 0x00, 0x0B, 0x3E, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
216 0x80, 0x0B, 0x47, 0x00, 0x0B, 0x57, 0x80, 0x0B, 0x21, 0x00, 0x0B, 0x3C, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
217 0x80, 0x0B, 0x22, 0x00, 0x0B, 0x3C, 0x80, 0x0B, 0x92, 0x00, 0x0B, 0xD7, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
218 0x80, 0x0B, 0xC6, 0x00, 0x0B, 0xBE, 0x80, 0x0B, 0xC7, 0x00, 0x0B, 0xBE, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
219 0x80, 0x0B, 0xC6, 0x00, 0x0B, 0xD7, 0x80, 0x0C, 0x46, 0x00, 0x0C, 0x56, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
220 0x80, 0x0C, 0xBF, 0x00, 0x0C, 0xD5, 0x80, 0x0C, 0xC6, 0x00, 0x0C, 0xD5, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
221 0x80, 0x0C, 0xC6, 0x00, 0x0C, 0xD6, 0x80, 0x0C, 0xC6, 0x00, 0x0C, 0xC2, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
222 0x80, 0x0C, 0xCA, 0x00, 0x0C, 0xD5, 0x80, 0x0D, 0x46, 0x00, 0x0D, 0x3E, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
223 0x80, 0x0D, 0x47, 0x00, 0x0D, 0x3E, 0x80, 0x0D, 0x46, 0x00, 0x0D, 0x57, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
224 0x80, 0x0D, 0xD9, 0x00, 0x0D, 0xCA, 0x80, 0x0D, 0xD9, 0x00, 0x0D, 0xCF, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
225 0x80, 0x0D, 0xDC, 0x00, 0x0D, 0xCA, 0x80, 0x0D, 0xD9, 0x00, 0x0D, 0xDF, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
226 0xC0, 0x0E, 0x4D, 0x00, 0x0E, 0x32, 0xC0, 0x0E, 0xCD, 0x00, 0x0E, 0xB2, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
227 0xC0, 0x0E, 0xAB, 0x00, 0x0E, 0x99, 0xC0, 0x0E, 0xAB, 0x00, 0x0E, 0xA1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
228 0x08, 0x0F, 0x0B, 0x80, 0x0F, 0x42, 0x00, 0x0F, 0xB7, 0x80, 0x0F, 0x4C, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
229 0x00, 0x0F, 0xB7, 0x80, 0x0F, 0x51, 0x00, 0x0F, 0xB7, 0x80, 0x0F, 0x56, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
230 0x00, 0x0F, 0xB7, 0x80, 0x0F, 0x5B, 0x00, 0x0F, 0xB7, 0x80, 0x0F, 0x40, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
231 0x00, 0x0F, 0xB5, 0x80, 0x0F, 0x71, 0x00, 0x0F, 0x72, 0x80, 0x0F, 0x71, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
232 0x00, 0x0F, 0x74, 0x80, 0x0F, 0xB2, 0x00, 0x0F, 0x80, 0xC0, 0x0F, 0xB2, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
233 0x00, 0x0F, 0x81, 0x80, 0x0F, 0xB3, 0x00, 0x0F, 0x80, 0xC0, 0x0F, 0xB3, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
234 0x00, 0x0F, 0x81, 0x80, 0x0F, 0x71, 0x00, 0x0F, 0x80, 0x80, 0x0F, 0x92, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
235 0x00, 0x0F, 0xB7, 0x80, 0x0F, 0x9C, 0x00, 0x0F, 0xB7, 0x80, 0x0F, 0xA1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
236 0x00, 0x0F, 0xB7, 0x80, 0x0F, 0xA6, 0x00, 0x0F, 0xB7, 0x80, 0x0F, 0xAB, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
237 0x00, 0x0F, 0xB7, 0x80, 0x0F, 0x90, 0x00, 0x0F, 0xB5, 0x80, 0x10, 0x25, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
238 0x00, 0x10, 0x2E, 0x20, 0x10, 0xDC, 0x80, 0x1B, 0x05, 0x00, 0x1B, 0x35, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
239 0x80, 0x1B, 0x07, 0x00, 0x1B, 0x35, 0x80, 0x1B, 0x09, 0x00, 0x1B, 0x35, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
240 0x80, 0x1B, 0x0B, 0x00, 0x1B, 0x35, 0x80, 0x1B, 0x0D, 0x00, 0x1B, 0x35, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
241 0x80, 0x1B, 0x11, 0x00, 0x1B, 0x35, 0x80, 0x1B, 0x3A, 0x00, 0x1B, 0x35, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
242 0x80, 0x1B, 0x3C, 0x00, 0x1B, 0x35, 0x80, 0x1B, 0x3E, 0x00, 0x1B, 0x35, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
243 0x80, 0x1B, 0x3F, 0x00, 0x1B, 0x35, 0x80, 0x1B, 0x42, 0x00, 0x1B, 0x35, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
244 0x20, 0x00, 0x41, 0x20, 0x00, 0xC6, 0x20, 0x00, 0x42, 0x20, 0x00, 0x44, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
245 0x20, 0x00, 0x45, 0x20, 0x01, 0x8E, 0x20, 0x00, 0x47, 0x20, 0x00, 0x48, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
246 0x20, 0x00, 0x49, 0x20, 0x00, 0x4A, 0x20, 0x00, 0x4B, 0x20, 0x00, 0x4C, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
247 0x20, 0x00, 0x4D, 0x20, 0x00, 0x4E, 0x20, 0x00, 0x4F, 0x20, 0x02, 0x22, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
248 0x20, 0x00, 0x50, 0x20, 0x00, 0x52, 0x20, 0x00, 0x54, 0x20, 0x00, 0x55, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
249 0x20, 0x00, 0x57, 0x20, 0x00, 0x61, 0x20, 0x02, 0x50, 0x20, 0x02, 0x51, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
250 0x20, 0x1D, 0x02, 0x20, 0x00, 0x62, 0x20, 0x00, 0x64, 0x20, 0x00, 0x65, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
251 0x20, 0x02, 0x59, 0x20, 0x02, 0x5B, 0x20, 0x02, 0x5C, 0x20, 0x00, 0x67, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
252 0x20, 0x00, 0x6B, 0x20, 0x00, 0x6D, 0x20, 0x01, 0x4B, 0x20, 0x00, 0x6F, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
253 0x20, 0x02, 0x54, 0x20, 0x1D, 0x16, 0x20, 0x1D, 0x17, 0x20, 0x00, 0x70, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
254 0x20, 0x00, 0x74, 0x20, 0x00, 0x75, 0x20, 0x1D, 0x1D, 0x20, 0x02, 0x6F, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
255 0x20, 0x00, 0x76, 0x20, 0x1D, 0x25, 0x20, 0x03, 0xB2, 0x20, 0x03, 0xB3, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
256 0x20, 0x03, 0xB4, 0x20, 0x03, 0xC6, 0x20, 0x03, 0xC7, 0x24, 0x00, 0x69, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
257 0x24, 0x00, 0x72, 0x24, 0x00, 0x75, 0x24, 0x00, 0x76, 0x24, 0x03, 0xB2, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
258 0x24, 0x03, 0xB3, 0x24, 0x03, 0xC1, 0x24, 0x03, 0xC6, 0x24, 0x03, 0xC7, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
259 0x20, 0x04, 0x3D, 0x20, 0x02, 0x52, 0x20, 0x00, 0x63, 0x20, 0x02, 0x55, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
260 0x20, 0x00, 0xF0, 0x20, 0x02, 0x5C, 0x20, 0x00, 0x66, 0x20, 0x02, 0x5F, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
261 0x20, 0x02, 0x61, 0x20, 0x02, 0x65, 0x20, 0x02, 0x68, 0x20, 0x02, 0x69, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
262 0x20, 0x02, 0x6A, 0x20, 0x1D, 0x7B, 0x20, 0x02, 0x9D, 0x20, 0x02, 0x6D, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
263 0x20, 0x1D, 0x85, 0x20, 0x02, 0x9F, 0x20, 0x02, 0x71, 0x20, 0x02, 0x70, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
264 0x20, 0x02, 0x72, 0x20, 0x02, 0x73, 0x20, 0x02, 0x74, 0x20, 0x02, 0x75, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
265 0x20, 0x02, 0x78, 0x20, 0x02, 0x82, 0x20, 0x02, 0x83, 0x20, 0x01, 0xAB, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
266 0x20, 0x02, 0x89, 0x20, 0x02, 0x8A, 0x20, 0x1D, 0x1C, 0x20, 0x02, 0x8B, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
267 0x20, 0x02, 0x8C, 0x20, 0x00, 0x7A, 0x20, 0x02, 0x90, 0x20, 0x02, 0x91, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
268 0x20, 0x02, 0x92, 0x20, 0x03, 0xB8, 0x80, 0x00, 0x41, 0x00, 0x03, 0x25, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
269 0x80, 0x00, 0x61, 0x00, 0x03, 0x25, 0x80, 0x00, 0x42, 0x00, 0x03, 0x07, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
270 0x80, 0x00, 0x62, 0x00, 0x03, 0x07, 0x80, 0x00, 0x42, 0x00, 0x03, 0x23, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
271 0x80, 0x00, 0x62, 0x00, 0x03, 0x23, 0x80, 0x00, 0x42, 0x00, 0x03, 0x31, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
272 0x80, 0x00, 0x62, 0x00, 0x03, 0x31, 0x80, 0x00, 0xC7, 0x00, 0x03, 0x01, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
273 0x80, 0x00, 0xE7, 0x00, 0x03, 0x01, 0x80, 0x00, 0x44, 0x00, 0x03, 0x07, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
274 0x80, 0x00, 0x64, 0x00, 0x03, 0x07, 0x80, 0x00, 0x44, 0x00, 0x03, 0x23, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
275 0x80, 0x00, 0x64, 0x00, 0x03, 0x23, 0x80, 0x00, 0x44, 0x00, 0x03, 0x31, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
276 0x80, 0x00, 0x64, 0x00, 0x03, 0x31, 0x80, 0x00, 0x44, 0x00, 0x03, 0x27, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
277 0x80, 0x00, 0x64, 0x00, 0x03, 0x27, 0x80, 0x00, 0x44, 0x00, 0x03, 0x2D, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
278 0x80, 0x00, 0x64, 0x00, 0x03, 0x2D, 0x80, 0x01, 0x12, 0x00, 0x03, 0x00, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
279 0x80, 0x01, 0x13, 0x00, 0x03, 0x00, 0x80, 0x01, 0x12, 0x00, 0x03, 0x01, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
280 0x80, 0x01, 0x13, 0x00, 0x03, 0x01, 0x80, 0x00, 0x45, 0x00, 0x03, 0x2D, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
281 0x80, 0x00, 0x65, 0x00, 0x03, 0x2D, 0x80, 0x00, 0x45, 0x00, 0x03, 0x30, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
282 0x80, 0x00, 0x65, 0x00, 0x03, 0x30, 0x80, 0x02, 0x28, 0x00, 0x03, 0x06, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
283 0x80, 0x02, 0x29, 0x00, 0x03, 0x06, 0x80, 0x00, 0x46, 0x00, 0x03, 0x07, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
284 0x80, 0x00, 0x66, 0x00, 0x03, 0x07, 0x80, 0x00, 0x47, 0x00, 0x03, 0x04, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
285 0x80, 0x00, 0x67, 0x00, 0x03, 0x04, 0x80, 0x00, 0x48, 0x00, 0x03, 0x07, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
286 0x80, 0x00, 0x68, 0x00, 0x03, 0x07, 0x80, 0x00, 0x48, 0x00, 0x03, 0x23, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
287 0x80, 0x00, 0x68, 0x00, 0x03, 0x23, 0x80, 0x00, 0x48, 0x00, 0x03, 0x08, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
288 0x80, 0x00, 0x68, 0x00, 0x03, 0x08, 0x80, 0x00, 0x48, 0x00, 0x03, 0x27, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
289 0x80, 0x00, 0x68, 0x00, 0x03, 0x27, 0x80, 0x00, 0x48, 0x00, 0x03, 0x2E, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
290 0x80, 0x00, 0x68, 0x00, 0x03, 0x2E, 0x80, 0x00, 0x49, 0x00, 0x03, 0x30, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
291 0x80, 0x00, 0x69, 0x00, 0x03, 0x30, 0x80, 0x00, 0xCF, 0x00, 0x03, 0x01, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
292 0x80, 0x00, 0xEF, 0x00, 0x03, 0x01, 0x80, 0x00, 0x4B, 0x00, 0x03, 0x01, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
293 0x80, 0x00, 0x6B, 0x00, 0x03, 0x01, 0x80, 0x00, 0x4B, 0x00, 0x03, 0x23, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
294 0x80, 0x00, 0x6B, 0x00, 0x03, 0x23, 0x80, 0x00, 0x4B, 0x00, 0x03, 0x31, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
295 0x80, 0x00, 0x6B, 0x00, 0x03, 0x31, 0x80, 0x00, 0x4C, 0x00, 0x03, 0x23, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
296 0x80, 0x00, 0x6C, 0x00, 0x03, 0x23, 0x80, 0x1E, 0x36, 0x00, 0x03, 0x04, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
297 0x80, 0x1E, 0x37, 0x00, 0x03, 0x04, 0x80, 0x00, 0x4C, 0x00, 0x03, 0x31, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
298 0x80, 0x00, 0x6C, 0x00, 0x03, 0x31, 0x80, 0x00, 0x4C, 0x00, 0x03, 0x2D, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
299 0x80, 0x00, 0x6C, 0x00, 0x03, 0x2D, 0x80, 0x00, 0x4D, 0x00, 0x03, 0x01, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
300 0x80, 0x00, 0x6D, 0x00, 0x03, 0x01, 0x80, 0x00, 0x4D, 0x00, 0x03, 0x07, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
301 0x80, 0x00, 0x6D, 0x00, 0x03, 0x07, 0x80, 0x00, 0x4D, 0x00, 0x03, 0x23, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
302 0x80, 0x00, 0x6D, 0x00, 0x03, 0x23, 0x80, 0x00, 0x4E, 0x00, 0x03, 0x07, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
303 0x80, 0x00, 0x6E, 0x00, 0x03, 0x07, 0x80, 0x00, 0x4E, 0x00, 0x03, 0x23, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
304 0x80, 0x00, 0x6E, 0x00, 0x03, 0x23, 0x80, 0x00, 0x4E, 0x00, 0x03, 0x31, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
305 0x80, 0x00, 0x6E, 0x00, 0x03, 0x31, 0x80, 0x00, 0x4E, 0x00, 0x03, 0x2D, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
306 0x80, 0x00, 0x6E, 0x00, 0x03, 0x2D, 0x80, 0x00, 0xD5, 0x00, 0x03, 0x01, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
307 0x80, 0x00, 0xF5, 0x00, 0x03, 0x01, 0x80, 0x00, 0xD5, 0x00, 0x03, 0x08, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
308 0x80, 0x00, 0xF5, 0x00, 0x03, 0x08, 0x80, 0x01, 0x4C, 0x00, 0x03, 0x00, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
309 0x80, 0x01, 0x4D, 0x00, 0x03, 0x00, 0x80, 0x01, 0x4C, 0x00, 0x03, 0x01, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
310 0x80, 0x01, 0x4D, 0x00, 0x03, 0x01, 0x80, 0x00, 0x50, 0x00, 0x03, 0x01, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
311 0x80, 0x00, 0x70, 0x00, 0x03, 0x01, 0x80, 0x00, 0x50, 0x00, 0x03, 0x07, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
312 0x80, 0x00, 0x70, 0x00, 0x03, 0x07, 0x80, 0x00, 0x52, 0x00, 0x03, 0x07, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
313 0x80, 0x00, 0x72, 0x00, 0x03, 0x07, 0x80, 0x00, 0x52, 0x00, 0x03, 0x23, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
314 0x80, 0x00, 0x72, 0x00, 0x03, 0x23, 0x80, 0x1E, 0x5A, 0x00, 0x03, 0x04, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
315 0x80, 0x1E, 0x5B, 0x00, 0x03, 0x04, 0x80, 0x00, 0x52, 0x00, 0x03, 0x31, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
316 0x80, 0x00, 0x72, 0x00, 0x03, 0x31, 0x80, 0x00, 0x53, 0x00, 0x03, 0x07, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
317 0x80, 0x00, 0x73, 0x00, 0x03, 0x07, 0x80, 0x00, 0x53, 0x00, 0x03, 0x23, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
318 0x80, 0x00, 0x73, 0x00, 0x03, 0x23, 0x80, 0x01, 0x5A, 0x00, 0x03, 0x07, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
319 0x80, 0x01, 0x5B, 0x00, 0x03, 0x07, 0x80, 0x01, 0x60, 0x00, 0x03, 0x07, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
320 0x80, 0x01, 0x61, 0x00, 0x03, 0x07, 0x80, 0x1E, 0x62, 0x00, 0x03, 0x07, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
321 0x80, 0x1E, 0x63, 0x00, 0x03, 0x07, 0x80, 0x00, 0x54, 0x00, 0x03, 0x07, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
322 0x80, 0x00, 0x74, 0x00, 0x03, 0x07, 0x80, 0x00, 0x54, 0x00, 0x03, 0x23, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
323 0x80, 0x00, 0x74, 0x00, 0x03, 0x23, 0x80, 0x00, 0x54, 0x00, 0x03, 0x31, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
324 0x80, 0x00, 0x74, 0x00, 0x03, 0x31, 0x80, 0x00, 0x54, 0x00, 0x03, 0x2D, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
325 0x80, 0x00, 0x74, 0x00, 0x03, 0x2D, 0x80, 0x00, 0x55, 0x00, 0x03, 0x24, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
326 0x80, 0x00, 0x75, 0x00, 0x03, 0x24, 0x80, 0x00, 0x55, 0x00, 0x03, 0x30, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
327 0x80, 0x00, 0x75, 0x00, 0x03, 0x30, 0x80, 0x00, 0x55, 0x00, 0x03, 0x2D, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
328 0x80, 0x00, 0x75, 0x00, 0x03, 0x2D, 0x80, 0x01, 0x68, 0x00, 0x03, 0x01, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
329 0x80, 0x01, 0x69, 0x00, 0x03, 0x01, 0x80, 0x01, 0x6A, 0x00, 0x03, 0x08, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
330 0x80, 0x01, 0x6B, 0x00, 0x03, 0x08, 0x80, 0x00, 0x56, 0x00, 0x03, 0x03, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
331 0x80, 0x00, 0x76, 0x00, 0x03, 0x03, 0x80, 0x00, 0x56, 0x00, 0x03, 0x23, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
332 0x80, 0x00, 0x76, 0x00, 0x03, 0x23, 0x80, 0x00, 0x57, 0x00, 0x03, 0x00, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
333 0x80, 0x00, 0x77, 0x00, 0x03, 0x00, 0x80, 0x00, 0x57, 0x00, 0x03, 0x01, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
334 0x80, 0x00, 0x77, 0x00, 0x03, 0x01, 0x80, 0x00, 0x57, 0x00, 0x03, 0x08, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
335 0x80, 0x00, 0x77, 0x00, 0x03, 0x08, 0x80, 0x00, 0x57, 0x00, 0x03, 0x07, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
336 0x80, 0x00, 0x77, 0x00, 0x03, 0x07, 0x80, 0x00, 0x57, 0x00, 0x03, 0x23, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
337 0x80, 0x00, 0x77, 0x00, 0x03, 0x23, 0x80, 0x00, 0x58, 0x00, 0x03, 0x07, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
338 0x80, 0x00, 0x78, 0x00, 0x03, 0x07, 0x80, 0x00, 0x58, 0x00, 0x03, 0x08, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
339 0x80, 0x00, 0x78, 0x00, 0x03, 0x08, 0x80, 0x00, 0x59, 0x00, 0x03, 0x07, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
340 0x80, 0x00, 0x79, 0x00, 0x03, 0x07, 0x80, 0x00, 0x5A, 0x00, 0x03, 0x02, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
341 0x80, 0x00, 0x7A, 0x00, 0x03, 0x02, 0x80, 0x00, 0x5A, 0x00, 0x03, 0x23, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
342 0x80, 0x00, 0x7A, 0x00, 0x03, 0x23, 0x80, 0x00, 0x5A, 0x00, 0x03, 0x31, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
343 0x80, 0x00, 0x7A, 0x00, 0x03, 0x31, 0x80, 0x00, 0x68, 0x00, 0x03, 0x31, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
344 0x80, 0x00, 0x74, 0x00, 0x03, 0x08, 0x80, 0x00, 0x77, 0x00, 0x03, 0x0A, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
345 0x80, 0x00, 0x79, 0x00, 0x03, 0x0A, 0xC0, 0x00, 0x61, 0x00, 0x02, 0xBE, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
346 0x80, 0x01, 0x7F, 0x00, 0x03, 0x07, 0x80, 0x00, 0x41, 0x00, 0x03, 0x23, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
347 0x80, 0x00, 0x61, 0x00, 0x03, 0x23, 0x80, 0x00, 0x41, 0x00, 0x03, 0x09, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
348 0x80, 0x00, 0x61, 0x00, 0x03, 0x09, 0x80, 0x00, 0xC2, 0x00, 0x03, 0x01, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
349 0x80, 0x00, 0xE2, 0x00, 0x03, 0x01, 0x80, 0x00, 0xC2, 0x00, 0x03, 0x00, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
350 0x80, 0x00, 0xE2, 0x00, 0x03, 0x00, 0x80, 0x00, 0xC2, 0x00, 0x03, 0x09, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
351 0x80, 0x00, 0xE2, 0x00, 0x03, 0x09, 0x80, 0x00, 0xC2, 0x00, 0x03, 0x03, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
352 0x80, 0x00, 0xE2, 0x00, 0x03, 0x03, 0x80, 0x1E, 0xA0, 0x00, 0x03, 0x02, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
353 0x80, 0x1E, 0xA1, 0x00, 0x03, 0x02, 0x80, 0x01, 0x02, 0x00, 0x03, 0x01, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
354 0x80, 0x01, 0x03, 0x00, 0x03, 0x01, 0x80, 0x01, 0x02, 0x00, 0x03, 0x00, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
355 0x80, 0x01, 0x03, 0x00, 0x03, 0x00, 0x80, 0x01, 0x02, 0x00, 0x03, 0x09, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
356 0x80, 0x01, 0x03, 0x00, 0x03, 0x09, 0x80, 0x01, 0x02, 0x00, 0x03, 0x03, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
357 0x80, 0x01, 0x03, 0x00, 0x03, 0x03, 0x80, 0x1E, 0xA0, 0x00, 0x03, 0x06, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
358 0x80, 0x1E, 0xA1, 0x00, 0x03, 0x06, 0x80, 0x00, 0x45, 0x00, 0x03, 0x23, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
359 0x80, 0x00, 0x65, 0x00, 0x03, 0x23, 0x80, 0x00, 0x45, 0x00, 0x03, 0x09, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
360 0x80, 0x00, 0x65, 0x00, 0x03, 0x09, 0x80, 0x00, 0x45, 0x00, 0x03, 0x03, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
361 0x80, 0x00, 0x65, 0x00, 0x03, 0x03, 0x80, 0x00, 0xCA, 0x00, 0x03, 0x01, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
362 0x80, 0x00, 0xEA, 0x00, 0x03, 0x01, 0x80, 0x00, 0xCA, 0x00, 0x03, 0x00, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
363 0x80, 0x00, 0xEA, 0x00, 0x03, 0x00, 0x80, 0x00, 0xCA, 0x00, 0x03, 0x09, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
364 0x80, 0x00, 0xEA, 0x00, 0x03, 0x09, 0x80, 0x00, 0xCA, 0x00, 0x03, 0x03, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
365 0x80, 0x00, 0xEA, 0x00, 0x03, 0x03, 0x80, 0x1E, 0xB8, 0x00, 0x03, 0x02, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
366 0x80, 0x1E, 0xB9, 0x00, 0x03, 0x02, 0x80, 0x00, 0x49, 0x00, 0x03, 0x09, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
367 0x80, 0x00, 0x69, 0x00, 0x03, 0x09, 0x80, 0x00, 0x49, 0x00, 0x03, 0x23, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
368 0x80, 0x00, 0x69, 0x00, 0x03, 0x23, 0x80, 0x00, 0x4F, 0x00, 0x03, 0x23, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
369 0x80, 0x00, 0x6F, 0x00, 0x03, 0x23, 0x80, 0x00, 0x4F, 0x00, 0x03, 0x09, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
370 0x80, 0x00, 0x6F, 0x00, 0x03, 0x09, 0x80, 0x00, 0xD4, 0x00, 0x03, 0x01, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
371 0x80, 0x00, 0xF4, 0x00, 0x03, 0x01, 0x80, 0x00, 0xD4, 0x00, 0x03, 0x00, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
372 0x80, 0x00, 0xF4, 0x00, 0x03, 0x00, 0x80, 0x00, 0xD4, 0x00, 0x03, 0x09, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
373 0x80, 0x00, 0xF4, 0x00, 0x03, 0x09, 0x80, 0x00, 0xD4, 0x00, 0x03, 0x03, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
374 0x80, 0x00, 0xF4, 0x00, 0x03, 0x03, 0x80, 0x1E, 0xCC, 0x00, 0x03, 0x02, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
375 0x80, 0x1E, 0xCD, 0x00, 0x03, 0x02, 0x80, 0x01, 0xA0, 0x00, 0x03, 0x01, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
376 0x80, 0x01, 0xA1, 0x00, 0x03, 0x01, 0x80, 0x01, 0xA0, 0x00, 0x03, 0x00, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
377 0x80, 0x01, 0xA1, 0x00, 0x03, 0x00, 0x80, 0x01, 0xA0, 0x00, 0x03, 0x09, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
378 0x80, 0x01, 0xA1, 0x00, 0x03, 0x09, 0x80, 0x01, 0xA0, 0x00, 0x03, 0x03, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
379 0x80, 0x01, 0xA1, 0x00, 0x03, 0x03, 0x80, 0x01, 0xA0, 0x00, 0x03, 0x23, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
380 0x80, 0x01, 0xA1, 0x00, 0x03, 0x23, 0x80, 0x00, 0x55, 0x00, 0x03, 0x23, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
381 0x80, 0x00, 0x75, 0x00, 0x03, 0x23, 0x80, 0x00, 0x55, 0x00, 0x03, 0x09, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
382 0x80, 0x00, 0x75, 0x00, 0x03, 0x09, 0x80, 0x01, 0xAF, 0x00, 0x03, 0x01, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
383 0x80, 0x01, 0xB0, 0x00, 0x03, 0x01, 0x80, 0x01, 0xAF, 0x00, 0x03, 0x00, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
384 0x80, 0x01, 0xB0, 0x00, 0x03, 0x00, 0x80, 0x01, 0xAF, 0x00, 0x03, 0x09, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
385 0x80, 0x01, 0xB0, 0x00, 0x03, 0x09, 0x80, 0x01, 0xAF, 0x00, 0x03, 0x03, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
386 0x80, 0x01, 0xB0, 0x00, 0x03, 0x03, 0x80, 0x01, 0xAF, 0x00, 0x03, 0x23, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
387 0x80, 0x01, 0xB0, 0x00, 0x03, 0x23, 0x80, 0x00, 0x59, 0x00, 0x03, 0x00, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
388 0x80, 0x00, 0x79, 0x00, 0x03, 0x00, 0x80, 0x00, 0x59, 0x00, 0x03, 0x23, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
389 0x80, 0x00, 0x79, 0x00, 0x03, 0x23, 0x80, 0x00, 0x59, 0x00, 0x03, 0x09, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
390 0x80, 0x00, 0x79, 0x00, 0x03, 0x09, 0x80, 0x00, 0x59, 0x00, 0x03, 0x03, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
391 0x80, 0x00, 0x79, 0x00, 0x03, 0x03, 0x80, 0x03, 0xB1, 0x00, 0x03, 0x13, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
392 0x80, 0x03, 0xB1, 0x00, 0x03, 0x14, 0x80, 0x1F, 0x00, 0x00, 0x03, 0x00, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
393 0x80, 0x1F, 0x01, 0x00, 0x03, 0x00, 0x80, 0x1F, 0x00, 0x00, 0x03, 0x01, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
394 0x80, 0x1F, 0x01, 0x00, 0x03, 0x01, 0x80, 0x1F, 0x00, 0x00, 0x03, 0x42, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
395 0x80, 0x1F, 0x01, 0x00, 0x03, 0x42, 0x80, 0x03, 0x91, 0x00, 0x03, 0x13, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
396 0x80, 0x03, 0x91, 0x00, 0x03, 0x14, 0x80, 0x1F, 0x08, 0x00, 0x03, 0x00, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
397 0x80, 0x1F, 0x09, 0x00, 0x03, 0x00, 0x80, 0x1F, 0x08, 0x00, 0x03, 0x01, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
398 0x80, 0x1F, 0x09, 0x00, 0x03, 0x01, 0x80, 0x1F, 0x08, 0x00, 0x03, 0x42, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
399 0x80, 0x1F, 0x09, 0x00, 0x03, 0x42, 0x80, 0x03, 0xB5, 0x00, 0x03, 0x13, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
400 0x80, 0x03, 0xB5, 0x00, 0x03, 0x14, 0x80, 0x1F, 0x10, 0x00, 0x03, 0x00, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
401 0x80, 0x1F, 0x11, 0x00, 0x03, 0x00, 0x80, 0x1F, 0x10, 0x00, 0x03, 0x01, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
402 0x80, 0x1F, 0x11, 0x00, 0x03, 0x01, 0x80, 0x03, 0x95, 0x00, 0x03, 0x13, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
403 0x80, 0x03, 0x95, 0x00, 0x03, 0x14, 0x80, 0x1F, 0x18, 0x00, 0x03, 0x00, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
404 0x80, 0x1F, 0x19, 0x00, 0x03, 0x00, 0x80, 0x1F, 0x18, 0x00, 0x03, 0x01, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
405 0x80, 0x1F, 0x19, 0x00, 0x03, 0x01, 0x80, 0x03, 0xB7, 0x00, 0x03, 0x13, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
406 0x80, 0x03, 0xB7, 0x00, 0x03, 0x14, 0x80, 0x1F, 0x20, 0x00, 0x03, 0x00, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
407 0x80, 0x1F, 0x21, 0x00, 0x03, 0x00, 0x80, 0x1F, 0x20, 0x00, 0x03, 0x01, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
408 0x80, 0x1F, 0x21, 0x00, 0x03, 0x01, 0x80, 0x1F, 0x20, 0x00, 0x03, 0x42, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
409 0x80, 0x1F, 0x21, 0x00, 0x03, 0x42, 0x80, 0x03, 0x97, 0x00, 0x03, 0x13, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
410 0x80, 0x03, 0x97, 0x00, 0x03, 0x14, 0x80, 0x1F, 0x28, 0x00, 0x03, 0x00, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
411 0x80, 0x1F, 0x29, 0x00, 0x03, 0x00, 0x80, 0x1F, 0x28, 0x00, 0x03, 0x01, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
412 0x80, 0x1F, 0x29, 0x00, 0x03, 0x01, 0x80, 0x1F, 0x28, 0x00, 0x03, 0x42, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
413 0x80, 0x1F, 0x29, 0x00, 0x03, 0x42, 0x80, 0x03, 0xB9, 0x00, 0x03, 0x13, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
414 0x80, 0x03, 0xB9, 0x00, 0x03, 0x14, 0x80, 0x1F, 0x30, 0x00, 0x03, 0x00, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
415 0x80, 0x1F, 0x31, 0x00, 0x03, 0x00, 0x80, 0x1F, 0x30, 0x00, 0x03, 0x01, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
416 0x80, 0x1F, 0x31, 0x00, 0x03, 0x01, 0x80, 0x1F, 0x30, 0x00, 0x03, 0x42, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
417 0x80, 0x1F, 0x31, 0x00, 0x03, 0x42, 0x80, 0x03, 0x99, 0x00, 0x03, 0x13, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
418 0x80, 0x03, 0x99, 0x00, 0x03, 0x14, 0x80, 0x1F, 0x38, 0x00, 0x03, 0x00, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
419 0x80, 0x1F, 0x39, 0x00, 0x03, 0x00, 0x80, 0x1F, 0x38, 0x00, 0x03, 0x01, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
420 0x80, 0x1F, 0x39, 0x00, 0x03, 0x01, 0x80, 0x1F, 0x38, 0x00, 0x03, 0x42, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
421 0x80, 0x1F, 0x39, 0x00, 0x03, 0x42, 0x80, 0x03, 0xBF, 0x00, 0x03, 0x13, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
422 0x80, 0x03, 0xBF, 0x00, 0x03, 0x14, 0x80, 0x1F, 0x40, 0x00, 0x03, 0x00, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
423 0x80, 0x1F, 0x41, 0x00, 0x03, 0x00, 0x80, 0x1F, 0x40, 0x00, 0x03, 0x01, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
424 0x80, 0x1F, 0x41, 0x00, 0x03, 0x01, 0x80, 0x03, 0x9F, 0x00, 0x03, 0x13, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
425 0x80, 0x03, 0x9F, 0x00, 0x03, 0x14, 0x80, 0x1F, 0x48, 0x00, 0x03, 0x00, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
426 0x80, 0x1F, 0x49, 0x00, 0x03, 0x00, 0x80, 0x1F, 0x48, 0x00, 0x03, 0x01, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
427 0x80, 0x1F, 0x49, 0x00, 0x03, 0x01, 0x80, 0x03, 0xC5, 0x00, 0x03, 0x13, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
428 0x80, 0x03, 0xC5, 0x00, 0x03, 0x14, 0x80, 0x1F, 0x50, 0x00, 0x03, 0x00, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
429 0x80, 0x1F, 0x51, 0x00, 0x03, 0x00, 0x80, 0x1F, 0x50, 0x00, 0x03, 0x01, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
430 0x80, 0x1F, 0x51, 0x00, 0x03, 0x01, 0x80, 0x1F, 0x50, 0x00, 0x03, 0x42, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
431 0x80, 0x1F, 0x51, 0x00, 0x03, 0x42, 0x80, 0x03, 0xA5, 0x00, 0x03, 0x14, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
432 0x80, 0x1F, 0x59, 0x00, 0x03, 0x00, 0x80, 0x1F, 0x59, 0x00, 0x03, 0x01, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
433 0x80, 0x1F, 0x59, 0x00, 0x03, 0x42, 0x80, 0x03, 0xC9, 0x00, 0x03, 0x13, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
434 0x80, 0x03, 0xC9, 0x00, 0x03, 0x14, 0x80, 0x1F, 0x60, 0x00, 0x03, 0x00, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
435 0x80, 0x1F, 0x61, 0x00, 0x03, 0x00, 0x80, 0x1F, 0x60, 0x00, 0x03, 0x01, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
436 0x80, 0x1F, 0x61, 0x00, 0x03, 0x01, 0x80, 0x1F, 0x60, 0x00, 0x03, 0x42, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
437 0x80, 0x1F, 0x61, 0x00, 0x03, 0x42, 0x80, 0x03, 0xA9, 0x00, 0x03, 0x13, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
438 0x80, 0x03, 0xA9, 0x00, 0x03, 0x14, 0x80, 0x1F, 0x68, 0x00, 0x03, 0x00, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
439 0x80, 0x1F, 0x69, 0x00, 0x03, 0x00, 0x80, 0x1F, 0x68, 0x00, 0x03, 0x01, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
440 0x80, 0x1F, 0x69, 0x00, 0x03, 0x01, 0x80, 0x1F, 0x68, 0x00, 0x03, 0x42, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
441 0x80, 0x1F, 0x69, 0x00, 0x03, 0x42, 0x80, 0x03, 0xB1, 0x00, 0x03, 0x00, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
442 0x00, 0x03, 0xAC, 0x80, 0x03, 0xB5, 0x00, 0x03, 0x00, 0x00, 0x03, 0xAD, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
443 0x80, 0x03, 0xB7, 0x00, 0x03, 0x00, 0x00, 0x03, 0xAE, 0x80, 0x03, 0xB9, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
444 0x00, 0x03, 0x00, 0x00, 0x03, 0xAF, 0x80, 0x03, 0xBF, 0x00, 0x03, 0x00, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
445 0x00, 0x03, 0xCC, 0x80, 0x03, 0xC5, 0x00, 0x03, 0x00, 0x00, 0x03, 0xCD, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
446 0x80, 0x03, 0xC9, 0x00, 0x03, 0x00, 0x00, 0x03, 0xCE, 0x80, 0x1F, 0x00, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
447 0x00, 0x03, 0x45, 0x80, 0x1F, 0x01, 0x00, 0x03, 0x45, 0x80, 0x1F, 0x02, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
448 0x00, 0x03, 0x45, 0x80, 0x1F, 0x03, 0x00, 0x03, 0x45, 0x80, 0x1F, 0x04, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
449 0x00, 0x03, 0x45, 0x80, 0x1F, 0x05, 0x00, 0x03, 0x45, 0x80, 0x1F, 0x06, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
450 0x00, 0x03, 0x45, 0x80, 0x1F, 0x07, 0x00, 0x03, 0x45, 0x80, 0x1F, 0x08, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
451 0x00, 0x03, 0x45, 0x80, 0x1F, 0x09, 0x00, 0x03, 0x45, 0x80, 0x1F, 0x0A, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
452 0x00, 0x03, 0x45, 0x80, 0x1F, 0x0B, 0x00, 0x03, 0x45, 0x80, 0x1F, 0x0C, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
453 0x00, 0x03, 0x45, 0x80, 0x1F, 0x0D, 0x00, 0x03, 0x45, 0x80, 0x1F, 0x0E, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
454 0x00, 0x03, 0x45, 0x80, 0x1F, 0x0F, 0x00, 0x03, 0x45, 0x80, 0x1F, 0x20, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
455 0x00, 0x03, 0x45, 0x80, 0x1F, 0x21, 0x00, 0x03, 0x45, 0x80, 0x1F, 0x22, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
456 0x00, 0x03, 0x45, 0x80, 0x1F, 0x23, 0x00, 0x03, 0x45, 0x80, 0x1F, 0x24, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
457 0x00, 0x03, 0x45, 0x80, 0x1F, 0x25, 0x00, 0x03, 0x45, 0x80, 0x1F, 0x26, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
458 0x00, 0x03, 0x45, 0x80, 0x1F, 0x27, 0x00, 0x03, 0x45, 0x80, 0x1F, 0x28, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
459 0x00, 0x03, 0x45, 0x80, 0x1F, 0x29, 0x00, 0x03, 0x45, 0x80, 0x1F, 0x2A, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
460 0x00, 0x03, 0x45, 0x80, 0x1F, 0x2B, 0x00, 0x03, 0x45, 0x80, 0x1F, 0x2C, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
461 0x00, 0x03, 0x45, 0x80, 0x1F, 0x2D, 0x00, 0x03, 0x45, 0x80, 0x1F, 0x2E, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
462 0x00, 0x03, 0x45, 0x80, 0x1F, 0x2F, 0x00, 0x03, 0x45, 0x80, 0x1F, 0x60, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
463 0x00, 0x03, 0x45, 0x80, 0x1F, 0x61, 0x00, 0x03, 0x45, 0x80, 0x1F, 0x62, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
464 0x00, 0x03, 0x45, 0x80, 0x1F, 0x63, 0x00, 0x03, 0x45, 0x80, 0x1F, 0x64, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
465 0x00, 0x03, 0x45, 0x80, 0x1F, 0x65, 0x00, 0x03, 0x45, 0x80, 0x1F, 0x66, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
466 0x00, 0x03, 0x45, 0x80, 0x1F, 0x67, 0x00, 0x03, 0x45, 0x80, 0x1F, 0x68, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
467 0x00, 0x03, 0x45, 0x80, 0x1F, 0x69, 0x00, 0x03, 0x45, 0x80, 0x1F, 0x6A, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
468 0x00, 0x03, 0x45, 0x80, 0x1F, 0x6B, 0x00, 0x03, 0x45, 0x80, 0x1F, 0x6C, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
469 0x00, 0x03, 0x45, 0x80, 0x1F, 0x6D, 0x00, 0x03, 0x45, 0x80, 0x1F, 0x6E, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
470 0x00, 0x03, 0x45, 0x80, 0x1F, 0x6F, 0x00, 0x03, 0x45, 0x80, 0x03, 0xB1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
471 0x00, 0x03, 0x06, 0x80, 0x03, 0xB1, 0x00, 0x03, 0x04, 0x80, 0x1F, 0x70, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
472 0x00, 0x03, 0x45, 0x80, 0x03, 0xB1, 0x00, 0x03, 0x45, 0x80, 0x03, 0xAC, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
473 0x00, 0x03, 0x45, 0x80, 0x03, 0xB1, 0x00, 0x03, 0x42, 0x80, 0x1F, 0xB6, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
474 0x00, 0x03, 0x45, 0x80, 0x03, 0x91, 0x00, 0x03, 0x06, 0x80, 0x03, 0x91, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
475 0x00, 0x03, 0x04, 0x80, 0x03, 0x91, 0x00, 0x03, 0x00, 0x00, 0x03, 0x86, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
476 0x80, 0x03, 0x91, 0x00, 0x03, 0x45, 0xC0, 0x00, 0x20, 0x00, 0x03, 0x13, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
477 0x00, 0x03, 0xB9, 0xC0, 0x00, 0x20, 0x00, 0x03, 0x13, 0xC0, 0x00, 0x20, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
478 0x00, 0x03, 0x42, 0x80, 0x00, 0xA8, 0x00, 0x03, 0x42, 0x80, 0x1F, 0x74, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
479 0x00, 0x03, 0x45, 0x80, 0x03, 0xB7, 0x00, 0x03, 0x45, 0x80, 0x03, 0xAE, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
480 0x00, 0x03, 0x45, 0x80, 0x03, 0xB7, 0x00, 0x03, 0x42, 0x80, 0x1F, 0xC6, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
481 0x00, 0x03, 0x45, 0x80, 0x03, 0x95, 0x00, 0x03, 0x00, 0x00, 0x03, 0x88, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
482 0x80, 0x03, 0x97, 0x00, 0x03, 0x00, 0x00, 0x03, 0x89, 0x80, 0x03, 0x97, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
483 0x00, 0x03, 0x45, 0x80, 0x1F, 0xBF, 0x00, 0x03, 0x00, 0x80, 0x1F, 0xBF, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
484 0x00, 0x03, 0x01, 0x80, 0x1F, 0xBF, 0x00, 0x03, 0x42, 0x80, 0x03, 0xB9, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
485 0x00, 0x03, 0x06, 0x80, 0x03, 0xB9, 0x00, 0x03, 0x04, 0x80, 0x03, 0xCA, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
486 0x00, 0x03, 0x00, 0x00, 0x03, 0x90, 0x80, 0x03, 0xB9, 0x00, 0x03, 0x42, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
487 0x80, 0x03, 0xCA, 0x00, 0x03, 0x42, 0x80, 0x03, 0x99, 0x00, 0x03, 0x06, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
488 0x80, 0x03, 0x99, 0x00, 0x03, 0x04, 0x80, 0x03, 0x99, 0x00, 0x03, 0x00, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
489 0x00, 0x03, 0x8A, 0x80, 0x1F, 0xFE, 0x00, 0x03, 0x00, 0x80, 0x1F, 0xFE, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
490 0x00, 0x03, 0x01, 0x80, 0x1F, 0xFE, 0x00, 0x03, 0x42, 0x80, 0x03, 0xC5, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
491 0x00, 0x03, 0x06, 0x80, 0x03, 0xC5, 0x00, 0x03, 0x04, 0x80, 0x03, 0xCB, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
492 0x00, 0x03, 0x00, 0x00, 0x03, 0xB0, 0x80, 0x03, 0xC1, 0x00, 0x03, 0x13, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
493 0x80, 0x03, 0xC1, 0x00, 0x03, 0x14, 0x80, 0x03, 0xC5, 0x00, 0x03, 0x42, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
494 0x80, 0x03, 0xCB, 0x00, 0x03, 0x42, 0x80, 0x03, 0xA5, 0x00, 0x03, 0x06, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
495 0x80, 0x03, 0xA5, 0x00, 0x03, 0x04, 0x80, 0x03, 0xA5, 0x00, 0x03, 0x00, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
496 0x00, 0x03, 0x8E, 0x80, 0x03, 0xA1, 0x00, 0x03, 0x14, 0x80, 0x00, 0xA8, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
497 0x00, 0x03, 0x00, 0x00, 0x03, 0x85, 0x00, 0x00, 0x60, 0x80, 0x1F, 0x7C, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
498 0x00, 0x03, 0x45, 0x80, 0x03, 0xC9, 0x00, 0x03, 0x45, 0x80, 0x03, 0xCE, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
499 0x00, 0x03, 0x45, 0x80, 0x03, 0xC9, 0x00, 0x03, 0x42, 0x80, 0x1F, 0xF6, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
500 0x00, 0x03, 0x45, 0x80, 0x03, 0x9F, 0x00, 0x03, 0x00, 0x00, 0x03, 0x8C, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
501 0x80, 0x03, 0xA9, 0x00, 0x03, 0x00, 0x00, 0x03, 0x8F, 0x80, 0x03, 0xA9, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
502 0x00, 0x03, 0x45, 0x00, 0x00, 0xB4, 0xC0, 0x00, 0x20, 0x00, 0x03, 0x14, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
503 0x00, 0x20, 0x02, 0x00, 0x20, 0x03, 0x40, 0x00, 0x20, 0x40, 0x00, 0x20, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
504 0x40, 0x00, 0x20, 0x40, 0x00, 0x20, 0x40, 0x00, 0x20, 0x08, 0x00, 0x20, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
505 0x40, 0x00, 0x20, 0x40, 0x00, 0x20, 0x40, 0x00, 0x20, 0x08, 0x20, 0x10, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
506 0xC0, 0x00, 0x20, 0x00, 0x03, 0x33, 0x40, 0x00, 0x2E, 0xC0, 0x00, 0x2E, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
507 0x00, 0x00, 0x2E, 0xC0, 0x00, 0x2E, 0x80, 0x00, 0x2E, 0x00, 0x00, 0x2E, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
508 0x08, 0x00, 0x20, 0xC0, 0x20, 0x32, 0x00, 0x20, 0x32, 0xC0, 0x20, 0x32, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
509 0x80, 0x20, 0x32, 0x00, 0x20, 0x32, 0xC0, 0x20, 0x35, 0x00, 0x20, 0x35, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
510 0xC0, 0x20, 0x35, 0x80, 0x20, 0x35, 0x00, 0x20, 0x35, 0xC0, 0x00, 0x21, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
511 0x00, 0x00, 0x21, 0xC0, 0x00, 0x20, 0x00, 0x03, 0x05, 0xC0, 0x00, 0x3F, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
512 0x00, 0x00, 0x3F, 0xC0, 0x00, 0x3F, 0x00, 0x00, 0x21, 0xC0, 0x00, 0x21, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
513 0x00, 0x00, 0x3F, 0xC0, 0x20, 0x32, 0x80, 0x20, 0x32, 0x80, 0x20, 0x32, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
514 0x00, 0x20, 0x32, 0x40, 0x00, 0x20, 0x20, 0x00, 0x30, 0x20, 0x00, 0x69, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
515 0x20, 0x00, 0x34, 0x20, 0x00, 0x35, 0x20, 0x00, 0x36, 0x20, 0x00, 0x37, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
516 0x20, 0x00, 0x38, 0x20, 0x00, 0x39, 0x20, 0x00, 0x2B, 0x20, 0x22, 0x12, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
517 0x20, 0x00, 0x3D, 0x20, 0x00, 0x28, 0x20, 0x00, 0x29, 0x20, 0x00, 0x6E, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
518 0x24, 0x00, 0x30, 0x24, 0x00, 0x31, 0x24, 0x00, 0x32, 0x24, 0x00, 0x33, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
519 0x24, 0x00, 0x34, 0x24, 0x00, 0x35, 0x24, 0x00, 0x36, 0x24, 0x00, 0x37, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
520 0x24, 0x00, 0x38, 0x24, 0x00, 0x39, 0x24, 0x00, 0x2B, 0x24, 0x22, 0x12, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
521 0x24, 0x00, 0x3D, 0x24, 0x00, 0x28, 0x24, 0x00, 0x29, 0x24, 0x00, 0x61, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
522 0x24, 0x00, 0x65, 0x24, 0x00, 0x6F, 0x24, 0x00, 0x78, 0x24, 0x02, 0x59, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
523 0xC0, 0x00, 0x52, 0x00, 0x00, 0x73, 0xC0, 0x00, 0x61, 0x80, 0x00, 0x2F, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
524 0x00, 0x00, 0x63, 0xC0, 0x00, 0x61, 0x80, 0x00, 0x2F, 0x00, 0x00, 0x73, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
525 0x04, 0x00, 0x43, 0xC0, 0x00, 0xB0, 0x00, 0x00, 0x43, 0xC0, 0x00, 0x63, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
526 0x80, 0x00, 0x2F, 0x00, 0x00, 0x6F, 0xC0, 0x00, 0x63, 0x80, 0x00, 0x2F, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
527 0x00, 0x00, 0x75, 0x40, 0x01, 0x90, 0xC0, 0x00, 0xB0, 0x00, 0x00, 0x46, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
528 0x04, 0x00, 0x67, 0x04, 0x00, 0x48, 0x04, 0x00, 0x48, 0x04, 0x00, 0x48, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
529 0x04, 0x00, 0x68, 0x04, 0x01, 0x27, 0x04, 0x00, 0x49, 0x04, 0x00, 0x49, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
530 0x04, 0x00, 0x4C, 0x04, 0x00, 0x6C, 0x04, 0x00, 0x4E, 0xC0, 0x00, 0x4E, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
531 0x00, 0x00, 0x6F, 0x04, 0x00, 0x50, 0x04, 0x00, 0x51, 0x04, 0x00, 0x52, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
532 0x04, 0x00, 0x52, 0x04, 0x00, 0x52, 0xA0, 0x00, 0x53, 0x00, 0x00, 0x4D, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
533 0xC0, 0x00, 0x54, 0x80, 0x00, 0x45, 0x00, 0x00, 0x4C, 0xA0, 0x00, 0x54, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
534 0x00, 0x00, 0x4D, 0x04, 0x00, 0x5A, 0x00, 0x03, 0xA9, 0x04, 0x00, 0x5A, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
535 0x00, 0x00, 0x4B, 0x00, 0x00, 0xC5, 0x04, 0x00, 0x42, 0x04, 0x00, 0x43, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
536 0x04, 0x00, 0x65, 0x04, 0x00, 0x45, 0x04, 0x00, 0x46, 0x04, 0x00, 0x4D, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
537 0x04, 0x00, 0x6F, 0x40, 0x05, 0xD0, 0x40, 0x05, 0xD1, 0x40, 0x05, 0xD2, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
538 0x40, 0x05, 0xD3, 0x04, 0x00, 0x69, 0xC0, 0x00, 0x46, 0x80, 0x00, 0x41, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
539 0x00, 0x00, 0x58, 0x04, 0x03, 0xC0, 0x04, 0x03, 0xB3, 0x04, 0x03, 0x93, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
540 0x04, 0x03, 0xA0, 0x04, 0x22, 0x11, 0x04, 0x00, 0x44, 0x04, 0x00, 0x64, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
541 0x04, 0x00, 0x65, 0x04, 0x00, 0x69, 0x04, 0x00, 0x6A, 0xBC, 0x00, 0x31, |
14152 | 542 0x80, 0x20, 0x44, 0x00, 0x00, 0x37, 0xBC, 0x00, 0x31, 0x80, 0x20, 0x44, |
543 0x00, 0x00, 0x39, 0xBC, 0x00, 0x31, 0x80, 0x20, 0x44, 0x80, 0x00, 0x31, | |
544 0x00, 0x00, 0x30, 0xBC, 0x00, 0x31, 0x80, 0x20, 0x44, 0x00, 0x00, 0x33, | |
545 0xBC, 0x00, 0x32, 0x80, 0x20, 0x44, 0x00, 0x00, 0x33, 0xBC, 0x00, 0x31, | |
546 0x80, 0x20, 0x44, 0x00, 0x00, 0x35, 0xBC, 0x00, 0x32, 0x80, 0x20, 0x44, | |
547 0x00, 0x00, 0x35, 0xBC, 0x00, 0x33, 0x80, 0x20, 0x44, 0x00, 0x00, 0x35, | |
548 0xBC, 0x00, 0x34, 0x80, 0x20, 0x44, 0x00, 0x00, 0x35, 0xBC, 0x00, 0x31, | |
549 0x80, 0x20, 0x44, 0x00, 0x00, 0x36, 0xBC, 0x00, 0x35, 0x80, 0x20, 0x44, | |
550 0x00, 0x00, 0x36, 0xBC, 0x00, 0x31, 0x80, 0x20, 0x44, 0x00, 0x00, 0x38, | |
551 0xBC, 0x00, 0x33, 0x80, 0x20, 0x44, 0x00, 0x00, 0x38, 0xBC, 0x00, 0x35, | |
552 0x80, 0x20, 0x44, 0x00, 0x00, 0x38, 0xBC, 0x00, 0x37, 0x80, 0x20, 0x44, | |
553 0x00, 0x00, 0x38, 0xBC, 0x00, 0x31, 0x00, 0x20, 0x44, 0x40, 0x00, 0x49, | |
554 0xC0, 0x00, 0x49, 0x00, 0x00, 0x49, 0xC0, 0x00, 0x49, 0x80, 0x00, 0x49, | |
555 0x00, 0x00, 0x49, 0xC0, 0x00, 0x49, 0x00, 0x00, 0x56, 0x40, 0x00, 0x56, | |
556 0xC0, 0x00, 0x56, 0x00, 0x00, 0x49, 0xC0, 0x00, 0x56, 0x80, 0x00, 0x49, | |
557 0x00, 0x00, 0x49, 0xC0, 0x00, 0x56, 0x80, 0x00, 0x49, 0x80, 0x00, 0x49, | |
558 0x00, 0x00, 0x49, 0xC0, 0x00, 0x49, 0x00, 0x00, 0x58, 0x40, 0x00, 0x58, | |
559 0xC0, 0x00, 0x58, 0x00, 0x00, 0x49, 0xC0, 0x00, 0x58, 0x80, 0x00, 0x49, | |
560 0x00, 0x00, 0x49, 0x40, 0x00, 0x4C, 0x40, 0x00, 0x43, 0x40, 0x00, 0x44, | |
561 0x40, 0x00, 0x4D, 0x40, 0x00, 0x69, 0xC0, 0x00, 0x69, 0x00, 0x00, 0x69, | |
562 0xC0, 0x00, 0x69, 0x80, 0x00, 0x69, 0x00, 0x00, 0x69, 0xC0, 0x00, 0x69, | |
563 0x00, 0x00, 0x76, 0x40, 0x00, 0x76, 0xC0, 0x00, 0x76, 0x00, 0x00, 0x69, | |
564 0xC0, 0x00, 0x76, 0x80, 0x00, 0x69, 0x00, 0x00, 0x69, 0xC0, 0x00, 0x76, | |
565 0x80, 0x00, 0x69, 0x80, 0x00, 0x69, 0x00, 0x00, 0x69, 0xC0, 0x00, 0x69, | |
566 0x00, 0x00, 0x78, 0x40, 0x00, 0x78, 0xC0, 0x00, 0x78, 0x00, 0x00, 0x69, | |
567 0xC0, 0x00, 0x78, 0x80, 0x00, 0x69, 0x00, 0x00, 0x69, 0x40, 0x00, 0x6C, | |
568 0x40, 0x00, 0x63, 0x40, 0x00, 0x64, 0x40, 0x00, 0x6D, 0xBC, 0x00, 0x30, | |
569 0x80, 0x20, 0x44, 0x00, 0x00, 0x33, 0x80, 0x21, 0x90, 0x00, 0x03, 0x38, | |
570 0x80, 0x21, 0x92, 0x00, 0x03, 0x38, 0x80, 0x21, 0x94, 0x00, 0x03, 0x38, | |
571 0x80, 0x21, 0xD0, 0x00, 0x03, 0x38, 0x80, 0x21, 0xD4, 0x00, 0x03, 0x38, | |
572 0x80, 0x21, 0xD2, 0x00, 0x03, 0x38, 0x80, 0x22, 0x03, 0x00, 0x03, 0x38, | |
573 0x80, 0x22, 0x08, 0x00, 0x03, 0x38, 0x80, 0x22, 0x0B, 0x00, 0x03, 0x38, | |
574 0x80, 0x22, 0x23, 0x00, 0x03, 0x38, 0x80, 0x22, 0x25, 0x00, 0x03, 0x38, | |
575 0xC0, 0x22, 0x2B, 0x00, 0x22, 0x2B, 0xC0, 0x22, 0x2B, 0x80, 0x22, 0x2B, | |
576 0x00, 0x22, 0x2B, 0xC0, 0x22, 0x2E, 0x00, 0x22, 0x2E, 0xC0, 0x22, 0x2E, | |
577 0x80, 0x22, 0x2E, 0x00, 0x22, 0x2E, 0x80, 0x22, 0x3C, 0x00, 0x03, 0x38, | |
578 0x80, 0x22, 0x43, 0x00, 0x03, 0x38, 0x80, 0x22, 0x45, 0x00, 0x03, 0x38, | |
579 0x80, 0x22, 0x48, 0x00, 0x03, 0x38, 0x80, 0x00, 0x3D, 0x00, 0x03, 0x38, | |
580 0x80, 0x22, 0x61, 0x00, 0x03, 0x38, 0x80, 0x22, 0x4D, 0x00, 0x03, 0x38, | |
581 0x80, 0x00, 0x3C, 0x00, 0x03, 0x38, 0x80, 0x00, 0x3E, 0x00, 0x03, 0x38, | |
582 0x80, 0x22, 0x64, 0x00, 0x03, 0x38, 0x80, 0x22, 0x65, 0x00, 0x03, 0x38, | |
583 0x80, 0x22, 0x72, 0x00, 0x03, 0x38, 0x80, 0x22, 0x73, 0x00, 0x03, 0x38, | |
584 0x80, 0x22, 0x76, 0x00, 0x03, 0x38, 0x80, 0x22, 0x77, 0x00, 0x03, 0x38, | |
585 0x80, 0x22, 0x7A, 0x00, 0x03, 0x38, 0x80, 0x22, 0x7B, 0x00, 0x03, 0x38, | |
586 0x80, 0x22, 0x82, 0x00, 0x03, 0x38, 0x80, 0x22, 0x83, 0x00, 0x03, 0x38, | |
587 0x80, 0x22, 0x86, 0x00, 0x03, 0x38, 0x80, 0x22, 0x87, 0x00, 0x03, 0x38, | |
588 0x80, 0x22, 0xA2, 0x00, 0x03, 0x38, 0x80, 0x22, 0xA8, 0x00, 0x03, 0x38, | |
589 0x80, 0x22, 0xA9, 0x00, 0x03, 0x38, 0x80, 0x22, 0xAB, 0x00, 0x03, 0x38, | |
590 0x80, 0x22, 0x7C, 0x00, 0x03, 0x38, 0x80, 0x22, 0x7D, 0x00, 0x03, 0x38, | |
591 0x80, 0x22, 0x91, 0x00, 0x03, 0x38, 0x80, 0x22, 0x92, 0x00, 0x03, 0x38, | |
592 0x80, 0x22, 0xB2, 0x00, 0x03, 0x38, 0x80, 0x22, 0xB3, 0x00, 0x03, 0x38, | |
593 0x80, 0x22, 0xB4, 0x00, 0x03, 0x38, 0x80, 0x22, 0xB5, 0x00, 0x03, 0x38, | |
594 0x00, 0x30, 0x08, 0x00, 0x30, 0x09, 0x1C, 0x00, 0x31, 0x1C, 0x00, 0x32, | |
595 0x1C, 0x00, 0x33, 0x1C, 0x00, 0x34, 0x1C, 0x00, 0x35, 0x1C, 0x00, 0x36, | |
596 0x1C, 0x00, 0x37, 0x1C, 0x00, 0x38, 0x1C, 0x00, 0x39, 0x9C, 0x00, 0x31, | |
597 0x00, 0x00, 0x30, 0x9C, 0x00, 0x31, 0x00, 0x00, 0x31, 0x9C, 0x00, 0x31, | |
598 0x00, 0x00, 0x32, 0x9C, 0x00, 0x31, 0x00, 0x00, 0x33, 0x9C, 0x00, 0x31, | |
599 0x00, 0x00, 0x34, 0x9C, 0x00, 0x31, 0x00, 0x00, 0x35, 0x9C, 0x00, 0x31, | |
600 0x00, 0x00, 0x36, 0x9C, 0x00, 0x31, 0x00, 0x00, 0x37, 0x9C, 0x00, 0x31, | |
601 0x00, 0x00, 0x38, 0x9C, 0x00, 0x31, 0x00, 0x00, 0x39, 0x9C, 0x00, 0x32, | |
602 0x00, 0x00, 0x30, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x31, 0x00, 0x00, 0x29, | |
603 0xC0, 0x00, 0x28, 0x80, 0x00, 0x32, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, | |
604 0x80, 0x00, 0x33, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x34, | |
605 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x35, 0x00, 0x00, 0x29, | |
606 0xC0, 0x00, 0x28, 0x80, 0x00, 0x36, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, | |
607 0x80, 0x00, 0x37, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x38, | |
608 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x39, 0x00, 0x00, 0x29, | |
609 0xC0, 0x00, 0x28, 0x80, 0x00, 0x31, 0x80, 0x00, 0x30, 0x00, 0x00, 0x29, | |
610 0xC0, 0x00, 0x28, 0x80, 0x00, 0x31, 0x80, 0x00, 0x31, 0x00, 0x00, 0x29, | |
611 0xC0, 0x00, 0x28, 0x80, 0x00, 0x31, 0x80, 0x00, 0x32, 0x00, 0x00, 0x29, | |
612 0xC0, 0x00, 0x28, 0x80, 0x00, 0x31, 0x80, 0x00, 0x33, 0x00, 0x00, 0x29, | |
613 0xC0, 0x00, 0x28, 0x80, 0x00, 0x31, 0x80, 0x00, 0x34, 0x00, 0x00, 0x29, | |
614 0xC0, 0x00, 0x28, 0x80, 0x00, 0x31, 0x80, 0x00, 0x35, 0x00, 0x00, 0x29, | |
615 0xC0, 0x00, 0x28, 0x80, 0x00, 0x31, 0x80, 0x00, 0x36, 0x00, 0x00, 0x29, | |
616 0xC0, 0x00, 0x28, 0x80, 0x00, 0x31, 0x80, 0x00, 0x37, 0x00, 0x00, 0x29, | |
617 0xC0, 0x00, 0x28, 0x80, 0x00, 0x31, 0x80, 0x00, 0x38, 0x00, 0x00, 0x29, | |
618 0xC0, 0x00, 0x28, 0x80, 0x00, 0x31, 0x80, 0x00, 0x39, 0x00, 0x00, 0x29, | |
619 0xC0, 0x00, 0x28, 0x80, 0x00, 0x32, 0x80, 0x00, 0x30, 0x00, 0x00, 0x29, | |
620 0xC0, 0x00, 0x31, 0x00, 0x00, 0x2E, 0xC0, 0x00, 0x32, 0x00, 0x00, 0x2E, | |
621 0xC0, 0x00, 0x33, 0x00, 0x00, 0x2E, 0xC0, 0x00, 0x34, 0x00, 0x00, 0x2E, | |
622 0xC0, 0x00, 0x35, 0x00, 0x00, 0x2E, 0xC0, 0x00, 0x36, 0x00, 0x00, 0x2E, | |
623 0xC0, 0x00, 0x37, 0x00, 0x00, 0x2E, 0xC0, 0x00, 0x38, 0x00, 0x00, 0x2E, | |
624 0xC0, 0x00, 0x39, 0x00, 0x00, 0x2E, 0xC0, 0x00, 0x31, 0x80, 0x00, 0x30, | |
625 0x00, 0x00, 0x2E, 0xC0, 0x00, 0x31, 0x80, 0x00, 0x31, 0x00, 0x00, 0x2E, | |
626 0xC0, 0x00, 0x31, 0x80, 0x00, 0x32, 0x00, 0x00, 0x2E, 0xC0, 0x00, 0x31, | |
627 0x80, 0x00, 0x33, 0x00, 0x00, 0x2E, 0xC0, 0x00, 0x31, 0x80, 0x00, 0x34, | |
628 0x00, 0x00, 0x2E, 0xC0, 0x00, 0x31, 0x80, 0x00, 0x35, 0x00, 0x00, 0x2E, | |
629 0xC0, 0x00, 0x31, 0x80, 0x00, 0x36, 0x00, 0x00, 0x2E, 0xC0, 0x00, 0x31, | |
630 0x80, 0x00, 0x37, 0x00, 0x00, 0x2E, 0xC0, 0x00, 0x31, 0x80, 0x00, 0x38, | |
631 0x00, 0x00, 0x2E, 0xC0, 0x00, 0x31, 0x80, 0x00, 0x39, 0x00, 0x00, 0x2E, | |
632 0xC0, 0x00, 0x32, 0x80, 0x00, 0x30, 0x00, 0x00, 0x2E, 0xC0, 0x00, 0x28, | |
633 0x80, 0x00, 0x61, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x62, | |
634 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x63, 0x00, 0x00, 0x29, | |
635 0xC0, 0x00, 0x28, 0x80, 0x00, 0x64, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, | |
636 0x80, 0x00, 0x65, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x66, | |
637 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x67, 0x00, 0x00, 0x29, | |
638 0xC0, 0x00, 0x28, 0x80, 0x00, 0x68, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, | |
639 0x80, 0x00, 0x69, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x6A, | |
640 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x6B, 0x00, 0x00, 0x29, | |
641 0xC0, 0x00, 0x28, 0x80, 0x00, 0x6C, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, | |
642 0x80, 0x00, 0x6D, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x6E, | |
643 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x6F, 0x00, 0x00, 0x29, | |
644 0xC0, 0x00, 0x28, 0x80, 0x00, 0x70, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, | |
645 0x80, 0x00, 0x71, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x72, | |
646 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x73, 0x00, 0x00, 0x29, | |
647 0xC0, 0x00, 0x28, 0x80, 0x00, 0x74, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, | |
648 0x80, 0x00, 0x75, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x76, | |
649 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x77, 0x00, 0x00, 0x29, | |
650 0xC0, 0x00, 0x28, 0x80, 0x00, 0x78, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, | |
651 0x80, 0x00, 0x79, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x7A, | |
652 0x00, 0x00, 0x29, 0x1C, 0x00, 0x41, 0x1C, 0x00, 0x42, 0x1C, 0x00, 0x43, | |
653 0x1C, 0x00, 0x44, 0x1C, 0x00, 0x45, 0x1C, 0x00, 0x46, 0x1C, 0x00, 0x47, | |
654 0x1C, 0x00, 0x48, 0x1C, 0x00, 0x49, 0x1C, 0x00, 0x4A, 0x1C, 0x00, 0x4B, | |
655 0x1C, 0x00, 0x4C, 0x1C, 0x00, 0x4D, 0x1C, 0x00, 0x4E, 0x1C, 0x00, 0x4F, | |
656 0x1C, 0x00, 0x50, 0x1C, 0x00, 0x51, 0x1C, 0x00, 0x52, 0x1C, 0x00, 0x53, | |
657 0x1C, 0x00, 0x54, 0x1C, 0x00, 0x55, 0x1C, 0x00, 0x56, 0x1C, 0x00, 0x57, | |
658 0x1C, 0x00, 0x58, 0x1C, 0x00, 0x59, 0x1C, 0x00, 0x5A, 0x1C, 0x00, 0x61, | |
659 0x1C, 0x00, 0x62, 0x1C, 0x00, 0x63, 0x1C, 0x00, 0x64, 0x1C, 0x00, 0x65, | |
660 0x1C, 0x00, 0x66, 0x1C, 0x00, 0x67, 0x1C, 0x00, 0x68, 0x1C, 0x00, 0x69, | |
661 0x1C, 0x00, 0x6A, 0x1C, 0x00, 0x6B, 0x1C, 0x00, 0x6C, 0x1C, 0x00, 0x6D, | |
662 0x1C, 0x00, 0x6E, 0x1C, 0x00, 0x6F, 0x1C, 0x00, 0x70, 0x1C, 0x00, 0x71, | |
663 0x1C, 0x00, 0x72, 0x1C, 0x00, 0x73, 0x1C, 0x00, 0x74, 0x1C, 0x00, 0x75, | |
664 0x1C, 0x00, 0x76, 0x1C, 0x00, 0x77, 0x1C, 0x00, 0x78, 0x1C, 0x00, 0x79, | |
665 0x1C, 0x00, 0x7A, 0x1C, 0x00, 0x30, 0xC0, 0x22, 0x2B, 0x80, 0x22, 0x2B, | |
666 0x80, 0x22, 0x2B, 0x00, 0x22, 0x2B, 0xC0, 0x00, 0x3A, 0x80, 0x00, 0x3A, | |
667 0x00, 0x00, 0x3D, 0xC0, 0x00, 0x3D, 0x00, 0x00, 0x3D, 0xC0, 0x00, 0x3D, | |
668 0x80, 0x00, 0x3D, 0x00, 0x00, 0x3D, 0x80, 0x2A, 0xDD, 0x00, 0x03, 0x38, | |
669 0x24, 0x00, 0x6A, 0x20, 0x00, 0x56, 0x20, 0x2D, 0x61, 0x40, 0x6B, 0xCD, | |
670 0x40, 0x9F, 0x9F, 0x40, 0x4E, 0x00, 0x40, 0x4E, 0x28, 0x40, 0x4E, 0x36, | |
671 0x40, 0x4E, 0x3F, 0x40, 0x4E, 0x59, 0x40, 0x4E, 0x85, 0x40, 0x4E, 0x8C, | |
672 0x40, 0x4E, 0xA0, 0x40, 0x4E, 0xBA, 0x40, 0x51, 0x3F, 0x40, 0x51, 0x65, | |
673 0x40, 0x51, 0x6B, 0x40, 0x51, 0x82, 0x40, 0x51, 0x96, 0x40, 0x51, 0xAB, | |
674 0x40, 0x51, 0xE0, 0x40, 0x51, 0xF5, 0x40, 0x52, 0x00, 0x40, 0x52, 0x9B, | |
675 0x40, 0x52, 0xF9, 0x40, 0x53, 0x15, 0x40, 0x53, 0x1A, 0x40, 0x53, 0x38, | |
676 0x40, 0x53, 0x41, 0x40, 0x53, 0x5C, 0x40, 0x53, 0x69, 0x40, 0x53, 0x82, | |
677 0x40, 0x53, 0xB6, 0x40, 0x53, 0xC8, 0x40, 0x53, 0xE3, 0x40, 0x56, 0xD7, | |
678 0x40, 0x57, 0x1F, 0x40, 0x58, 0xEB, 0x40, 0x59, 0x02, 0x40, 0x59, 0x0A, | |
679 0x40, 0x59, 0x15, 0x40, 0x59, 0x27, 0x40, 0x59, 0x73, 0x40, 0x5B, 0x50, | |
680 0x40, 0x5B, 0x80, 0x40, 0x5B, 0xF8, 0x40, 0x5C, 0x0F, 0x40, 0x5C, 0x22, | |
681 0x40, 0x5C, 0x38, 0x40, 0x5C, 0x6E, 0x40, 0x5C, 0x71, 0x40, 0x5D, 0xDB, | |
682 0x40, 0x5D, 0xE5, 0x40, 0x5D, 0xF1, 0x40, 0x5D, 0xFE, 0x40, 0x5E, 0x72, | |
683 0x40, 0x5E, 0x7A, 0x40, 0x5E, 0x7F, 0x40, 0x5E, 0xF4, 0x40, 0x5E, 0xFE, | |
684 0x40, 0x5F, 0x0B, 0x40, 0x5F, 0x13, 0x40, 0x5F, 0x50, 0x40, 0x5F, 0x61, | |
685 0x40, 0x5F, 0x73, 0x40, 0x5F, 0xC3, 0x40, 0x62, 0x08, 0x40, 0x62, 0x36, | |
686 0x40, 0x62, 0x4B, 0x40, 0x65, 0x2F, 0x40, 0x65, 0x34, 0x40, 0x65, 0x87, | |
687 0x40, 0x65, 0x97, 0x40, 0x65, 0xA4, 0x40, 0x65, 0xB9, 0x40, 0x65, 0xE0, | |
688 0x40, 0x65, 0xE5, 0x40, 0x66, 0xF0, 0x40, 0x67, 0x08, 0x40, 0x67, 0x28, | |
689 0x40, 0x6B, 0x20, 0x40, 0x6B, 0x62, 0x40, 0x6B, 0x79, 0x40, 0x6B, 0xB3, | |
690 0x40, 0x6B, 0xCB, 0x40, 0x6B, 0xD4, 0x40, 0x6B, 0xDB, 0x40, 0x6C, 0x0F, | |
691 0x40, 0x6C, 0x14, 0x40, 0x6C, 0x34, 0x40, 0x70, 0x6B, 0x40, 0x72, 0x2A, | |
692 0x40, 0x72, 0x36, 0x40, 0x72, 0x3B, 0x40, 0x72, 0x3F, 0x40, 0x72, 0x47, | |
693 0x40, 0x72, 0x59, 0x40, 0x72, 0x5B, 0x40, 0x72, 0xAC, 0x40, 0x73, 0x84, | |
694 0x40, 0x73, 0x89, 0x40, 0x74, 0xDC, 0x40, 0x74, 0xE6, 0x40, 0x75, 0x18, | |
695 0x40, 0x75, 0x1F, 0x40, 0x75, 0x28, 0x40, 0x75, 0x30, 0x40, 0x75, 0x8B, | |
696 0x40, 0x75, 0x92, 0x40, 0x76, 0x76, 0x40, 0x76, 0x7D, 0x40, 0x76, 0xAE, | |
697 0x40, 0x76, 0xBF, 0x40, 0x76, 0xEE, 0x40, 0x77, 0xDB, 0x40, 0x77, 0xE2, | |
698 0x40, 0x77, 0xF3, 0x40, 0x79, 0x3A, 0x40, 0x79, 0xB8, 0x40, 0x79, 0xBE, | |
699 0x40, 0x7A, 0x74, 0x40, 0x7A, 0xCB, 0x40, 0x7A, 0xF9, 0x40, 0x7C, 0x73, | |
700 0x40, 0x7C, 0xF8, 0x40, 0x7F, 0x36, 0x40, 0x7F, 0x51, 0x40, 0x7F, 0x8A, | |
701 0x40, 0x7F, 0xBD, 0x40, 0x80, 0x01, 0x40, 0x80, 0x0C, 0x40, 0x80, 0x12, | |
702 0x40, 0x80, 0x33, 0x40, 0x80, 0x7F, 0x40, 0x80, 0x89, 0x40, 0x81, 0xE3, | |
703 0x40, 0x81, 0xEA, 0x40, 0x81, 0xF3, 0x40, 0x81, 0xFC, 0x40, 0x82, 0x0C, | |
704 0x40, 0x82, 0x1B, 0x40, 0x82, 0x1F, 0x40, 0x82, 0x6E, 0x40, 0x82, 0x72, | |
705 0x40, 0x82, 0x78, 0x40, 0x86, 0x4D, 0x40, 0x86, 0x6B, 0x40, 0x88, 0x40, | |
706 0x40, 0x88, 0x4C, 0x40, 0x88, 0x63, 0x40, 0x89, 0x7E, 0x40, 0x89, 0x8B, | |
707 0x40, 0x89, 0xD2, 0x40, 0x8A, 0x00, 0x40, 0x8C, 0x37, 0x40, 0x8C, 0x46, | |
708 0x40, 0x8C, 0x55, 0x40, 0x8C, 0x78, 0x40, 0x8C, 0x9D, 0x40, 0x8D, 0x64, | |
709 0x40, 0x8D, 0x70, 0x40, 0x8D, 0xB3, 0x40, 0x8E, 0xAB, 0x40, 0x8E, 0xCA, | |
710 0x40, 0x8F, 0x9B, 0x40, 0x8F, 0xB0, 0x40, 0x8F, 0xB5, 0x40, 0x90, 0x91, | |
711 0x40, 0x91, 0x49, 0x40, 0x91, 0xC6, 0x40, 0x91, 0xCC, 0x40, 0x91, 0xD1, | |
712 0x40, 0x95, 0x77, 0x40, 0x95, 0x80, 0x40, 0x96, 0x1C, 0x40, 0x96, 0xB6, | |
713 0x40, 0x96, 0xB9, 0x40, 0x96, 0xE8, 0x40, 0x97, 0x51, 0x40, 0x97, 0x5E, | |
714 0x40, 0x97, 0x62, 0x40, 0x97, 0x69, 0x40, 0x97, 0xCB, 0x40, 0x97, 0xED, | |
715 0x40, 0x97, 0xF3, 0x40, 0x98, 0x01, 0x40, 0x98, 0xA8, 0x40, 0x98, 0xDB, | |
716 0x40, 0x98, 0xDF, 0x40, 0x99, 0x96, 0x40, 0x99, 0x99, 0x40, 0x99, 0xAC, | |
717 0x40, 0x9A, 0xA8, 0x40, 0x9A, 0xD8, 0x40, 0x9A, 0xDF, 0x40, 0x9B, 0x25, | |
718 0x40, 0x9B, 0x2F, 0x40, 0x9B, 0x32, 0x40, 0x9B, 0x3C, 0x40, 0x9B, 0x5A, | |
719 0x40, 0x9C, 0xE5, 0x40, 0x9E, 0x75, 0x40, 0x9E, 0x7F, 0x40, 0x9E, 0xA5, | |
720 0x40, 0x9E, 0xBB, 0x40, 0x9E, 0xC3, 0x40, 0x9E, 0xCD, 0x40, 0x9E, 0xD1, | |
721 0x40, 0x9E, 0xF9, 0x40, 0x9E, 0xFD, 0x40, 0x9F, 0x0E, 0x40, 0x9F, 0x13, | |
722 0x40, 0x9F, 0x20, 0x40, 0x9F, 0x3B, 0x40, 0x9F, 0x4A, 0x40, 0x9F, 0x52, | |
723 0x40, 0x9F, 0x8D, 0x40, 0x9F, 0x9C, 0x40, 0x9F, 0xA0, 0x2C, 0x00, 0x20, | |
724 0x40, 0x30, 0x12, 0x40, 0x53, 0x41, 0x40, 0x53, 0x44, 0x40, 0x53, 0x45, | |
725 0x80, 0x30, 0x4B, 0x00, 0x30, 0x99, 0x80, 0x30, 0x4D, 0x00, 0x30, 0x99, | |
726 0x80, 0x30, 0x4F, 0x00, 0x30, 0x99, 0x80, 0x30, 0x51, 0x00, 0x30, 0x99, | |
727 0x80, 0x30, 0x53, 0x00, 0x30, 0x99, 0x80, 0x30, 0x55, 0x00, 0x30, 0x99, | |
728 0x80, 0x30, 0x57, 0x00, 0x30, 0x99, 0x80, 0x30, 0x59, 0x00, 0x30, 0x99, | |
729 0x80, 0x30, 0x5B, 0x00, 0x30, 0x99, 0x80, 0x30, 0x5D, 0x00, 0x30, 0x99, | |
730 0x80, 0x30, 0x5F, 0x00, 0x30, 0x99, 0x80, 0x30, 0x61, 0x00, 0x30, 0x99, | |
731 0x80, 0x30, 0x64, 0x00, 0x30, 0x99, 0x80, 0x30, 0x66, 0x00, 0x30, 0x99, | |
732 0x80, 0x30, 0x68, 0x00, 0x30, 0x99, 0x80, 0x30, 0x6F, 0x00, 0x30, 0x99, | |
733 0x80, 0x30, 0x6F, 0x00, 0x30, 0x9A, 0x80, 0x30, 0x72, 0x00, 0x30, 0x99, | |
734 0x80, 0x30, 0x72, 0x00, 0x30, 0x9A, 0x80, 0x30, 0x75, 0x00, 0x30, 0x99, | |
735 0x80, 0x30, 0x75, 0x00, 0x30, 0x9A, 0x80, 0x30, 0x78, 0x00, 0x30, 0x99, | |
736 0x80, 0x30, 0x78, 0x00, 0x30, 0x9A, 0x80, 0x30, 0x7B, 0x00, 0x30, 0x99, | |
737 0x80, 0x30, 0x7B, 0x00, 0x30, 0x9A, 0x80, 0x30, 0x46, 0x00, 0x30, 0x99, | |
738 0xC0, 0x00, 0x20, 0x00, 0x30, 0x99, 0xC0, 0x00, 0x20, 0x00, 0x30, 0x9A, | |
739 0x80, 0x30, 0x9D, 0x00, 0x30, 0x99, 0xA8, 0x30, 0x88, 0x00, 0x30, 0x8A, | |
740 0x80, 0x30, 0xAB, 0x00, 0x30, 0x99, 0x80, 0x30, 0xAD, 0x00, 0x30, 0x99, | |
741 0x80, 0x30, 0xAF, 0x00, 0x30, 0x99, 0x80, 0x30, 0xB1, 0x00, 0x30, 0x99, | |
742 0x80, 0x30, 0xB3, 0x00, 0x30, 0x99, 0x80, 0x30, 0xB5, 0x00, 0x30, 0x99, | |
743 0x80, 0x30, 0xB7, 0x00, 0x30, 0x99, 0x80, 0x30, 0xB9, 0x00, 0x30, 0x99, | |
744 0x80, 0x30, 0xBB, 0x00, 0x30, 0x99, 0x80, 0x30, 0xBD, 0x00, 0x30, 0x99, | |
745 0x80, 0x30, 0xBF, 0x00, 0x30, 0x99, 0x80, 0x30, 0xC1, 0x00, 0x30, 0x99, | |
746 0x80, 0x30, 0xC4, 0x00, 0x30, 0x99, 0x80, 0x30, 0xC6, 0x00, 0x30, 0x99, | |
747 0x80, 0x30, 0xC8, 0x00, 0x30, 0x99, 0x80, 0x30, 0xCF, 0x00, 0x30, 0x99, | |
748 0x80, 0x30, 0xCF, 0x00, 0x30, 0x9A, 0x80, 0x30, 0xD2, 0x00, 0x30, 0x99, | |
749 0x80, 0x30, 0xD2, 0x00, 0x30, 0x9A, 0x80, 0x30, 0xD5, 0x00, 0x30, 0x99, | |
750 0x80, 0x30, 0xD5, 0x00, 0x30, 0x9A, 0x80, 0x30, 0xD8, 0x00, 0x30, 0x99, | |
751 0x80, 0x30, 0xD8, 0x00, 0x30, 0x9A, 0x80, 0x30, 0xDB, 0x00, 0x30, 0x99, | |
752 0x80, 0x30, 0xDB, 0x00, 0x30, 0x9A, 0x80, 0x30, 0xA6, 0x00, 0x30, 0x99, | |
753 0x80, 0x30, 0xEF, 0x00, 0x30, 0x99, 0x80, 0x30, 0xF0, 0x00, 0x30, 0x99, | |
754 0x80, 0x30, 0xF1, 0x00, 0x30, 0x99, 0x80, 0x30, 0xF2, 0x00, 0x30, 0x99, | |
755 0x80, 0x30, 0xFD, 0x00, 0x30, 0x99, 0xA8, 0x30, 0xB3, 0x00, 0x30, 0xC8, | |
756 0x40, 0x11, 0x00, 0x40, 0x11, 0x01, 0x40, 0x11, 0xAA, 0x40, 0x11, 0x02, | |
757 0x40, 0x11, 0xAC, 0x40, 0x11, 0xAD, 0x40, 0x11, 0x03, 0x40, 0x11, 0x04, | |
758 0x40, 0x11, 0x05, 0x40, 0x11, 0xB0, 0x40, 0x11, 0xB1, 0x40, 0x11, 0xB2, | |
759 0x40, 0x11, 0xB3, 0x40, 0x11, 0xB4, 0x40, 0x11, 0xB5, 0x40, 0x11, 0x1A, | |
760 0x40, 0x11, 0x06, 0x40, 0x11, 0x07, 0x40, 0x11, 0x08, 0x40, 0x11, 0x21, | |
761 0x40, 0x11, 0x09, 0x40, 0x11, 0x0A, 0x40, 0x11, 0x0B, 0x40, 0x11, 0x0C, | |
762 0x40, 0x11, 0x0D, 0x40, 0x11, 0x0E, 0x40, 0x11, 0x0F, 0x40, 0x11, 0x10, | |
763 0x40, 0x11, 0x11, 0x40, 0x11, 0x12, 0x40, 0x11, 0x61, 0x40, 0x11, 0x62, | |
764 0x40, 0x11, 0x63, 0x40, 0x11, 0x64, 0x40, 0x11, 0x65, 0x40, 0x11, 0x66, | |
765 0x40, 0x11, 0x67, 0x40, 0x11, 0x68, 0x40, 0x11, 0x69, 0x40, 0x11, 0x6A, | |
766 0x40, 0x11, 0x6B, 0x40, 0x11, 0x6C, 0x40, 0x11, 0x6D, 0x40, 0x11, 0x6E, | |
767 0x40, 0x11, 0x6F, 0x40, 0x11, 0x70, 0x40, 0x11, 0x71, 0x40, 0x11, 0x72, | |
768 0x40, 0x11, 0x73, 0x40, 0x11, 0x74, 0x40, 0x11, 0x75, 0x40, 0x11, 0x60, | |
769 0x40, 0x11, 0x14, 0x40, 0x11, 0x15, 0x40, 0x11, 0xC7, 0x40, 0x11, 0xC8, | |
770 0x40, 0x11, 0xCC, 0x40, 0x11, 0xCE, 0x40, 0x11, 0xD3, 0x40, 0x11, 0xD7, | |
771 0x40, 0x11, 0xD9, 0x40, 0x11, 0x1C, 0x40, 0x11, 0xDD, 0x40, 0x11, 0xDF, | |
772 0x40, 0x11, 0x1D, 0x40, 0x11, 0x1E, 0x40, 0x11, 0x20, 0x40, 0x11, 0x22, | |
773 0x40, 0x11, 0x23, 0x40, 0x11, 0x27, 0x40, 0x11, 0x29, 0x40, 0x11, 0x2B, | |
774 0x40, 0x11, 0x2C, 0x40, 0x11, 0x2D, 0x40, 0x11, 0x2E, 0x40, 0x11, 0x2F, | |
775 0x40, 0x11, 0x32, 0x40, 0x11, 0x36, 0x40, 0x11, 0x40, 0x40, 0x11, 0x47, | |
776 0x40, 0x11, 0x4C, 0x40, 0x11, 0xF1, 0x40, 0x11, 0xF2, 0x40, 0x11, 0x57, | |
777 0x40, 0x11, 0x58, 0x40, 0x11, 0x59, 0x40, 0x11, 0x84, 0x40, 0x11, 0x85, | |
778 0x40, 0x11, 0x88, 0x40, 0x11, 0x91, 0x40, 0x11, 0x92, 0x40, 0x11, 0x94, | |
779 0x40, 0x11, 0x9E, 0x40, 0x11, 0xA1, 0x20, 0x4E, 0x00, 0x20, 0x4E, 0x8C, | |
780 0x20, 0x4E, 0x09, 0x20, 0x56, 0xDB, 0x20, 0x4E, 0x0A, 0x20, 0x4E, 0x2D, | |
781 0x20, 0x4E, 0x0B, 0x20, 0x75, 0x32, 0x20, 0x4E, 0x59, 0x20, 0x4E, 0x19, | |
782 0x20, 0x4E, 0x01, 0x20, 0x59, 0x29, 0x20, 0x57, 0x30, 0x20, 0x4E, 0xBA, | |
783 0xC0, 0x00, 0x28, 0x80, 0x11, 0x00, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, | |
784 0x80, 0x11, 0x02, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x11, 0x03, | |
785 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x11, 0x05, 0x00, 0x00, 0x29, | |
786 0xC0, 0x00, 0x28, 0x80, 0x11, 0x06, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, | |
787 0x80, 0x11, 0x07, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x11, 0x09, | |
788 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x11, 0x0B, 0x00, 0x00, 0x29, | |
789 0xC0, 0x00, 0x28, 0x80, 0x11, 0x0C, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, | |
790 0x80, 0x11, 0x0E, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x11, 0x0F, | |
791 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x11, 0x10, 0x00, 0x00, 0x29, | |
792 0xC0, 0x00, 0x28, 0x80, 0x11, 0x11, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, | |
793 0x80, 0x11, 0x12, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x11, 0x00, | |
794 0x80, 0x11, 0x61, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x11, 0x02, | |
795 0x80, 0x11, 0x61, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x11, 0x03, | |
796 0x80, 0x11, 0x61, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x11, 0x05, | |
797 0x80, 0x11, 0x61, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x11, 0x06, | |
798 0x80, 0x11, 0x61, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x11, 0x07, | |
799 0x80, 0x11, 0x61, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x11, 0x09, | |
800 0x80, 0x11, 0x61, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x11, 0x0B, | |
801 0x80, 0x11, 0x61, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x11, 0x0C, | |
802 0x80, 0x11, 0x61, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x11, 0x0E, | |
803 0x80, 0x11, 0x61, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x11, 0x0F, | |
804 0x80, 0x11, 0x61, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x11, 0x10, | |
805 0x80, 0x11, 0x61, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x11, 0x11, | |
806 0x80, 0x11, 0x61, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x11, 0x12, | |
807 0x80, 0x11, 0x61, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x11, 0x0C, | |
808 0x80, 0x11, 0x6E, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x11, 0x0B, | |
809 0x80, 0x11, 0x69, 0x80, 0x11, 0x0C, 0x80, 0x11, 0x65, 0x80, 0x11, 0xAB, | |
11178
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
810 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x11, 0x0B, 0x80, 0x11, 0x69, |
14152 | 811 0x80, 0x11, 0x12, 0x80, 0x11, 0x6E, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, |
812 0x80, 0x4E, 0x00, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x4E, 0x8C, | |
813 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x4E, 0x09, 0x00, 0x00, 0x29, | |
814 0xC0, 0x00, 0x28, 0x80, 0x56, 0xDB, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, | |
815 0x80, 0x4E, 0x94, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x51, 0x6D, | |
816 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x4E, 0x03, 0x00, 0x00, 0x29, | |
817 0xC0, 0x00, 0x28, 0x80, 0x51, 0x6B, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, | |
818 0x80, 0x4E, 0x5D, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x53, 0x41, | |
819 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x67, 0x08, 0x00, 0x00, 0x29, | |
820 0xC0, 0x00, 0x28, 0x80, 0x70, 0x6B, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, | |
821 0x80, 0x6C, 0x34, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x67, 0x28, | |
822 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x91, 0xD1, 0x00, 0x00, 0x29, | |
823 0xC0, 0x00, 0x28, 0x80, 0x57, 0x1F, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, | |
824 0x80, 0x65, 0xE5, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x68, 0x2A, | |
825 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x67, 0x09, 0x00, 0x00, 0x29, | |
826 0xC0, 0x00, 0x28, 0x80, 0x79, 0x3E, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, | |
827 0x80, 0x54, 0x0D, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x72, 0x79, | |
828 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x8C, 0xA1, 0x00, 0x00, 0x29, | |
829 0xC0, 0x00, 0x28, 0x80, 0x79, 0x5D, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, | |
830 0x80, 0x52, 0xB4, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x4E, 0xE3, | |
831 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x54, 0x7C, 0x00, 0x00, 0x29, | |
832 0xC0, 0x00, 0x28, 0x80, 0x5B, 0x66, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, | |
833 0x80, 0x76, 0xE3, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x4F, 0x01, | |
834 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x8C, 0xC7, 0x00, 0x00, 0x29, | |
835 0xC0, 0x00, 0x28, 0x80, 0x53, 0x54, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, | |
836 0x80, 0x79, 0x6D, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x4F, 0x11, | |
837 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x81, 0xEA, 0x00, 0x00, 0x29, | |
838 0xC0, 0x00, 0x28, 0x80, 0x81, 0xF3, 0x00, 0x00, 0x29, 0x1C, 0x55, 0x4F, | |
839 0x1C, 0x5E, 0x7C, 0x1C, 0x65, 0x87, 0x1C, 0x7B, 0x8F, 0xB8, 0x00, 0x50, | |
840 0x80, 0x00, 0x54, 0x00, 0x00, 0x45, 0x9C, 0x00, 0x32, 0x00, 0x00, 0x31, | |
841 0x9C, 0x00, 0x32, 0x00, 0x00, 0x32, 0x9C, 0x00, 0x32, 0x00, 0x00, 0x33, | |
842 0x9C, 0x00, 0x32, 0x00, 0x00, 0x34, 0x9C, 0x00, 0x32, 0x00, 0x00, 0x35, | |
843 0x9C, 0x00, 0x32, 0x00, 0x00, 0x36, 0x9C, 0x00, 0x32, 0x00, 0x00, 0x37, | |
844 0x9C, 0x00, 0x32, 0x00, 0x00, 0x38, 0x9C, 0x00, 0x32, 0x00, 0x00, 0x39, | |
845 0x9C, 0x00, 0x33, 0x00, 0x00, 0x30, 0x9C, 0x00, 0x33, 0x00, 0x00, 0x31, | |
846 0x9C, 0x00, 0x33, 0x00, 0x00, 0x32, 0x9C, 0x00, 0x33, 0x00, 0x00, 0x33, | |
847 0x9C, 0x00, 0x33, 0x00, 0x00, 0x34, 0x9C, 0x00, 0x33, 0x00, 0x00, 0x35, | |
848 0x1C, 0x11, 0x00, 0x1C, 0x11, 0x02, 0x1C, 0x11, 0x03, 0x1C, 0x11, 0x05, | |
849 0x1C, 0x11, 0x06, 0x1C, 0x11, 0x07, 0x1C, 0x11, 0x09, 0x1C, 0x11, 0x0B, | |
850 0x1C, 0x11, 0x0C, 0x1C, 0x11, 0x0E, 0x1C, 0x11, 0x0F, 0x1C, 0x11, 0x10, | |
851 0x1C, 0x11, 0x11, 0x1C, 0x11, 0x12, 0x9C, 0x11, 0x00, 0x00, 0x11, 0x61, | |
852 0x9C, 0x11, 0x02, 0x00, 0x11, 0x61, 0x9C, 0x11, 0x03, 0x00, 0x11, 0x61, | |
853 0x9C, 0x11, 0x05, 0x00, 0x11, 0x61, 0x9C, 0x11, 0x06, 0x00, 0x11, 0x61, | |
854 0x9C, 0x11, 0x07, 0x00, 0x11, 0x61, 0x9C, 0x11, 0x09, 0x00, 0x11, 0x61, | |
855 0x9C, 0x11, 0x0B, 0x00, 0x11, 0x61, 0x9C, 0x11, 0x0C, 0x00, 0x11, 0x61, | |
856 0x9C, 0x11, 0x0E, 0x00, 0x11, 0x61, 0x9C, 0x11, 0x0F, 0x00, 0x11, 0x61, | |
857 0x9C, 0x11, 0x10, 0x00, 0x11, 0x61, 0x9C, 0x11, 0x11, 0x00, 0x11, 0x61, | |
858 0x9C, 0x11, 0x12, 0x00, 0x11, 0x61, 0x9C, 0x11, 0x0E, 0x80, 0x11, 0x61, | |
859 0x80, 0x11, 0xB7, 0x80, 0x11, 0x00, 0x00, 0x11, 0x69, 0x9C, 0x11, 0x0C, | |
860 0x80, 0x11, 0x6E, 0x80, 0x11, 0x0B, 0x00, 0x11, 0x74, 0x9C, 0x11, 0x0B, | |
861 0x00, 0x11, 0x6E, 0x1C, 0x4E, 0x00, 0x1C, 0x4E, 0x8C, 0x1C, 0x4E, 0x09, | |
862 0x1C, 0x56, 0xDB, 0x1C, 0x4E, 0x94, 0x1C, 0x51, 0x6D, 0x1C, 0x4E, 0x03, | |
863 0x1C, 0x51, 0x6B, 0x1C, 0x4E, 0x5D, 0x1C, 0x53, 0x41, 0x1C, 0x67, 0x08, | |
864 0x1C, 0x70, 0x6B, 0x1C, 0x6C, 0x34, 0x1C, 0x67, 0x28, 0x1C, 0x91, 0xD1, | |
865 0x1C, 0x57, 0x1F, 0x1C, 0x65, 0xE5, 0x1C, 0x68, 0x2A, 0x1C, 0x67, 0x09, | |
866 0x1C, 0x79, 0x3E, 0x1C, 0x54, 0x0D, 0x1C, 0x72, 0x79, 0x1C, 0x8C, 0xA1, | |
867 0x1C, 0x79, 0x5D, 0x1C, 0x52, 0xB4, 0x1C, 0x79, 0xD8, 0x1C, 0x75, 0x37, | |
868 0x1C, 0x59, 0x73, 0x1C, 0x90, 0x69, 0x1C, 0x51, 0x2A, 0x1C, 0x53, 0x70, | |
869 0x1C, 0x6C, 0xE8, 0x1C, 0x98, 0x05, 0x1C, 0x4F, 0x11, 0x1C, 0x51, 0x99, | |
870 0x1C, 0x6B, 0x63, 0x1C, 0x4E, 0x0A, 0x1C, 0x4E, 0x2D, 0x1C, 0x4E, 0x0B, | |
871 0x1C, 0x5D, 0xE6, 0x1C, 0x53, 0xF3, 0x1C, 0x53, 0x3B, 0x1C, 0x5B, 0x97, | |
872 0x1C, 0x5B, 0x66, 0x1C, 0x76, 0xE3, 0x1C, 0x4F, 0x01, 0x1C, 0x8C, 0xC7, | |
873 0x1C, 0x53, 0x54, 0x1C, 0x59, 0x1C, 0x9C, 0x00, 0x33, 0x00, 0x00, 0x36, | |
874 0x9C, 0x00, 0x33, 0x00, 0x00, 0x37, 0x9C, 0x00, 0x33, 0x00, 0x00, 0x38, | |
875 0x9C, 0x00, 0x33, 0x00, 0x00, 0x39, 0x9C, 0x00, 0x34, 0x00, 0x00, 0x30, | |
876 0x9C, 0x00, 0x34, 0x00, 0x00, 0x31, 0x9C, 0x00, 0x34, 0x00, 0x00, 0x32, | |
877 0x9C, 0x00, 0x34, 0x00, 0x00, 0x33, 0x9C, 0x00, 0x34, 0x00, 0x00, 0x34, | |
878 0x9C, 0x00, 0x34, 0x00, 0x00, 0x35, 0x9C, 0x00, 0x34, 0x00, 0x00, 0x36, | |
879 0x9C, 0x00, 0x34, 0x00, 0x00, 0x37, 0x9C, 0x00, 0x34, 0x00, 0x00, 0x38, | |
880 0x9C, 0x00, 0x34, 0x00, 0x00, 0x39, 0x9C, 0x00, 0x35, 0x00, 0x00, 0x30, | |
881 0xC0, 0x00, 0x31, 0x00, 0x67, 0x08, 0xC0, 0x00, 0x32, 0x00, 0x67, 0x08, | |
882 0xC0, 0x00, 0x33, 0x00, 0x67, 0x08, 0xC0, 0x00, 0x34, 0x00, 0x67, 0x08, | |
883 0xC0, 0x00, 0x35, 0x00, 0x67, 0x08, 0xC0, 0x00, 0x36, 0x00, 0x67, 0x08, | |
884 0xC0, 0x00, 0x37, 0x00, 0x67, 0x08, 0xC0, 0x00, 0x38, 0x00, 0x67, 0x08, | |
885 0xC0, 0x00, 0x39, 0x00, 0x67, 0x08, 0xC0, 0x00, 0x31, 0x80, 0x00, 0x30, | |
886 0x00, 0x67, 0x08, 0xC0, 0x00, 0x31, 0x80, 0x00, 0x31, 0x00, 0x67, 0x08, | |
887 0xC0, 0x00, 0x31, 0x80, 0x00, 0x32, 0x00, 0x67, 0x08, 0xB8, 0x00, 0x48, | |
888 0x00, 0x00, 0x67, 0xB8, 0x00, 0x65, 0x80, 0x00, 0x72, 0x00, 0x00, 0x67, | |
889 0xB8, 0x00, 0x65, 0x00, 0x00, 0x56, 0xB8, 0x00, 0x4C, 0x80, 0x00, 0x54, | |
890 0x00, 0x00, 0x44, 0x1C, 0x30, 0xA2, 0x1C, 0x30, 0xA4, 0x1C, 0x30, 0xA6, | |
891 0x1C, 0x30, 0xA8, 0x1C, 0x30, 0xAA, 0x1C, 0x30, 0xAB, 0x1C, 0x30, 0xAD, | |
892 0x1C, 0x30, 0xAF, 0x1C, 0x30, 0xB1, 0x1C, 0x30, 0xB3, 0x1C, 0x30, 0xB5, | |
893 0x1C, 0x30, 0xB7, 0x1C, 0x30, 0xB9, 0x1C, 0x30, 0xBB, 0x1C, 0x30, 0xBD, | |
894 0x1C, 0x30, 0xBF, 0x1C, 0x30, 0xC1, 0x1C, 0x30, 0xC4, 0x1C, 0x30, 0xC6, | |
895 0x1C, 0x30, 0xC8, 0x1C, 0x30, 0xCA, 0x1C, 0x30, 0xCB, 0x1C, 0x30, 0xCC, | |
896 0x1C, 0x30, 0xCD, 0x1C, 0x30, 0xCE, 0x1C, 0x30, 0xCF, 0x1C, 0x30, 0xD2, | |
897 0x1C, 0x30, 0xD5, 0x1C, 0x30, 0xD8, 0x1C, 0x30, 0xDB, 0x1C, 0x30, 0xDE, | |
898 0x1C, 0x30, 0xDF, 0x1C, 0x30, 0xE0, 0x1C, 0x30, 0xE1, 0x1C, 0x30, 0xE2, | |
899 0x1C, 0x30, 0xE4, 0x1C, 0x30, 0xE6, 0x1C, 0x30, 0xE8, 0x1C, 0x30, 0xE9, | |
900 0x1C, 0x30, 0xEA, 0x1C, 0x30, 0xEB, 0x1C, 0x30, 0xEC, 0x1C, 0x30, 0xED, | |
901 0x1C, 0x30, 0xEF, 0x1C, 0x30, 0xF0, 0x1C, 0x30, 0xF1, 0x1C, 0x30, 0xF2, | |
902 0xB8, 0x30, 0xA2, 0x80, 0x30, 0xD1, 0x80, 0x30, 0xFC, 0x00, 0x30, 0xC8, | |
903 0xB8, 0x30, 0xA2, 0x80, 0x30, 0xEB, 0x80, 0x30, 0xD5, 0x00, 0x30, 0xA1, | |
904 0xB8, 0x30, 0xA2, 0x80, 0x30, 0xF3, 0x80, 0x30, 0xDA, 0x00, 0x30, 0xA2, | |
905 0xB8, 0x30, 0xA2, 0x80, 0x30, 0xFC, 0x00, 0x30, 0xEB, 0xB8, 0x30, 0xA4, | |
906 0x80, 0x30, 0xCB, 0x80, 0x30, 0xF3, 0x00, 0x30, 0xB0, 0xB8, 0x30, 0xA4, | |
907 0x80, 0x30, 0xF3, 0x00, 0x30, 0xC1, 0xB8, 0x30, 0xA6, 0x80, 0x30, 0xA9, | |
908 0x00, 0x30, 0xF3, 0xB8, 0x30, 0xA8, 0x80, 0x30, 0xB9, 0x80, 0x30, 0xAF, | |
909 0x80, 0x30, 0xFC, 0x00, 0x30, 0xC9, 0xB8, 0x30, 0xA8, 0x80, 0x30, 0xFC, | |
910 0x80, 0x30, 0xAB, 0x00, 0x30, 0xFC, 0xB8, 0x30, 0xAA, 0x80, 0x30, 0xF3, | |
911 0x00, 0x30, 0xB9, 0xB8, 0x30, 0xAA, 0x80, 0x30, 0xFC, 0x00, 0x30, 0xE0, | |
912 0xB8, 0x30, 0xAB, 0x80, 0x30, 0xA4, 0x00, 0x30, 0xEA, 0xB8, 0x30, 0xAB, | |
913 0x80, 0x30, 0xE9, 0x80, 0x30, 0xC3, 0x00, 0x30, 0xC8, 0xB8, 0x30, 0xAB, | |
914 0x80, 0x30, 0xED, 0x80, 0x30, 0xEA, 0x00, 0x30, 0xFC, 0xB8, 0x30, 0xAC, | |
915 0x80, 0x30, 0xED, 0x00, 0x30, 0xF3, 0xB8, 0x30, 0xAC, 0x80, 0x30, 0xF3, | |
916 0x00, 0x30, 0xDE, 0xB8, 0x30, 0xAE, 0x00, 0x30, 0xAC, 0xB8, 0x30, 0xAE, | |
917 0x80, 0x30, 0xCB, 0x00, 0x30, 0xFC, 0xB8, 0x30, 0xAD, 0x80, 0x30, 0xE5, | |
918 0x80, 0x30, 0xEA, 0x00, 0x30, 0xFC, 0xB8, 0x30, 0xAE, 0x80, 0x30, 0xEB, | |
919 0x80, 0x30, 0xC0, 0x00, 0x30, 0xFC, 0xB8, 0x30, 0xAD, 0x00, 0x30, 0xED, | |
920 0xB8, 0x30, 0xAD, 0x80, 0x30, 0xED, 0x80, 0x30, 0xB0, 0x80, 0x30, 0xE9, | |
921 0x00, 0x30, 0xE0, 0xB8, 0x30, 0xAD, 0x80, 0x30, 0xED, 0x80, 0x30, 0xE1, | |
922 0x80, 0x30, 0xFC, 0x80, 0x30, 0xC8, 0x00, 0x30, 0xEB, 0xB8, 0x30, 0xAD, | |
923 0x80, 0x30, 0xED, 0x80, 0x30, 0xEF, 0x80, 0x30, 0xC3, 0x00, 0x30, 0xC8, | |
924 0xB8, 0x30, 0xB0, 0x80, 0x30, 0xE9, 0x00, 0x30, 0xE0, 0xB8, 0x30, 0xB0, | |
925 0x80, 0x30, 0xE9, 0x80, 0x30, 0xE0, 0x80, 0x30, 0xC8, 0x00, 0x30, 0xF3, | |
926 0xB8, 0x30, 0xAF, 0x80, 0x30, 0xEB, 0x80, 0x30, 0xBC, 0x80, 0x30, 0xA4, | |
927 0x00, 0x30, 0xED, 0xB8, 0x30, 0xAF, 0x80, 0x30, 0xED, 0x80, 0x30, 0xFC, | |
928 0x00, 0x30, 0xCD, 0xB8, 0x30, 0xB1, 0x80, 0x30, 0xFC, 0x00, 0x30, 0xB9, | |
929 0xB8, 0x30, 0xB3, 0x80, 0x30, 0xEB, 0x00, 0x30, 0xCA, 0xB8, 0x30, 0xB3, | |
930 0x80, 0x30, 0xFC, 0x00, 0x30, 0xDD, 0xB8, 0x30, 0xB5, 0x80, 0x30, 0xA4, | |
931 0x80, 0x30, 0xAF, 0x00, 0x30, 0xEB, 0xB8, 0x30, 0xB5, 0x80, 0x30, 0xF3, | |
932 0x80, 0x30, 0xC1, 0x80, 0x30, 0xFC, 0x00, 0x30, 0xE0, 0xB8, 0x30, 0xB7, | |
933 0x80, 0x30, 0xEA, 0x80, 0x30, 0xF3, 0x00, 0x30, 0xB0, 0xB8, 0x30, 0xBB, | |
934 0x80, 0x30, 0xF3, 0x00, 0x30, 0xC1, 0xB8, 0x30, 0xBB, 0x80, 0x30, 0xF3, | |
935 0x00, 0x30, 0xC8, 0xB8, 0x30, 0xC0, 0x80, 0x30, 0xFC, 0x00, 0x30, 0xB9, | |
936 0xB8, 0x30, 0xC7, 0x00, 0x30, 0xB7, 0xB8, 0x30, 0xC9, 0x00, 0x30, 0xEB, | |
937 0xB8, 0x30, 0xC8, 0x00, 0x30, 0xF3, 0xB8, 0x30, 0xCA, 0x00, 0x30, 0xCE, | |
938 0xB8, 0x30, 0xCE, 0x80, 0x30, 0xC3, 0x00, 0x30, 0xC8, 0xB8, 0x30, 0xCF, | |
939 0x80, 0x30, 0xA4, 0x00, 0x30, 0xC4, 0xB8, 0x30, 0xD1, 0x80, 0x30, 0xFC, | |
940 0x80, 0x30, 0xBB, 0x80, 0x30, 0xF3, 0x00, 0x30, 0xC8, 0xB8, 0x30, 0xD1, | |
941 0x80, 0x30, 0xFC, 0x00, 0x30, 0xC4, 0xB8, 0x30, 0xD0, 0x80, 0x30, 0xFC, | |
942 0x80, 0x30, 0xEC, 0x00, 0x30, 0xEB, 0xB8, 0x30, 0xD4, 0x80, 0x30, 0xA2, | |
943 0x80, 0x30, 0xB9, 0x80, 0x30, 0xC8, 0x00, 0x30, 0xEB, 0xB8, 0x30, 0xD4, | |
944 0x80, 0x30, 0xAF, 0x00, 0x30, 0xEB, 0xB8, 0x30, 0xD4, 0x00, 0x30, 0xB3, | |
945 0xB8, 0x30, 0xD3, 0x00, 0x30, 0xEB, 0xB8, 0x30, 0xD5, 0x80, 0x30, 0xA1, | |
946 0x80, 0x30, 0xE9, 0x80, 0x30, 0xC3, 0x00, 0x30, 0xC9, 0xB8, 0x30, 0xD5, | |
947 0x80, 0x30, 0xA3, 0x80, 0x30, 0xFC, 0x00, 0x30, 0xC8, 0xB8, 0x30, 0xD6, | |
948 0x80, 0x30, 0xC3, 0x80, 0x30, 0xB7, 0x80, 0x30, 0xA7, 0x00, 0x30, 0xEB, | |
949 0xB8, 0x30, 0xD5, 0x80, 0x30, 0xE9, 0x00, 0x30, 0xF3, 0xB8, 0x30, 0xD8, | |
950 0x80, 0x30, 0xAF, 0x80, 0x30, 0xBF, 0x80, 0x30, 0xFC, 0x00, 0x30, 0xEB, | |
951 0xB8, 0x30, 0xDA, 0x00, 0x30, 0xBD, 0xB8, 0x30, 0xDA, 0x80, 0x30, 0xCB, | |
952 0x00, 0x30, 0xD2, 0xB8, 0x30, 0xD8, 0x80, 0x30, 0xEB, 0x00, 0x30, 0xC4, | |
953 0xB8, 0x30, 0xDA, 0x80, 0x30, 0xF3, 0x00, 0x30, 0xB9, 0xB8, 0x30, 0xDA, | |
954 0x80, 0x30, 0xFC, 0x00, 0x30, 0xB8, 0xB8, 0x30, 0xD9, 0x80, 0x30, 0xFC, | |
955 0x00, 0x30, 0xBF, 0xB8, 0x30, 0xDD, 0x80, 0x30, 0xA4, 0x80, 0x30, 0xF3, | |
956 0x00, 0x30, 0xC8, 0xB8, 0x30, 0xDC, 0x80, 0x30, 0xEB, 0x00, 0x30, 0xC8, | |
957 0xB8, 0x30, 0xDB, 0x00, 0x30, 0xF3, 0xB8, 0x30, 0xDD, 0x80, 0x30, 0xF3, | |
958 0x00, 0x30, 0xC9, 0xB8, 0x30, 0xDB, 0x80, 0x30, 0xFC, 0x00, 0x30, 0xEB, | |
959 0xB8, 0x30, 0xDB, 0x80, 0x30, 0xFC, 0x00, 0x30, 0xF3, 0xB8, 0x30, 0xDE, | |
960 0x80, 0x30, 0xA4, 0x80, 0x30, 0xAF, 0x00, 0x30, 0xED, 0xB8, 0x30, 0xDE, | |
961 0x80, 0x30, 0xA4, 0x00, 0x30, 0xEB, 0xB8, 0x30, 0xDE, 0x80, 0x30, 0xC3, | |
962 0x00, 0x30, 0xCF, 0xB8, 0x30, 0xDE, 0x80, 0x30, 0xEB, 0x00, 0x30, 0xAF, | |
963 0xB8, 0x30, 0xDE, 0x80, 0x30, 0xF3, 0x80, 0x30, 0xB7, 0x80, 0x30, 0xE7, | |
964 0x00, 0x30, 0xF3, 0xB8, 0x30, 0xDF, 0x80, 0x30, 0xAF, 0x80, 0x30, 0xED, | |
965 0x00, 0x30, 0xF3, 0xB8, 0x30, 0xDF, 0x00, 0x30, 0xEA, 0xB8, 0x30, 0xDF, | |
966 0x80, 0x30, 0xEA, 0x80, 0x30, 0xD0, 0x80, 0x30, 0xFC, 0x00, 0x30, 0xEB, | |
967 0xB8, 0x30, 0xE1, 0x00, 0x30, 0xAC, 0xB8, 0x30, 0xE1, 0x80, 0x30, 0xAC, | |
968 0x80, 0x30, 0xC8, 0x00, 0x30, 0xF3, 0xB8, 0x30, 0xE1, 0x80, 0x30, 0xFC, | |
969 0x80, 0x30, 0xC8, 0x00, 0x30, 0xEB, 0xB8, 0x30, 0xE4, 0x80, 0x30, 0xFC, | |
970 0x00, 0x30, 0xC9, 0xB8, 0x30, 0xE4, 0x80, 0x30, 0xFC, 0x00, 0x30, 0xEB, | |
971 0xB8, 0x30, 0xE6, 0x80, 0x30, 0xA2, 0x00, 0x30, 0xF3, 0xB8, 0x30, 0xEA, | |
972 0x80, 0x30, 0xC3, 0x80, 0x30, 0xC8, 0x00, 0x30, 0xEB, 0xB8, 0x30, 0xEA, | |
973 0x00, 0x30, 0xE9, 0xB8, 0x30, 0xEB, 0x80, 0x30, 0xD4, 0x00, 0x30, 0xFC, | |
974 0xB8, 0x30, 0xEB, 0x80, 0x30, 0xFC, 0x80, 0x30, 0xD6, 0x00, 0x30, 0xEB, | |
975 0xB8, 0x30, 0xEC, 0x00, 0x30, 0xE0, 0xB8, 0x30, 0xEC, 0x80, 0x30, 0xF3, | |
976 0x80, 0x30, 0xC8, 0x80, 0x30, 0xB2, 0x00, 0x30, 0xF3, 0xB8, 0x30, 0xEF, | |
977 0x80, 0x30, 0xC3, 0x00, 0x30, 0xC8, 0xC0, 0x00, 0x30, 0x00, 0x70, 0xB9, | |
978 0xC0, 0x00, 0x31, 0x00, 0x70, 0xB9, 0xC0, 0x00, 0x32, 0x00, 0x70, 0xB9, | |
979 0xC0, 0x00, 0x33, 0x00, 0x70, 0xB9, 0xC0, 0x00, 0x34, 0x00, 0x70, 0xB9, | |
980 0xC0, 0x00, 0x35, 0x00, 0x70, 0xB9, 0xC0, 0x00, 0x36, 0x00, 0x70, 0xB9, | |
981 0xC0, 0x00, 0x37, 0x00, 0x70, 0xB9, 0xC0, 0x00, 0x38, 0x00, 0x70, 0xB9, | |
982 0xC0, 0x00, 0x39, 0x00, 0x70, 0xB9, 0xC0, 0x00, 0x31, 0x80, 0x00, 0x30, | |
983 0x00, 0x70, 0xB9, 0xC0, 0x00, 0x31, 0x80, 0x00, 0x31, 0x00, 0x70, 0xB9, | |
984 0xC0, 0x00, 0x31, 0x80, 0x00, 0x32, 0x00, 0x70, 0xB9, 0xC0, 0x00, 0x31, | |
985 0x80, 0x00, 0x33, 0x00, 0x70, 0xB9, 0xC0, 0x00, 0x31, 0x80, 0x00, 0x34, | |
986 0x00, 0x70, 0xB9, 0xC0, 0x00, 0x31, 0x80, 0x00, 0x35, 0x00, 0x70, 0xB9, | |
987 0xC0, 0x00, 0x31, 0x80, 0x00, 0x36, 0x00, 0x70, 0xB9, 0xC0, 0x00, 0x31, | |
988 0x80, 0x00, 0x37, 0x00, 0x70, 0xB9, 0xC0, 0x00, 0x31, 0x80, 0x00, 0x38, | |
989 0x00, 0x70, 0xB9, 0xC0, 0x00, 0x31, 0x80, 0x00, 0x39, 0x00, 0x70, 0xB9, | |
990 0xC0, 0x00, 0x32, 0x80, 0x00, 0x30, 0x00, 0x70, 0xB9, 0xC0, 0x00, 0x32, | |
991 0x80, 0x00, 0x31, 0x00, 0x70, 0xB9, 0xC0, 0x00, 0x32, 0x80, 0x00, 0x32, | |
992 0x00, 0x70, 0xB9, 0xC0, 0x00, 0x32, 0x80, 0x00, 0x33, 0x00, 0x70, 0xB9, | |
993 0xC0, 0x00, 0x32, 0x80, 0x00, 0x34, 0x00, 0x70, 0xB9, 0xB8, 0x00, 0x68, | |
994 0x80, 0x00, 0x50, 0x00, 0x00, 0x61, 0xB8, 0x00, 0x64, 0x00, 0x00, 0x61, | |
995 0xB8, 0x00, 0x41, 0x00, 0x00, 0x55, 0xB8, 0x00, 0x62, 0x80, 0x00, 0x61, | |
996 0x00, 0x00, 0x72, 0xB8, 0x00, 0x6F, 0x00, 0x00, 0x56, 0xB8, 0x00, 0x70, | |
997 0x00, 0x00, 0x63, 0xB8, 0x00, 0x64, 0x00, 0x00, 0x6D, 0xB8, 0x00, 0x64, | |
998 0x80, 0x00, 0x6D, 0x00, 0x00, 0xB2, 0xB8, 0x00, 0x64, 0x80, 0x00, 0x6D, | |
999 0x00, 0x00, 0xB3, 0xB8, 0x00, 0x49, 0x00, 0x00, 0x55, 0xB8, 0x5E, 0x73, | |
1000 0x00, 0x62, 0x10, 0xB8, 0x66, 0x2D, 0x00, 0x54, 0x8C, 0xB8, 0x59, 0x27, | |
1001 0x00, 0x6B, 0x63, 0xB8, 0x66, 0x0E, 0x00, 0x6C, 0xBB, 0xB8, 0x68, 0x2A, | |
1002 0x80, 0x5F, 0x0F, 0x80, 0x4F, 0x1A, 0x00, 0x79, 0x3E, 0xB8, 0x00, 0x70, | |
1003 0x00, 0x00, 0x41, 0xB8, 0x00, 0x6E, 0x00, 0x00, 0x41, 0xB8, 0x03, 0xBC, | |
1004 0x00, 0x00, 0x41, 0xB8, 0x00, 0x6D, 0x00, 0x00, 0x41, 0xB8, 0x00, 0x6B, | |
1005 0x00, 0x00, 0x41, 0xB8, 0x00, 0x4B, 0x00, 0x00, 0x42, 0xB8, 0x00, 0x4D, | |
1006 0x00, 0x00, 0x42, 0xB8, 0x00, 0x47, 0x00, 0x00, 0x42, 0xB8, 0x00, 0x63, | |
1007 0x80, 0x00, 0x61, 0x00, 0x00, 0x6C, 0xB8, 0x00, 0x6B, 0x80, 0x00, 0x63, | |
1008 0x80, 0x00, 0x61, 0x00, 0x00, 0x6C, 0xB8, 0x00, 0x70, 0x00, 0x00, 0x46, | |
1009 0xB8, 0x00, 0x6E, 0x00, 0x00, 0x46, 0xB8, 0x03, 0xBC, 0x00, 0x00, 0x46, | |
1010 0xB8, 0x03, 0xBC, 0x00, 0x00, 0x67, 0xB8, 0x00, 0x6D, 0x00, 0x00, 0x67, | |
1011 0xB8, 0x00, 0x6B, 0x00, 0x00, 0x67, 0xB8, 0x00, 0x48, 0x00, 0x00, 0x7A, | |
1012 0xB8, 0x00, 0x6B, 0x80, 0x00, 0x48, 0x00, 0x00, 0x7A, 0xB8, 0x00, 0x4D, | |
1013 0x80, 0x00, 0x48, 0x00, 0x00, 0x7A, 0xB8, 0x00, 0x47, 0x80, 0x00, 0x48, | |
1014 0x00, 0x00, 0x7A, 0xB8, 0x00, 0x54, 0x80, 0x00, 0x48, 0x00, 0x00, 0x7A, | |
1015 0xB8, 0x03, 0xBC, 0x00, 0x21, 0x13, 0xB8, 0x00, 0x6D, 0x00, 0x21, 0x13, | |
1016 0xB8, 0x00, 0x64, 0x00, 0x21, 0x13, 0xB8, 0x00, 0x6B, 0x00, 0x21, 0x13, | |
1017 0xB8, 0x00, 0x66, 0x00, 0x00, 0x6D, 0xB8, 0x00, 0x6E, 0x00, 0x00, 0x6D, | |
1018 0xB8, 0x03, 0xBC, 0x00, 0x00, 0x6D, 0xB8, 0x00, 0x6D, 0x00, 0x00, 0x6D, | |
1019 0xB8, 0x00, 0x63, 0x00, 0x00, 0x6D, 0xB8, 0x00, 0x6B, 0x00, 0x00, 0x6D, | |
1020 0xB8, 0x00, 0x6D, 0x80, 0x00, 0x6D, 0x00, 0x00, 0xB2, 0xB8, 0x00, 0x63, | |
1021 0x80, 0x00, 0x6D, 0x00, 0x00, 0xB2, 0xB8, 0x00, 0x6D, 0x00, 0x00, 0xB2, | |
1022 0xB8, 0x00, 0x6B, 0x80, 0x00, 0x6D, 0x00, 0x00, 0xB2, 0xB8, 0x00, 0x6D, | |
1023 0x80, 0x00, 0x6D, 0x00, 0x00, 0xB3, 0xB8, 0x00, 0x63, 0x80, 0x00, 0x6D, | |
1024 0x00, 0x00, 0xB3, 0xB8, 0x00, 0x6D, 0x00, 0x00, 0xB3, 0xB8, 0x00, 0x6B, | |
1025 0x80, 0x00, 0x6D, 0x00, 0x00, 0xB3, 0xB8, 0x00, 0x6D, 0x80, 0x22, 0x15, | |
1026 0x00, 0x00, 0x73, 0xB8, 0x00, 0x6D, 0x80, 0x22, 0x15, 0x80, 0x00, 0x73, | |
1027 0x00, 0x00, 0xB2, 0xB8, 0x00, 0x50, 0x00, 0x00, 0x61, 0xB8, 0x00, 0x6B, | |
1028 0x80, 0x00, 0x50, 0x00, 0x00, 0x61, 0xB8, 0x00, 0x4D, 0x80, 0x00, 0x50, | |
1029 0x00, 0x00, 0x61, 0xB8, 0x00, 0x47, 0x80, 0x00, 0x50, 0x00, 0x00, 0x61, | |
1030 0xB8, 0x00, 0x72, 0x80, 0x00, 0x61, 0x00, 0x00, 0x64, 0xB8, 0x00, 0x72, | |
1031 0x80, 0x00, 0x61, 0x80, 0x00, 0x64, 0x80, 0x22, 0x15, 0x00, 0x00, 0x73, | |
1032 0xB8, 0x00, 0x72, 0x80, 0x00, 0x61, 0x80, 0x00, 0x64, 0x80, 0x22, 0x15, | |
1033 0x80, 0x00, 0x73, 0x00, 0x00, 0xB2, 0xB8, 0x00, 0x70, 0x00, 0x00, 0x73, | |
1034 0xB8, 0x00, 0x6E, 0x00, 0x00, 0x73, 0xB8, 0x03, 0xBC, 0x00, 0x00, 0x73, | |
1035 0xB8, 0x00, 0x6D, 0x00, 0x00, 0x73, 0xB8, 0x00, 0x70, 0x00, 0x00, 0x56, | |
1036 0xB8, 0x00, 0x6E, 0x00, 0x00, 0x56, 0xB8, 0x03, 0xBC, 0x00, 0x00, 0x56, | |
1037 0xB8, 0x00, 0x6D, 0x00, 0x00, 0x56, 0xB8, 0x00, 0x6B, 0x00, 0x00, 0x56, | |
1038 0xB8, 0x00, 0x4D, 0x00, 0x00, 0x56, 0xB8, 0x00, 0x70, 0x00, 0x00, 0x57, | |
1039 0xB8, 0x00, 0x6E, 0x00, 0x00, 0x57, 0xB8, 0x03, 0xBC, 0x00, 0x00, 0x57, | |
1040 0xB8, 0x00, 0x6D, 0x00, 0x00, 0x57, 0xB8, 0x00, 0x6B, 0x00, 0x00, 0x57, | |
1041 0xB8, 0x00, 0x4D, 0x00, 0x00, 0x57, 0xB8, 0x00, 0x6B, 0x00, 0x03, 0xA9, | |
1042 0xB8, 0x00, 0x4D, 0x00, 0x03, 0xA9, 0xB8, 0x00, 0x61, 0x80, 0x00, 0x2E, | |
1043 0x80, 0x00, 0x6D, 0x00, 0x00, 0x2E, 0xB8, 0x00, 0x42, 0x00, 0x00, 0x71, | |
1044 0xB8, 0x00, 0x63, 0x00, 0x00, 0x63, 0xB8, 0x00, 0x63, 0x00, 0x00, 0x64, | |
1045 0xB8, 0x00, 0x43, 0x80, 0x22, 0x15, 0x80, 0x00, 0x6B, 0x00, 0x00, 0x67, | |
1046 0xB8, 0x00, 0x43, 0x80, 0x00, 0x6F, 0x00, 0x00, 0x2E, 0xB8, 0x00, 0x64, | |
1047 0x00, 0x00, 0x42, 0xB8, 0x00, 0x47, 0x00, 0x00, 0x79, 0xB8, 0x00, 0x68, | |
1048 0x00, 0x00, 0x61, 0xB8, 0x00, 0x48, 0x00, 0x00, 0x50, 0xB8, 0x00, 0x69, | |
1049 0x00, 0x00, 0x6E, 0xB8, 0x00, 0x4B, 0x00, 0x00, 0x4B, 0xB8, 0x00, 0x4B, | |
1050 0x00, 0x00, 0x4D, 0xB8, 0x00, 0x6B, 0x00, 0x00, 0x74, 0xB8, 0x00, 0x6C, | |
1051 0x00, 0x00, 0x6D, 0xB8, 0x00, 0x6C, 0x00, 0x00, 0x6E, 0xB8, 0x00, 0x6C, | |
1052 0x80, 0x00, 0x6F, 0x00, 0x00, 0x67, 0xB8, 0x00, 0x6C, 0x00, 0x00, 0x78, | |
1053 0xB8, 0x00, 0x6D, 0x00, 0x00, 0x62, 0xB8, 0x00, 0x6D, 0x80, 0x00, 0x69, | |
1054 0x00, 0x00, 0x6C, 0xB8, 0x00, 0x6D, 0x80, 0x00, 0x6F, 0x00, 0x00, 0x6C, | |
1055 0xB8, 0x00, 0x50, 0x00, 0x00, 0x48, 0xB8, 0x00, 0x70, 0x80, 0x00, 0x2E, | |
1056 0x80, 0x00, 0x6D, 0x00, 0x00, 0x2E, 0xB8, 0x00, 0x50, 0x80, 0x00, 0x50, | |
1057 0x00, 0x00, 0x4D, 0xB8, 0x00, 0x50, 0x00, 0x00, 0x52, 0xB8, 0x00, 0x73, | |
1058 0x00, 0x00, 0x72, 0xB8, 0x00, 0x53, 0x00, 0x00, 0x76, 0xB8, 0x00, 0x57, | |
1059 0x00, 0x00, 0x62, 0xB8, 0x00, 0x56, 0x80, 0x22, 0x15, 0x00, 0x00, 0x6D, | |
1060 0xB8, 0x00, 0x41, 0x80, 0x22, 0x15, 0x00, 0x00, 0x6D, 0xC0, 0x00, 0x31, | |
1061 0x00, 0x65, 0xE5, 0xC0, 0x00, 0x32, 0x00, 0x65, 0xE5, 0xC0, 0x00, 0x33, | |
1062 0x00, 0x65, 0xE5, 0xC0, 0x00, 0x34, 0x00, 0x65, 0xE5, 0xC0, 0x00, 0x35, | |
1063 0x00, 0x65, 0xE5, 0xC0, 0x00, 0x36, 0x00, 0x65, 0xE5, 0xC0, 0x00, 0x37, | |
1064 0x00, 0x65, 0xE5, 0xC0, 0x00, 0x38, 0x00, 0x65, 0xE5, 0xC0, 0x00, 0x39, | |
1065 0x00, 0x65, 0xE5, 0xC0, 0x00, 0x31, 0x80, 0x00, 0x30, 0x00, 0x65, 0xE5, | |
1066 0xC0, 0x00, 0x31, 0x80, 0x00, 0x31, 0x00, 0x65, 0xE5, 0xC0, 0x00, 0x31, | |
1067 0x80, 0x00, 0x32, 0x00, 0x65, 0xE5, 0xC0, 0x00, 0x31, 0x80, 0x00, 0x33, | |
1068 0x00, 0x65, 0xE5, 0xC0, 0x00, 0x31, 0x80, 0x00, 0x34, 0x00, 0x65, 0xE5, | |
1069 0xC0, 0x00, 0x31, 0x80, 0x00, 0x35, 0x00, 0x65, 0xE5, 0xC0, 0x00, 0x31, | |
1070 0x80, 0x00, 0x36, 0x00, 0x65, 0xE5, 0xC0, 0x00, 0x31, 0x80, 0x00, 0x37, | |
1071 0x00, 0x65, 0xE5, 0xC0, 0x00, 0x31, 0x80, 0x00, 0x38, 0x00, 0x65, 0xE5, | |
1072 0xC0, 0x00, 0x31, 0x80, 0x00, 0x39, 0x00, 0x65, 0xE5, 0xC0, 0x00, 0x32, | |
1073 0x80, 0x00, 0x30, 0x00, 0x65, 0xE5, 0xC0, 0x00, 0x32, 0x80, 0x00, 0x31, | |
1074 0x00, 0x65, 0xE5, 0xC0, 0x00, 0x32, 0x80, 0x00, 0x32, 0x00, 0x65, 0xE5, | |
1075 0xC0, 0x00, 0x32, 0x80, 0x00, 0x33, 0x00, 0x65, 0xE5, 0xC0, 0x00, 0x32, | |
1076 0x80, 0x00, 0x34, 0x00, 0x65, 0xE5, 0xC0, 0x00, 0x32, 0x80, 0x00, 0x35, | |
1077 0x00, 0x65, 0xE5, 0xC0, 0x00, 0x32, 0x80, 0x00, 0x36, 0x00, 0x65, 0xE5, | |
1078 0xC0, 0x00, 0x32, 0x80, 0x00, 0x37, 0x00, 0x65, 0xE5, 0xC0, 0x00, 0x32, | |
1079 0x80, 0x00, 0x38, 0x00, 0x65, 0xE5, 0xC0, 0x00, 0x32, 0x80, 0x00, 0x39, | |
1080 0x00, 0x65, 0xE5, 0xC0, 0x00, 0x33, 0x80, 0x00, 0x30, 0x00, 0x65, 0xE5, | |
1081 0xC0, 0x00, 0x33, 0x80, 0x00, 0x31, 0x00, 0x65, 0xE5, 0xB8, 0x00, 0x67, | |
1082 0x80, 0x00, 0x61, 0x00, 0x00, 0x6C, 0x20, 0xA7, 0x6F, 0x00, 0x8C, 0x48, | |
1083 0x00, 0x66, 0xF4, 0x00, 0x8E, 0xCA, 0x00, 0x8C, 0xC8, 0x00, 0x6E, 0xD1, | |
1084 0x00, 0x4E, 0x32, 0x00, 0x53, 0xE5, 0x00, 0x9F, 0x9C, 0x00, 0x9F, 0x9C, | |
1085 0x00, 0x59, 0x51, 0x00, 0x91, 0xD1, 0x00, 0x55, 0x87, 0x00, 0x59, 0x48, | |
1086 0x00, 0x61, 0xF6, 0x00, 0x76, 0x69, 0x00, 0x7F, 0x85, 0x00, 0x86, 0x3F, | |
1087 0x00, 0x87, 0xBA, 0x00, 0x88, 0xF8, 0x00, 0x90, 0x8F, 0x00, 0x6A, 0x02, | |
1088 0x00, 0x6D, 0x1B, 0x00, 0x70, 0xD9, 0x00, 0x73, 0xDE, 0x00, 0x84, 0x3D, | |
1089 0x00, 0x91, 0x6A, 0x00, 0x99, 0xF1, 0x00, 0x4E, 0x82, 0x00, 0x53, 0x75, | |
1090 0x00, 0x6B, 0x04, 0x00, 0x72, 0x1B, 0x00, 0x86, 0x2D, 0x00, 0x9E, 0x1E, | |
1091 0x00, 0x5D, 0x50, 0x00, 0x6F, 0xEB, 0x00, 0x85, 0xCD, 0x00, 0x89, 0x64, | |
1092 0x00, 0x62, 0xC9, 0x00, 0x81, 0xD8, 0x00, 0x88, 0x1F, 0x00, 0x5E, 0xCA, | |
1093 0x00, 0x67, 0x17, 0x00, 0x6D, 0x6A, 0x00, 0x72, 0xFC, 0x00, 0x90, 0xCE, | |
1094 0x00, 0x4F, 0x86, 0x00, 0x51, 0xB7, 0x00, 0x52, 0xDE, 0x00, 0x64, 0xC4, | |
1095 0x00, 0x6A, 0xD3, 0x00, 0x72, 0x10, 0x00, 0x76, 0xE7, 0x00, 0x80, 0x01, | |
1096 0x00, 0x86, 0x06, 0x00, 0x86, 0x5C, 0x00, 0x8D, 0xEF, 0x00, 0x97, 0x32, | |
1097 0x00, 0x9B, 0x6F, 0x00, 0x9D, 0xFA, 0x00, 0x78, 0x8C, 0x00, 0x79, 0x7F, | |
1098 0x00, 0x7D, 0xA0, 0x00, 0x83, 0xC9, 0x00, 0x93, 0x04, 0x00, 0x9E, 0x7F, | |
1099 0x00, 0x8A, 0xD6, 0x00, 0x58, 0xDF, 0x00, 0x5F, 0x04, 0x00, 0x7C, 0x60, | |
1100 0x00, 0x80, 0x7E, 0x00, 0x72, 0x62, 0x00, 0x78, 0xCA, 0x00, 0x8C, 0xC2, | |
1101 0x00, 0x96, 0xF7, 0x00, 0x58, 0xD8, 0x00, 0x5C, 0x62, 0x00, 0x6A, 0x13, | |
1102 0x00, 0x6D, 0xDA, 0x00, 0x6F, 0x0F, 0x00, 0x7D, 0x2F, 0x00, 0x7E, 0x37, | |
1103 0x00, 0x96, 0x4B, 0x00, 0x52, 0xD2, 0x00, 0x80, 0x8B, 0x00, 0x51, 0xDC, | |
1104 0x00, 0x51, 0xCC, 0x00, 0x7A, 0x1C, 0x00, 0x7D, 0xBE, 0x00, 0x83, 0xF1, | |
1105 0x00, 0x96, 0x75, 0x00, 0x8B, 0x80, 0x00, 0x62, 0xCF, 0x00, 0x6A, 0x02, | |
1106 0x00, 0x8A, 0xFE, 0x00, 0x4E, 0x39, 0x00, 0x5B, 0xE7, 0x00, 0x60, 0x12, | |
1107 0x00, 0x73, 0x87, 0x00, 0x75, 0x70, 0x00, 0x53, 0x17, 0x00, 0x78, 0xFB, | |
1108 0x00, 0x4F, 0xBF, 0x00, 0x5F, 0xA9, 0x00, 0x4E, 0x0D, 0x00, 0x6C, 0xCC, | |
1109 0x00, 0x65, 0x78, 0x00, 0x7D, 0x22, 0x00, 0x53, 0xC3, 0x00, 0x58, 0x5E, | |
1110 0x00, 0x77, 0x01, 0x00, 0x84, 0x49, 0x00, 0x8A, 0xAA, 0x00, 0x6B, 0xBA, | |
1111 0x00, 0x8F, 0xB0, 0x00, 0x6C, 0x88, 0x00, 0x62, 0xFE, 0x00, 0x82, 0xE5, | |
1112 0x00, 0x63, 0xA0, 0x00, 0x75, 0x65, 0x00, 0x4E, 0xAE, 0x00, 0x51, 0x69, | |
1113 0x00, 0x51, 0xC9, 0x00, 0x68, 0x81, 0x00, 0x7C, 0xE7, 0x00, 0x82, 0x6F, | |
1114 0x00, 0x8A, 0xD2, 0x00, 0x91, 0xCF, 0x00, 0x52, 0xF5, 0x00, 0x54, 0x42, | |
1115 0x00, 0x59, 0x73, 0x00, 0x5E, 0xEC, 0x00, 0x65, 0xC5, 0x00, 0x6F, 0xFE, | |
1116 0x00, 0x79, 0x2A, 0x00, 0x95, 0xAD, 0x00, 0x9A, 0x6A, 0x00, 0x9E, 0x97, | |
1117 0x00, 0x9E, 0xCE, 0x00, 0x52, 0x9B, 0x00, 0x66, 0xC6, 0x00, 0x6B, 0x77, | |
1118 0x00, 0x8F, 0x62, 0x00, 0x5E, 0x74, 0x00, 0x61, 0x90, 0x00, 0x62, 0x00, | |
1119 0x00, 0x64, 0x9A, 0x00, 0x6F, 0x23, 0x00, 0x71, 0x49, 0x00, 0x74, 0x89, | |
1120 0x00, 0x79, 0xCA, 0x00, 0x7D, 0xF4, 0x00, 0x80, 0x6F, 0x00, 0x8F, 0x26, | |
1121 0x00, 0x84, 0xEE, 0x00, 0x90, 0x23, 0x00, 0x93, 0x4A, 0x00, 0x52, 0x17, | |
1122 0x00, 0x52, 0xA3, 0x00, 0x54, 0xBD, 0x00, 0x70, 0xC8, 0x00, 0x88, 0xC2, | |
1123 0x00, 0x8A, 0xAA, 0x00, 0x5E, 0xC9, 0x00, 0x5F, 0xF5, 0x00, 0x63, 0x7B, | |
1124 0x00, 0x6B, 0xAE, 0x00, 0x7C, 0x3E, 0x00, 0x73, 0x75, 0x00, 0x4E, 0xE4, | |
1125 0x00, 0x56, 0xF9, 0x00, 0x5B, 0xE7, 0x00, 0x5D, 0xBA, 0x00, 0x60, 0x1C, | |
1126 0x00, 0x73, 0xB2, 0x00, 0x74, 0x69, 0x00, 0x7F, 0x9A, 0x00, 0x80, 0x46, | |
1127 0x00, 0x92, 0x34, 0x00, 0x96, 0xF6, 0x00, 0x97, 0x48, 0x00, 0x98, 0x18, | |
1128 0x00, 0x4F, 0x8B, 0x00, 0x79, 0xAE, 0x00, 0x91, 0xB4, 0x00, 0x96, 0xB8, | |
1129 0x00, 0x60, 0xE1, 0x00, 0x4E, 0x86, 0x00, 0x50, 0xDA, 0x00, 0x5B, 0xEE, | |
1130 0x00, 0x5C, 0x3F, 0x00, 0x65, 0x99, 0x00, 0x6A, 0x02, 0x00, 0x71, 0xCE, | |
1131 0x00, 0x76, 0x42, 0x00, 0x84, 0xFC, 0x00, 0x90, 0x7C, 0x00, 0x9F, 0x8D, | |
1132 0x00, 0x66, 0x88, 0x00, 0x96, 0x2E, 0x00, 0x52, 0x89, 0x00, 0x67, 0x7B, | |
1133 0x00, 0x67, 0xF3, 0x00, 0x6D, 0x41, 0x00, 0x6E, 0x9C, 0x00, 0x74, 0x09, | |
1134 0x00, 0x75, 0x59, 0x00, 0x78, 0x6B, 0x00, 0x7D, 0x10, 0x00, 0x98, 0x5E, | |
1135 0x00, 0x51, 0x6D, 0x00, 0x62, 0x2E, 0x00, 0x96, 0x78, 0x00, 0x50, 0x2B, | |
1136 0x00, 0x5D, 0x19, 0x00, 0x6D, 0xEA, 0x00, 0x8F, 0x2A, 0x00, 0x5F, 0x8B, | |
1137 0x00, 0x61, 0x44, 0x00, 0x68, 0x17, 0x00, 0x73, 0x87, 0x00, 0x96, 0x86, | |
1138 0x00, 0x52, 0x29, 0x00, 0x54, 0x0F, 0x00, 0x5C, 0x65, 0x00, 0x66, 0x13, | |
1139 0x00, 0x67, 0x4E, 0x00, 0x68, 0xA8, 0x00, 0x6C, 0xE5, 0x00, 0x74, 0x06, | |
1140 0x00, 0x75, 0xE2, 0x00, 0x7F, 0x79, 0x00, 0x88, 0xCF, 0x00, 0x88, 0xE1, | |
1141 0x00, 0x91, 0xCC, 0x00, 0x96, 0xE2, 0x00, 0x53, 0x3F, 0x00, 0x6E, 0xBA, | |
1142 0x00, 0x54, 0x1D, 0x00, 0x71, 0xD0, 0x00, 0x74, 0x98, 0x00, 0x85, 0xFA, | |
1143 0x00, 0x96, 0xA3, 0x00, 0x9C, 0x57, 0x00, 0x9E, 0x9F, 0x00, 0x67, 0x97, | |
1144 0x00, 0x6D, 0xCB, 0x00, 0x81, 0xE8, 0x00, 0x7A, 0xCB, 0x00, 0x7B, 0x20, | |
1145 0x00, 0x7C, 0x92, 0x00, 0x72, 0xC0, 0x00, 0x70, 0x99, 0x00, 0x8B, 0x58, | |
1146 0x00, 0x4E, 0xC0, 0x00, 0x83, 0x36, 0x00, 0x52, 0x3A, 0x00, 0x52, 0x07, | |
1147 0x00, 0x5E, 0xA6, 0x00, 0x62, 0xD3, 0x00, 0x7C, 0xD6, 0x00, 0x5B, 0x85, | |
1148 0x00, 0x6D, 0x1E, 0x00, 0x66, 0xB4, 0x00, 0x8F, 0x3B, 0x00, 0x88, 0x4C, | |
1149 0x00, 0x96, 0x4D, 0x00, 0x89, 0x8B, 0x00, 0x5E, 0xD3, 0x00, 0x51, 0x40, | |
1150 0x00, 0x55, 0xC0, 0x00, 0x58, 0x5A, 0x00, 0x66, 0x74, 0x00, 0x51, 0xDE, | |
1151 0x00, 0x73, 0x2A, 0x00, 0x76, 0xCA, 0x00, 0x79, 0x3C, 0x00, 0x79, 0x5E, | |
1152 0x00, 0x79, 0x65, 0x00, 0x79, 0x8F, 0x00, 0x97, 0x56, 0x00, 0x7C, 0xBE, | |
1153 0x00, 0x7F, 0xBD, 0x00, 0x86, 0x12, 0x00, 0x8A, 0xF8, 0x00, 0x90, 0x38, | |
1154 0x00, 0x90, 0xFD, 0x00, 0x98, 0xEF, 0x00, 0x98, 0xFC, 0x00, 0x99, 0x28, | |
1155 0x00, 0x9D, 0xB4, 0x00, 0x4F, 0xAE, 0x00, 0x50, 0xE7, 0x00, 0x51, 0x4D, | |
1156 0x00, 0x52, 0xC9, 0x00, 0x52, 0xE4, 0x00, 0x53, 0x51, 0x00, 0x55, 0x9D, | |
1157 0x00, 0x56, 0x06, 0x00, 0x56, 0x68, 0x00, 0x58, 0x40, 0x00, 0x58, 0xA8, | |
1158 0x00, 0x5C, 0x64, 0x00, 0x5C, 0x6E, 0x00, 0x60, 0x94, 0x00, 0x61, 0x68, | |
1159 0x00, 0x61, 0x8E, 0x00, 0x61, 0xF2, 0x00, 0x65, 0x4F, 0x00, 0x65, 0xE2, | |
1160 0x00, 0x66, 0x91, 0x00, 0x68, 0x85, 0x00, 0x6D, 0x77, 0x00, 0x6E, 0x1A, | |
1161 0x00, 0x6F, 0x22, 0x00, 0x71, 0x6E, 0x00, 0x72, 0x2B, 0x00, 0x74, 0x22, | |
1162 0x00, 0x78, 0x91, 0x00, 0x79, 0x3E, 0x00, 0x79, 0x49, 0x00, 0x79, 0x48, | |
1163 0x00, 0x79, 0x50, 0x00, 0x79, 0x56, 0x00, 0x79, 0x5D, 0x00, 0x79, 0x8D, | |
1164 0x00, 0x79, 0x8E, 0x00, 0x7A, 0x40, 0x00, 0x7A, 0x81, 0x00, 0x7B, 0xC0, | |
1165 0x00, 0x7D, 0xF4, 0x00, 0x7E, 0x09, 0x00, 0x7E, 0x41, 0x00, 0x7F, 0x72, | |
1166 0x00, 0x80, 0x05, 0x00, 0x81, 0xED, 0x00, 0x82, 0x79, 0x00, 0x82, 0x79, | |
1167 0x00, 0x84, 0x57, 0x00, 0x89, 0x10, 0x00, 0x89, 0x96, 0x00, 0x8B, 0x01, | |
1168 0x00, 0x8B, 0x39, 0x00, 0x8C, 0xD3, 0x00, 0x8D, 0x08, 0x00, 0x8F, 0xB6, | |
1169 0x00, 0x90, 0x38, 0x00, 0x96, 0xE3, 0x00, 0x97, 0xFF, 0x00, 0x98, 0x3B, | |
1170 0x00, 0x60, 0x75, 0x02, 0x42, 0xEE, 0x00, 0x82, 0x18, 0x00, 0x4E, 0x26, | |
11178
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1171 0x00, 0x51, 0xB5, 0x00, 0x51, 0x68, 0x00, 0x4F, 0x80, 0x00, 0x51, 0x45, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1172 0x00, 0x51, 0x80, 0x00, 0x52, 0xC7, 0x00, 0x52, 0xFA, 0x00, 0x55, 0x9D, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1173 0x00, 0x55, 0x55, 0x00, 0x55, 0x99, 0x00, 0x55, 0xE2, 0x00, 0x58, 0x5A, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1174 0x00, 0x58, 0xB3, 0x00, 0x59, 0x44, 0x00, 0x59, 0x54, 0x00, 0x5A, 0x62, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1175 0x00, 0x5B, 0x28, 0x00, 0x5E, 0xD2, 0x00, 0x5E, 0xD9, 0x00, 0x5F, 0x69, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1176 0x00, 0x5F, 0xAD, 0x00, 0x60, 0xD8, 0x00, 0x61, 0x4E, 0x00, 0x61, 0x08, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1177 0x00, 0x61, 0x8E, 0x00, 0x61, 0x60, 0x00, 0x61, 0xF2, 0x00, 0x62, 0x34, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1178 0x00, 0x63, 0xC4, 0x00, 0x64, 0x1C, 0x00, 0x64, 0x52, 0x00, 0x65, 0x56, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1179 0x00, 0x66, 0x74, 0x00, 0x67, 0x17, 0x00, 0x67, 0x1B, 0x00, 0x67, 0x56, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1180 0x00, 0x6B, 0x79, 0x00, 0x6B, 0xBA, 0x00, 0x6D, 0x41, 0x00, 0x6E, 0xDB, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1181 0x00, 0x6E, 0xCB, 0x00, 0x6F, 0x22, 0x00, 0x70, 0x1E, 0x00, 0x71, 0x6E, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1182 0x00, 0x77, 0xA7, 0x00, 0x72, 0x35, 0x00, 0x72, 0xAF, 0x00, 0x73, 0x2A, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1183 0x00, 0x74, 0x71, 0x00, 0x75, 0x06, 0x00, 0x75, 0x3B, 0x00, 0x76, 0x1D, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1184 0x00, 0x76, 0x1F, 0x00, 0x76, 0xCA, 0x00, 0x76, 0xDB, 0x00, 0x76, 0xF4, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1185 0x00, 0x77, 0x4A, 0x00, 0x77, 0x40, 0x00, 0x78, 0xCC, 0x00, 0x7A, 0xB1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1186 0x00, 0x7B, 0xC0, 0x00, 0x7C, 0x7B, 0x00, 0x7D, 0x5B, 0x00, 0x7D, 0xF4, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1187 0x00, 0x7F, 0x3E, 0x00, 0x80, 0x05, 0x00, 0x83, 0x52, 0x00, 0x83, 0xEF, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1188 0x00, 0x87, 0x79, 0x00, 0x89, 0x41, 0x00, 0x89, 0x86, 0x00, 0x89, 0x96, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1189 0x00, 0x8A, 0xBF, 0x00, 0x8A, 0xF8, 0x00, 0x8A, 0xCB, 0x00, 0x8B, 0x01, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1190 0x00, 0x8A, 0xFE, 0x00, 0x8A, 0xED, 0x00, 0x8B, 0x39, 0x00, 0x8B, 0x8A, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1191 0x00, 0x8D, 0x08, 0x00, 0x8F, 0x38, 0x00, 0x90, 0x72, 0x00, 0x91, 0x99, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1192 0x00, 0x92, 0x76, 0x00, 0x96, 0x7C, 0x00, 0x96, 0xE3, 0x00, 0x97, 0x56, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1193 0x00, 0x97, 0xDB, 0x00, 0x97, 0xFF, 0x00, 0x98, 0x0B, 0x00, 0x98, 0x3B, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1194 0x00, 0x9B, 0x12, 0x00, 0x9F, 0x9C, 0x02, 0x28, 0x4A, 0x02, 0x28, 0x44, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1195 0x02, 0x33, 0xD5, 0x00, 0x3B, 0x9D, 0x00, 0x40, 0x18, 0x00, 0x40, 0x39, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1196 0x02, 0x52, 0x49, 0x02, 0x5C, 0xD0, 0x02, 0x7E, 0xD3, 0x00, 0x9F, 0x43, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1197 0x00, 0x9F, 0x8E, 0xC0, 0x00, 0x66, 0x00, 0x00, 0x66, 0xC0, 0x00, 0x66, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1198 0x00, 0x00, 0x69, 0xC0, 0x00, 0x66, 0x00, 0x00, 0x6C, 0xC0, 0x00, 0x66, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1199 0x80, 0x00, 0x66, 0x00, 0x00, 0x69, 0xC0, 0x00, 0x66, 0x80, 0x00, 0x66, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1200 0x00, 0x00, 0x6C, 0xC0, 0x01, 0x7F, 0x00, 0x00, 0x74, 0xC0, 0x00, 0x73, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1201 0x00, 0x00, 0x74, 0xC0, 0x05, 0x74, 0x00, 0x05, 0x76, 0xC0, 0x05, 0x74, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1202 0x00, 0x05, 0x65, 0xC0, 0x05, 0x74, 0x00, 0x05, 0x6B, 0xC0, 0x05, 0x7E, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1203 0x00, 0x05, 0x76, 0xC0, 0x05, 0x74, 0x00, 0x05, 0x6D, 0x80, 0x05, 0xD9, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1204 0x00, 0x05, 0xB4, 0x80, 0x05, 0xF2, 0x00, 0x05, 0xB7, 0x04, 0x05, 0xE2, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1205 0x04, 0x05, 0xD0, 0x04, 0x05, 0xD3, 0x04, 0x05, 0xD4, 0x04, 0x05, 0xDB, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1206 0x04, 0x05, 0xDC, 0x04, 0x05, 0xDD, 0x04, 0x05, 0xE8, 0x04, 0x05, 0xEA, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1207 0x04, 0x00, 0x2B, 0x80, 0x05, 0xE9, 0x00, 0x05, 0xC1, 0x80, 0x05, 0xE9, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1208 0x00, 0x05, 0xC2, 0x80, 0xFB, 0x49, 0x00, 0x05, 0xC1, 0x80, 0xFB, 0x49, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1209 0x00, 0x05, 0xC2, 0x80, 0x05, 0xD0, 0x00, 0x05, 0xB7, 0x80, 0x05, 0xD0, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1210 0x00, 0x05, 0xB8, 0x80, 0x05, 0xD0, 0x00, 0x05, 0xBC, 0x80, 0x05, 0xD1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1211 0x00, 0x05, 0xBC, 0x80, 0x05, 0xD2, 0x00, 0x05, 0xBC, 0x80, 0x05, 0xD3, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1212 0x00, 0x05, 0xBC, 0x80, 0x05, 0xD4, 0x00, 0x05, 0xBC, 0x80, 0x05, 0xD5, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1213 0x00, 0x05, 0xBC, 0x80, 0x05, 0xD6, 0x00, 0x05, 0xBC, 0x80, 0x05, 0xD8, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1214 0x00, 0x05, 0xBC, 0x80, 0x05, 0xD9, 0x00, 0x05, 0xBC, 0x80, 0x05, 0xDA, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1215 0x00, 0x05, 0xBC, 0x80, 0x05, 0xDB, 0x00, 0x05, 0xBC, 0x80, 0x05, 0xDC, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1216 0x00, 0x05, 0xBC, 0x80, 0x05, 0xDE, 0x00, 0x05, 0xBC, 0x80, 0x05, 0xE0, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1217 0x00, 0x05, 0xBC, 0x80, 0x05, 0xE1, 0x00, 0x05, 0xBC, 0x80, 0x05, 0xE3, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1218 0x00, 0x05, 0xBC, 0x80, 0x05, 0xE4, 0x00, 0x05, 0xBC, 0x80, 0x05, 0xE6, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1219 0x00, 0x05, 0xBC, 0x80, 0x05, 0xE7, 0x00, 0x05, 0xBC, 0x80, 0x05, 0xE8, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1220 0x00, 0x05, 0xBC, 0x80, 0x05, 0xE9, 0x00, 0x05, 0xBC, 0x80, 0x05, 0xEA, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1221 0x00, 0x05, 0xBC, 0x80, 0x05, 0xD5, 0x00, 0x05, 0xB9, 0x80, 0x05, 0xD1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1222 0x00, 0x05, 0xBF, 0x80, 0x05, 0xDB, 0x00, 0x05, 0xBF, 0x80, 0x05, 0xE4, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1223 0x00, 0x05, 0xBF, 0xC0, 0x05, 0xD0, 0x00, 0x05, 0xDC, 0x18, 0x06, 0x71, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1224 0x14, 0x06, 0x71, 0x18, 0x06, 0x7B, 0x14, 0x06, 0x7B, 0x0C, 0x06, 0x7B, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1225 0x10, 0x06, 0x7B, 0x18, 0x06, 0x7E, 0x14, 0x06, 0x7E, 0x0C, 0x06, 0x7E, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1226 0x10, 0x06, 0x7E, 0x18, 0x06, 0x80, 0x14, 0x06, 0x80, 0x0C, 0x06, 0x80, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1227 0x10, 0x06, 0x80, 0x18, 0x06, 0x7A, 0x14, 0x06, 0x7A, 0x0C, 0x06, 0x7A, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1228 0x10, 0x06, 0x7A, 0x18, 0x06, 0x7F, 0x14, 0x06, 0x7F, 0x0C, 0x06, 0x7F, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1229 0x10, 0x06, 0x7F, 0x18, 0x06, 0x79, 0x14, 0x06, 0x79, 0x0C, 0x06, 0x79, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1230 0x10, 0x06, 0x79, 0x18, 0x06, 0xA4, 0x14, 0x06, 0xA4, 0x0C, 0x06, 0xA4, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1231 0x10, 0x06, 0xA4, 0x18, 0x06, 0xA6, 0x14, 0x06, 0xA6, 0x0C, 0x06, 0xA6, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1232 0x10, 0x06, 0xA6, 0x18, 0x06, 0x84, 0x14, 0x06, 0x84, 0x0C, 0x06, 0x84, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1233 0x10, 0x06, 0x84, 0x18, 0x06, 0x83, 0x14, 0x06, 0x83, 0x0C, 0x06, 0x83, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1234 0x10, 0x06, 0x83, 0x18, 0x06, 0x86, 0x14, 0x06, 0x86, 0x0C, 0x06, 0x86, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1235 0x10, 0x06, 0x86, 0x18, 0x06, 0x87, 0x14, 0x06, 0x87, 0x0C, 0x06, 0x87, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1236 0x10, 0x06, 0x87, 0x18, 0x06, 0x8D, 0x14, 0x06, 0x8D, 0x18, 0x06, 0x8C, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1237 0x14, 0x06, 0x8C, 0x18, 0x06, 0x8E, 0x14, 0x06, 0x8E, 0x18, 0x06, 0x88, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1238 0x14, 0x06, 0x88, 0x18, 0x06, 0x98, 0x14, 0x06, 0x98, 0x18, 0x06, 0x91, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1239 0x14, 0x06, 0x91, 0x18, 0x06, 0xA9, 0x14, 0x06, 0xA9, 0x0C, 0x06, 0xA9, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1240 0x10, 0x06, 0xA9, 0x18, 0x06, 0xAF, 0x14, 0x06, 0xAF, 0x0C, 0x06, 0xAF, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1241 0x10, 0x06, 0xAF, 0x18, 0x06, 0xB3, 0x14, 0x06, 0xB3, 0x0C, 0x06, 0xB3, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1242 0x10, 0x06, 0xB3, 0x18, 0x06, 0xB1, 0x14, 0x06, 0xB1, 0x0C, 0x06, 0xB1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1243 0x10, 0x06, 0xB1, 0x18, 0x06, 0xBA, 0x14, 0x06, 0xBA, 0x18, 0x06, 0xBB, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1244 0x14, 0x06, 0xBB, 0x0C, 0x06, 0xBB, 0x10, 0x06, 0xBB, 0x18, 0x06, 0xC0, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1245 0x14, 0x06, 0xC0, 0x18, 0x06, 0xC1, 0x14, 0x06, 0xC1, 0x0C, 0x06, 0xC1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1246 0x10, 0x06, 0xC1, 0x18, 0x06, 0xBE, 0x14, 0x06, 0xBE, 0x0C, 0x06, 0xBE, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1247 0x10, 0x06, 0xBE, 0x18, 0x06, 0xD2, 0x14, 0x06, 0xD2, 0x18, 0x06, 0xD3, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1248 0x14, 0x06, 0xD3, 0x18, 0x06, 0xAD, 0x14, 0x06, 0xAD, 0x0C, 0x06, 0xAD, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1249 0x10, 0x06, 0xAD, 0x18, 0x06, 0xC7, 0x14, 0x06, 0xC7, 0x18, 0x06, 0xC6, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1250 0x14, 0x06, 0xC6, 0x18, 0x06, 0xC8, 0x14, 0x06, 0xC8, 0x18, 0x06, 0x77, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1251 0x18, 0x06, 0xCB, 0x14, 0x06, 0xCB, 0x18, 0x06, 0xC5, 0x14, 0x06, 0xC5, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1252 0x18, 0x06, 0xC9, 0x14, 0x06, 0xC9, 0x18, 0x06, 0xD0, 0x14, 0x06, 0xD0, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1253 0x0C, 0x06, 0xD0, 0x10, 0x06, 0xD0, 0x0C, 0x06, 0x49, 0x10, 0x06, 0x49, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1254 0x98, 0x06, 0x26, 0x00, 0x06, 0x27, 0x94, 0x06, 0x26, 0x00, 0x06, 0x27, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1255 0x98, 0x06, 0x26, 0x00, 0x06, 0xD5, 0x94, 0x06, 0x26, 0x00, 0x06, 0xD5, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1256 0x98, 0x06, 0x26, 0x00, 0x06, 0x48, 0x94, 0x06, 0x26, 0x00, 0x06, 0x48, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1257 0x98, 0x06, 0x26, 0x00, 0x06, 0xC7, 0x94, 0x06, 0x26, 0x00, 0x06, 0xC7, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1258 0x98, 0x06, 0x26, 0x00, 0x06, 0xC6, 0x94, 0x06, 0x26, 0x00, 0x06, 0xC6, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1259 0x98, 0x06, 0x26, 0x00, 0x06, 0xC8, 0x94, 0x06, 0x26, 0x00, 0x06, 0xC8, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1260 0x98, 0x06, 0x26, 0x00, 0x06, 0xD0, 0x94, 0x06, 0x26, 0x00, 0x06, 0xD0, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1261 0x8C, 0x06, 0x26, 0x00, 0x06, 0xD0, 0x98, 0x06, 0x26, 0x00, 0x06, 0x49, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1262 0x94, 0x06, 0x26, 0x00, 0x06, 0x49, 0x8C, 0x06, 0x26, 0x00, 0x06, 0x49, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1263 0x18, 0x06, 0xCC, 0x14, 0x06, 0xCC, 0x0C, 0x06, 0xCC, 0x10, 0x06, 0xCC, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1264 0x98, 0x06, 0x26, 0x00, 0x06, 0x2C, 0x98, 0x06, 0x26, 0x00, 0x06, 0x2D, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1265 0x98, 0x06, 0x26, 0x00, 0x06, 0x45, 0x98, 0x06, 0x26, 0x00, 0x06, 0x49, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1266 0x98, 0x06, 0x26, 0x00, 0x06, 0x4A, 0x98, 0x06, 0x28, 0x00, 0x06, 0x2C, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1267 0x98, 0x06, 0x28, 0x00, 0x06, 0x2D, 0x98, 0x06, 0x28, 0x00, 0x06, 0x2E, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1268 0x98, 0x06, 0x28, 0x00, 0x06, 0x45, 0x98, 0x06, 0x28, 0x00, 0x06, 0x49, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1269 0x98, 0x06, 0x28, 0x00, 0x06, 0x4A, 0x98, 0x06, 0x2A, 0x00, 0x06, 0x2C, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1270 0x98, 0x06, 0x2A, 0x00, 0x06, 0x2D, 0x98, 0x06, 0x2A, 0x00, 0x06, 0x2E, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1271 0x98, 0x06, 0x2A, 0x00, 0x06, 0x45, 0x98, 0x06, 0x2A, 0x00, 0x06, 0x49, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1272 0x98, 0x06, 0x2A, 0x00, 0x06, 0x4A, 0x98, 0x06, 0x2B, 0x00, 0x06, 0x2C, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1273 0x98, 0x06, 0x2B, 0x00, 0x06, 0x45, 0x98, 0x06, 0x2B, 0x00, 0x06, 0x49, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1274 0x98, 0x06, 0x2B, 0x00, 0x06, 0x4A, 0x98, 0x06, 0x2C, 0x00, 0x06, 0x2D, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1275 0x98, 0x06, 0x2C, 0x00, 0x06, 0x45, 0x98, 0x06, 0x2D, 0x00, 0x06, 0x2C, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1276 0x98, 0x06, 0x2D, 0x00, 0x06, 0x45, 0x98, 0x06, 0x2E, 0x00, 0x06, 0x2C, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1277 0x98, 0x06, 0x2E, 0x00, 0x06, 0x2D, 0x98, 0x06, 0x2E, 0x00, 0x06, 0x45, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1278 0x98, 0x06, 0x33, 0x00, 0x06, 0x2C, 0x98, 0x06, 0x33, 0x00, 0x06, 0x2D, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1279 0x98, 0x06, 0x33, 0x00, 0x06, 0x2E, 0x98, 0x06, 0x33, 0x00, 0x06, 0x45, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1280 0x98, 0x06, 0x35, 0x00, 0x06, 0x2D, 0x98, 0x06, 0x35, 0x00, 0x06, 0x45, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1281 0x98, 0x06, 0x36, 0x00, 0x06, 0x2C, 0x98, 0x06, 0x36, 0x00, 0x06, 0x2D, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1282 0x98, 0x06, 0x36, 0x00, 0x06, 0x2E, 0x98, 0x06, 0x36, 0x00, 0x06, 0x45, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1283 0x98, 0x06, 0x37, 0x00, 0x06, 0x2D, 0x98, 0x06, 0x37, 0x00, 0x06, 0x45, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1284 0x98, 0x06, 0x38, 0x00, 0x06, 0x45, 0x98, 0x06, 0x39, 0x00, 0x06, 0x2C, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1285 0x98, 0x06, 0x39, 0x00, 0x06, 0x45, 0x98, 0x06, 0x3A, 0x00, 0x06, 0x2C, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1286 0x98, 0x06, 0x3A, 0x00, 0x06, 0x45, 0x98, 0x06, 0x41, 0x00, 0x06, 0x2C, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1287 0x98, 0x06, 0x41, 0x00, 0x06, 0x2D, 0x98, 0x06, 0x41, 0x00, 0x06, 0x2E, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1288 0x98, 0x06, 0x41, 0x00, 0x06, 0x45, 0x98, 0x06, 0x41, 0x00, 0x06, 0x49, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1289 0x98, 0x06, 0x41, 0x00, 0x06, 0x4A, 0x98, 0x06, 0x42, 0x00, 0x06, 0x2D, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1290 0x98, 0x06, 0x42, 0x00, 0x06, 0x45, 0x98, 0x06, 0x42, 0x00, 0x06, 0x49, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1291 0x98, 0x06, 0x42, 0x00, 0x06, 0x4A, 0x98, 0x06, 0x43, 0x00, 0x06, 0x27, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1292 0x98, 0x06, 0x43, 0x00, 0x06, 0x2C, 0x98, 0x06, 0x43, 0x00, 0x06, 0x2D, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1293 0x98, 0x06, 0x43, 0x00, 0x06, 0x2E, 0x98, 0x06, 0x43, 0x00, 0x06, 0x44, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1294 0x98, 0x06, 0x43, 0x00, 0x06, 0x45, 0x98, 0x06, 0x43, 0x00, 0x06, 0x49, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1295 0x98, 0x06, 0x43, 0x00, 0x06, 0x4A, 0x98, 0x06, 0x44, 0x00, 0x06, 0x2C, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1296 0x98, 0x06, 0x44, 0x00, 0x06, 0x2D, 0x98, 0x06, 0x44, 0x00, 0x06, 0x2E, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1297 0x98, 0x06, 0x44, 0x00, 0x06, 0x45, 0x98, 0x06, 0x44, 0x00, 0x06, 0x49, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1298 0x98, 0x06, 0x44, 0x00, 0x06, 0x4A, 0x98, 0x06, 0x45, 0x00, 0x06, 0x2C, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1299 0x98, 0x06, 0x45, 0x00, 0x06, 0x2D, 0x98, 0x06, 0x45, 0x00, 0x06, 0x2E, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1300 0x98, 0x06, 0x45, 0x00, 0x06, 0x45, 0x98, 0x06, 0x45, 0x00, 0x06, 0x49, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1301 0x98, 0x06, 0x45, 0x00, 0x06, 0x4A, 0x98, 0x06, 0x46, 0x00, 0x06, 0x2C, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1302 0x98, 0x06, 0x46, 0x00, 0x06, 0x2D, 0x98, 0x06, 0x46, 0x00, 0x06, 0x2E, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1303 0x98, 0x06, 0x46, 0x00, 0x06, 0x45, 0x98, 0x06, 0x46, 0x00, 0x06, 0x49, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1304 0x98, 0x06, 0x46, 0x00, 0x06, 0x4A, 0x98, 0x06, 0x47, 0x00, 0x06, 0x2C, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1305 0x98, 0x06, 0x47, 0x00, 0x06, 0x45, 0x98, 0x06, 0x47, 0x00, 0x06, 0x49, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1306 0x98, 0x06, 0x47, 0x00, 0x06, 0x4A, 0x98, 0x06, 0x4A, 0x00, 0x06, 0x2C, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1307 0x98, 0x06, 0x4A, 0x00, 0x06, 0x2D, 0x98, 0x06, 0x4A, 0x00, 0x06, 0x2E, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1308 0x98, 0x06, 0x4A, 0x00, 0x06, 0x45, 0x98, 0x06, 0x4A, 0x00, 0x06, 0x49, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1309 0x98, 0x06, 0x4A, 0x00, 0x06, 0x4A, 0x98, 0x06, 0x30, 0x00, 0x06, 0x70, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1310 0x98, 0x06, 0x31, 0x00, 0x06, 0x70, 0x98, 0x06, 0x49, 0x00, 0x06, 0x70, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1311 0x98, 0x00, 0x20, 0x80, 0x06, 0x4C, 0x00, 0x06, 0x51, 0x98, 0x00, 0x20, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1312 0x80, 0x06, 0x4D, 0x00, 0x06, 0x51, 0x98, 0x00, 0x20, 0x80, 0x06, 0x4E, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1313 0x00, 0x06, 0x51, 0x98, 0x00, 0x20, 0x80, 0x06, 0x4F, 0x00, 0x06, 0x51, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1314 0x98, 0x00, 0x20, 0x80, 0x06, 0x50, 0x00, 0x06, 0x51, 0x98, 0x00, 0x20, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1315 0x80, 0x06, 0x51, 0x00, 0x06, 0x70, 0x94, 0x06, 0x26, 0x00, 0x06, 0x31, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1316 0x94, 0x06, 0x26, 0x00, 0x06, 0x32, 0x94, 0x06, 0x26, 0x00, 0x06, 0x45, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1317 0x94, 0x06, 0x26, 0x00, 0x06, 0x46, 0x94, 0x06, 0x26, 0x00, 0x06, 0x49, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1318 0x94, 0x06, 0x26, 0x00, 0x06, 0x4A, 0x94, 0x06, 0x28, 0x00, 0x06, 0x31, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1319 0x94, 0x06, 0x28, 0x00, 0x06, 0x32, 0x94, 0x06, 0x28, 0x00, 0x06, 0x45, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1320 0x94, 0x06, 0x28, 0x00, 0x06, 0x46, 0x94, 0x06, 0x28, 0x00, 0x06, 0x49, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1321 0x94, 0x06, 0x28, 0x00, 0x06, 0x4A, 0x94, 0x06, 0x2A, 0x00, 0x06, 0x31, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1322 0x94, 0x06, 0x2A, 0x00, 0x06, 0x32, 0x94, 0x06, 0x2A, 0x00, 0x06, 0x45, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1323 0x94, 0x06, 0x2A, 0x00, 0x06, 0x46, 0x94, 0x06, 0x2A, 0x00, 0x06, 0x49, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1324 0x94, 0x06, 0x2A, 0x00, 0x06, 0x4A, 0x94, 0x06, 0x2B, 0x00, 0x06, 0x31, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1325 0x94, 0x06, 0x2B, 0x00, 0x06, 0x32, 0x94, 0x06, 0x2B, 0x00, 0x06, 0x45, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1326 0x94, 0x06, 0x2B, 0x00, 0x06, 0x46, 0x94, 0x06, 0x2B, 0x00, 0x06, 0x49, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1327 0x94, 0x06, 0x2B, 0x00, 0x06, 0x4A, 0x94, 0x06, 0x41, 0x00, 0x06, 0x49, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1328 0x94, 0x06, 0x41, 0x00, 0x06, 0x4A, 0x94, 0x06, 0x42, 0x00, 0x06, 0x49, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1329 0x94, 0x06, 0x42, 0x00, 0x06, 0x4A, 0x94, 0x06, 0x43, 0x00, 0x06, 0x27, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1330 0x94, 0x06, 0x43, 0x00, 0x06, 0x44, 0x94, 0x06, 0x43, 0x00, 0x06, 0x45, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1331 0x94, 0x06, 0x43, 0x00, 0x06, 0x49, 0x94, 0x06, 0x43, 0x00, 0x06, 0x4A, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1332 0x94, 0x06, 0x44, 0x00, 0x06, 0x45, 0x94, 0x06, 0x44, 0x00, 0x06, 0x49, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1333 0x94, 0x06, 0x44, 0x00, 0x06, 0x4A, 0x94, 0x06, 0x45, 0x00, 0x06, 0x27, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1334 0x94, 0x06, 0x45, 0x00, 0x06, 0x45, 0x94, 0x06, 0x46, 0x00, 0x06, 0x31, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1335 0x94, 0x06, 0x46, 0x00, 0x06, 0x32, 0x94, 0x06, 0x46, 0x00, 0x06, 0x45, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1336 0x94, 0x06, 0x46, 0x00, 0x06, 0x46, 0x94, 0x06, 0x46, 0x00, 0x06, 0x49, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1337 0x94, 0x06, 0x46, 0x00, 0x06, 0x4A, 0x94, 0x06, 0x49, 0x00, 0x06, 0x70, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1338 0x94, 0x06, 0x4A, 0x00, 0x06, 0x31, 0x94, 0x06, 0x4A, 0x00, 0x06, 0x32, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1339 0x94, 0x06, 0x4A, 0x00, 0x06, 0x45, 0x94, 0x06, 0x4A, 0x00, 0x06, 0x46, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1340 0x94, 0x06, 0x4A, 0x00, 0x06, 0x49, 0x94, 0x06, 0x4A, 0x00, 0x06, 0x4A, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1341 0x8C, 0x06, 0x26, 0x00, 0x06, 0x2C, 0x8C, 0x06, 0x26, 0x00, 0x06, 0x2D, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1342 0x8C, 0x06, 0x26, 0x00, 0x06, 0x2E, 0x8C, 0x06, 0x26, 0x00, 0x06, 0x45, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1343 0x8C, 0x06, 0x26, 0x00, 0x06, 0x47, 0x8C, 0x06, 0x28, 0x00, 0x06, 0x2C, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1344 0x8C, 0x06, 0x28, 0x00, 0x06, 0x2D, 0x8C, 0x06, 0x28, 0x00, 0x06, 0x2E, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1345 0x8C, 0x06, 0x28, 0x00, 0x06, 0x45, 0x8C, 0x06, 0x28, 0x00, 0x06, 0x47, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1346 0x8C, 0x06, 0x2A, 0x00, 0x06, 0x2C, 0x8C, 0x06, 0x2A, 0x00, 0x06, 0x2D, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1347 0x8C, 0x06, 0x2A, 0x00, 0x06, 0x2E, 0x8C, 0x06, 0x2A, 0x00, 0x06, 0x45, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1348 0x8C, 0x06, 0x2A, 0x00, 0x06, 0x47, 0x8C, 0x06, 0x2B, 0x00, 0x06, 0x45, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1349 0x8C, 0x06, 0x2C, 0x00, 0x06, 0x2D, 0x8C, 0x06, 0x2C, 0x00, 0x06, 0x45, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1350 0x8C, 0x06, 0x2D, 0x00, 0x06, 0x2C, 0x8C, 0x06, 0x2D, 0x00, 0x06, 0x45, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1351 0x8C, 0x06, 0x2E, 0x00, 0x06, 0x2C, 0x8C, 0x06, 0x2E, 0x00, 0x06, 0x45, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1352 0x8C, 0x06, 0x33, 0x00, 0x06, 0x2C, 0x8C, 0x06, 0x33, 0x00, 0x06, 0x2D, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1353 0x8C, 0x06, 0x33, 0x00, 0x06, 0x2E, 0x8C, 0x06, 0x33, 0x00, 0x06, 0x45, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1354 0x8C, 0x06, 0x35, 0x00, 0x06, 0x2D, 0x8C, 0x06, 0x35, 0x00, 0x06, 0x2E, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1355 0x8C, 0x06, 0x35, 0x00, 0x06, 0x45, 0x8C, 0x06, 0x36, 0x00, 0x06, 0x2C, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1356 0x8C, 0x06, 0x36, 0x00, 0x06, 0x2D, 0x8C, 0x06, 0x36, 0x00, 0x06, 0x2E, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1357 0x8C, 0x06, 0x36, 0x00, 0x06, 0x45, 0x8C, 0x06, 0x37, 0x00, 0x06, 0x2D, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1358 0x8C, 0x06, 0x38, 0x00, 0x06, 0x45, 0x8C, 0x06, 0x39, 0x00, 0x06, 0x2C, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1359 0x8C, 0x06, 0x39, 0x00, 0x06, 0x45, 0x8C, 0x06, 0x3A, 0x00, 0x06, 0x2C, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1360 0x8C, 0x06, 0x3A, 0x00, 0x06, 0x45, 0x8C, 0x06, 0x41, 0x00, 0x06, 0x2C, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1361 0x8C, 0x06, 0x41, 0x00, 0x06, 0x2D, 0x8C, 0x06, 0x41, 0x00, 0x06, 0x2E, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1362 0x8C, 0x06, 0x41, 0x00, 0x06, 0x45, 0x8C, 0x06, 0x42, 0x00, 0x06, 0x2D, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1363 0x8C, 0x06, 0x42, 0x00, 0x06, 0x45, 0x8C, 0x06, 0x43, 0x00, 0x06, 0x2C, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1364 0x8C, 0x06, 0x43, 0x00, 0x06, 0x2D, 0x8C, 0x06, 0x43, 0x00, 0x06, 0x2E, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1365 0x8C, 0x06, 0x43, 0x00, 0x06, 0x44, 0x8C, 0x06, 0x43, 0x00, 0x06, 0x45, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1366 0x8C, 0x06, 0x44, 0x00, 0x06, 0x2C, 0x8C, 0x06, 0x44, 0x00, 0x06, 0x2D, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1367 0x8C, 0x06, 0x44, 0x00, 0x06, 0x2E, 0x8C, 0x06, 0x44, 0x00, 0x06, 0x45, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1368 0x8C, 0x06, 0x44, 0x00, 0x06, 0x47, 0x8C, 0x06, 0x45, 0x00, 0x06, 0x2C, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1369 0x8C, 0x06, 0x45, 0x00, 0x06, 0x2D, 0x8C, 0x06, 0x45, 0x00, 0x06, 0x2E, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1370 0x8C, 0x06, 0x45, 0x00, 0x06, 0x45, 0x8C, 0x06, 0x46, 0x00, 0x06, 0x2C, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1371 0x8C, 0x06, 0x46, 0x00, 0x06, 0x2D, 0x8C, 0x06, 0x46, 0x00, 0x06, 0x2E, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1372 0x8C, 0x06, 0x46, 0x00, 0x06, 0x45, 0x8C, 0x06, 0x46, 0x00, 0x06, 0x47, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1373 0x8C, 0x06, 0x47, 0x00, 0x06, 0x2C, 0x8C, 0x06, 0x47, 0x00, 0x06, 0x45, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1374 0x8C, 0x06, 0x47, 0x00, 0x06, 0x70, 0x8C, 0x06, 0x4A, 0x00, 0x06, 0x2C, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1375 0x8C, 0x06, 0x4A, 0x00, 0x06, 0x2D, 0x8C, 0x06, 0x4A, 0x00, 0x06, 0x2E, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1376 0x8C, 0x06, 0x4A, 0x00, 0x06, 0x45, 0x8C, 0x06, 0x4A, 0x00, 0x06, 0x47, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1377 0x90, 0x06, 0x26, 0x00, 0x06, 0x45, 0x90, 0x06, 0x26, 0x00, 0x06, 0x47, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1378 0x90, 0x06, 0x28, 0x00, 0x06, 0x45, 0x90, 0x06, 0x28, 0x00, 0x06, 0x47, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1379 0x90, 0x06, 0x2A, 0x00, 0x06, 0x45, 0x90, 0x06, 0x2A, 0x00, 0x06, 0x47, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1380 0x90, 0x06, 0x2B, 0x00, 0x06, 0x45, 0x90, 0x06, 0x2B, 0x00, 0x06, 0x47, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1381 0x90, 0x06, 0x33, 0x00, 0x06, 0x45, 0x90, 0x06, 0x33, 0x00, 0x06, 0x47, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1382 0x90, 0x06, 0x34, 0x00, 0x06, 0x45, 0x90, 0x06, 0x34, 0x00, 0x06, 0x47, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1383 0x90, 0x06, 0x43, 0x00, 0x06, 0x44, 0x90, 0x06, 0x43, 0x00, 0x06, 0x45, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1384 0x90, 0x06, 0x44, 0x00, 0x06, 0x45, 0x90, 0x06, 0x46, 0x00, 0x06, 0x45, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1385 0x90, 0x06, 0x46, 0x00, 0x06, 0x47, 0x90, 0x06, 0x4A, 0x00, 0x06, 0x45, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1386 0x90, 0x06, 0x4A, 0x00, 0x06, 0x47, 0x90, 0x06, 0x40, 0x80, 0x06, 0x4E, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1387 0x00, 0x06, 0x51, 0x90, 0x06, 0x40, 0x80, 0x06, 0x4F, 0x00, 0x06, 0x51, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1388 0x90, 0x06, 0x40, 0x80, 0x06, 0x50, 0x00, 0x06, 0x51, 0x98, 0x06, 0x37, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1389 0x00, 0x06, 0x49, 0x98, 0x06, 0x37, 0x00, 0x06, 0x4A, 0x98, 0x06, 0x39, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1390 0x00, 0x06, 0x49, 0x98, 0x06, 0x39, 0x00, 0x06, 0x4A, 0x98, 0x06, 0x3A, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1391 0x00, 0x06, 0x49, 0x98, 0x06, 0x3A, 0x00, 0x06, 0x4A, 0x98, 0x06, 0x33, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1392 0x00, 0x06, 0x49, 0x98, 0x06, 0x33, 0x00, 0x06, 0x4A, 0x98, 0x06, 0x34, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1393 0x00, 0x06, 0x49, 0x98, 0x06, 0x34, 0x00, 0x06, 0x4A, 0x98, 0x06, 0x2D, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1394 0x00, 0x06, 0x49, 0x98, 0x06, 0x2D, 0x00, 0x06, 0x4A, 0x98, 0x06, 0x2C, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1395 0x00, 0x06, 0x49, 0x98, 0x06, 0x2C, 0x00, 0x06, 0x4A, 0x98, 0x06, 0x2E, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1396 0x00, 0x06, 0x49, 0x98, 0x06, 0x2E, 0x00, 0x06, 0x4A, 0x98, 0x06, 0x35, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1397 0x00, 0x06, 0x49, 0x98, 0x06, 0x35, 0x00, 0x06, 0x4A, 0x98, 0x06, 0x36, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1398 0x00, 0x06, 0x49, 0x98, 0x06, 0x36, 0x00, 0x06, 0x4A, 0x98, 0x06, 0x34, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1399 0x00, 0x06, 0x2C, 0x98, 0x06, 0x34, 0x00, 0x06, 0x2D, 0x98, 0x06, 0x34, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1400 0x00, 0x06, 0x2E, 0x98, 0x06, 0x34, 0x00, 0x06, 0x45, 0x98, 0x06, 0x34, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1401 0x00, 0x06, 0x31, 0x98, 0x06, 0x33, 0x00, 0x06, 0x31, 0x98, 0x06, 0x35, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1402 0x00, 0x06, 0x31, 0x98, 0x06, 0x36, 0x00, 0x06, 0x31, 0x94, 0x06, 0x37, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1403 0x00, 0x06, 0x49, 0x94, 0x06, 0x37, 0x00, 0x06, 0x4A, 0x94, 0x06, 0x39, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1404 0x00, 0x06, 0x49, 0x94, 0x06, 0x39, 0x00, 0x06, 0x4A, 0x94, 0x06, 0x3A, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1405 0x00, 0x06, 0x49, 0x94, 0x06, 0x3A, 0x00, 0x06, 0x4A, 0x94, 0x06, 0x33, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1406 0x00, 0x06, 0x49, 0x94, 0x06, 0x33, 0x00, 0x06, 0x4A, 0x94, 0x06, 0x34, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1407 0x00, 0x06, 0x49, 0x94, 0x06, 0x34, 0x00, 0x06, 0x4A, 0x94, 0x06, 0x2D, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1408 0x00, 0x06, 0x49, 0x94, 0x06, 0x2D, 0x00, 0x06, 0x4A, 0x94, 0x06, 0x2C, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1409 0x00, 0x06, 0x49, 0x94, 0x06, 0x2C, 0x00, 0x06, 0x4A, 0x94, 0x06, 0x2E, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1410 0x00, 0x06, 0x49, 0x94, 0x06, 0x2E, 0x00, 0x06, 0x4A, 0x94, 0x06, 0x35, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1411 0x00, 0x06, 0x49, 0x94, 0x06, 0x35, 0x00, 0x06, 0x4A, 0x94, 0x06, 0x36, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1412 0x00, 0x06, 0x49, 0x94, 0x06, 0x36, 0x00, 0x06, 0x4A, 0x94, 0x06, 0x34, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1413 0x00, 0x06, 0x2C, 0x94, 0x06, 0x34, 0x00, 0x06, 0x2D, 0x94, 0x06, 0x34, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1414 0x00, 0x06, 0x2E, 0x94, 0x06, 0x34, 0x00, 0x06, 0x45, 0x94, 0x06, 0x34, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1415 0x00, 0x06, 0x31, 0x94, 0x06, 0x33, 0x00, 0x06, 0x31, 0x94, 0x06, 0x35, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1416 0x00, 0x06, 0x31, 0x94, 0x06, 0x36, 0x00, 0x06, 0x31, 0x8C, 0x06, 0x34, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1417 0x00, 0x06, 0x2C, 0x8C, 0x06, 0x34, 0x00, 0x06, 0x2D, 0x8C, 0x06, 0x34, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1418 0x00, 0x06, 0x2E, 0x8C, 0x06, 0x34, 0x00, 0x06, 0x45, 0x8C, 0x06, 0x33, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1419 0x00, 0x06, 0x47, 0x8C, 0x06, 0x34, 0x00, 0x06, 0x47, 0x8C, 0x06, 0x37, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1420 0x00, 0x06, 0x45, 0x90, 0x06, 0x33, 0x00, 0x06, 0x2C, 0x90, 0x06, 0x33, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1421 0x00, 0x06, 0x2D, 0x90, 0x06, 0x33, 0x00, 0x06, 0x2E, 0x90, 0x06, 0x34, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1422 0x00, 0x06, 0x2C, 0x90, 0x06, 0x34, 0x00, 0x06, 0x2D, 0x90, 0x06, 0x34, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1423 0x00, 0x06, 0x2E, 0x90, 0x06, 0x37, 0x00, 0x06, 0x45, 0x90, 0x06, 0x38, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1424 0x00, 0x06, 0x45, 0x94, 0x06, 0x27, 0x00, 0x06, 0x4B, 0x98, 0x06, 0x27, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1425 0x00, 0x06, 0x4B, 0x8C, 0x06, 0x2A, 0x80, 0x06, 0x2C, 0x00, 0x06, 0x45, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1426 0x94, 0x06, 0x2A, 0x80, 0x06, 0x2D, 0x00, 0x06, 0x2C, 0x8C, 0x06, 0x2A, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1427 0x80, 0x06, 0x2D, 0x00, 0x06, 0x2C, 0x8C, 0x06, 0x2A, 0x80, 0x06, 0x2D, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1428 0x00, 0x06, 0x45, 0x8C, 0x06, 0x2A, 0x80, 0x06, 0x2E, 0x00, 0x06, 0x45, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1429 0x8C, 0x06, 0x2A, 0x80, 0x06, 0x45, 0x00, 0x06, 0x2C, 0x8C, 0x06, 0x2A, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1430 0x80, 0x06, 0x45, 0x00, 0x06, 0x2D, 0x8C, 0x06, 0x2A, 0x80, 0x06, 0x45, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1431 0x00, 0x06, 0x2E, 0x94, 0x06, 0x2C, 0x80, 0x06, 0x45, 0x00, 0x06, 0x2D, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1432 0x8C, 0x06, 0x2C, 0x80, 0x06, 0x45, 0x00, 0x06, 0x2D, 0x94, 0x06, 0x2D, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1433 0x80, 0x06, 0x45, 0x00, 0x06, 0x4A, 0x94, 0x06, 0x2D, 0x80, 0x06, 0x45, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1434 0x00, 0x06, 0x49, 0x8C, 0x06, 0x33, 0x80, 0x06, 0x2D, 0x00, 0x06, 0x2C, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1435 0x8C, 0x06, 0x33, 0x80, 0x06, 0x2C, 0x00, 0x06, 0x2D, 0x94, 0x06, 0x33, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1436 0x80, 0x06, 0x2C, 0x00, 0x06, 0x49, 0x94, 0x06, 0x33, 0x80, 0x06, 0x45, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1437 0x00, 0x06, 0x2D, 0x8C, 0x06, 0x33, 0x80, 0x06, 0x45, 0x00, 0x06, 0x2D, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1438 0x8C, 0x06, 0x33, 0x80, 0x06, 0x45, 0x00, 0x06, 0x2C, 0x94, 0x06, 0x33, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1439 0x80, 0x06, 0x45, 0x00, 0x06, 0x45, 0x8C, 0x06, 0x33, 0x80, 0x06, 0x45, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1440 0x00, 0x06, 0x45, 0x94, 0x06, 0x35, 0x80, 0x06, 0x2D, 0x00, 0x06, 0x2D, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1441 0x8C, 0x06, 0x35, 0x80, 0x06, 0x2D, 0x00, 0x06, 0x2D, 0x94, 0x06, 0x35, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1442 0x80, 0x06, 0x45, 0x00, 0x06, 0x45, 0x94, 0x06, 0x34, 0x80, 0x06, 0x2D, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1443 0x00, 0x06, 0x45, 0x8C, 0x06, 0x34, 0x80, 0x06, 0x2D, 0x00, 0x06, 0x45, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1444 0x94, 0x06, 0x34, 0x80, 0x06, 0x2C, 0x00, 0x06, 0x4A, 0x94, 0x06, 0x34, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1445 0x80, 0x06, 0x45, 0x00, 0x06, 0x2E, 0x8C, 0x06, 0x34, 0x80, 0x06, 0x45, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1446 0x00, 0x06, 0x2E, 0x94, 0x06, 0x34, 0x80, 0x06, 0x45, 0x00, 0x06, 0x45, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1447 0x8C, 0x06, 0x34, 0x80, 0x06, 0x45, 0x00, 0x06, 0x45, 0x94, 0x06, 0x36, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1448 0x80, 0x06, 0x2D, 0x00, 0x06, 0x49, 0x94, 0x06, 0x36, 0x80, 0x06, 0x2E, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1449 0x00, 0x06, 0x45, 0x8C, 0x06, 0x36, 0x80, 0x06, 0x2E, 0x00, 0x06, 0x45, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1450 0x94, 0x06, 0x37, 0x80, 0x06, 0x45, 0x00, 0x06, 0x2D, 0x8C, 0x06, 0x37, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1451 0x80, 0x06, 0x45, 0x00, 0x06, 0x2D, 0x8C, 0x06, 0x37, 0x80, 0x06, 0x45, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1452 0x00, 0x06, 0x45, 0x94, 0x06, 0x37, 0x80, 0x06, 0x45, 0x00, 0x06, 0x4A, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1453 0x94, 0x06, 0x39, 0x80, 0x06, 0x2C, 0x00, 0x06, 0x45, 0x94, 0x06, 0x39, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1454 0x80, 0x06, 0x45, 0x00, 0x06, 0x45, 0x8C, 0x06, 0x39, 0x80, 0x06, 0x45, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1455 0x00, 0x06, 0x45, 0x94, 0x06, 0x39, 0x80, 0x06, 0x45, 0x00, 0x06, 0x49, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1456 0x94, 0x06, 0x3A, 0x80, 0x06, 0x45, 0x00, 0x06, 0x45, 0x94, 0x06, 0x3A, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1457 0x80, 0x06, 0x45, 0x00, 0x06, 0x4A, 0x94, 0x06, 0x3A, 0x80, 0x06, 0x45, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1458 0x00, 0x06, 0x49, 0x94, 0x06, 0x41, 0x80, 0x06, 0x2E, 0x00, 0x06, 0x45, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1459 0x8C, 0x06, 0x41, 0x80, 0x06, 0x2E, 0x00, 0x06, 0x45, 0x94, 0x06, 0x42, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1460 0x80, 0x06, 0x45, 0x00, 0x06, 0x2D, 0x94, 0x06, 0x42, 0x80, 0x06, 0x45, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1461 0x00, 0x06, 0x45, 0x94, 0x06, 0x44, 0x80, 0x06, 0x2D, 0x00, 0x06, 0x45, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1462 0x94, 0x06, 0x44, 0x80, 0x06, 0x2D, 0x00, 0x06, 0x4A, 0x94, 0x06, 0x44, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1463 0x80, 0x06, 0x2D, 0x00, 0x06, 0x49, 0x8C, 0x06, 0x44, 0x80, 0x06, 0x2C, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1464 0x00, 0x06, 0x2C, 0x94, 0x06, 0x44, 0x80, 0x06, 0x2C, 0x00, 0x06, 0x2C, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1465 0x94, 0x06, 0x44, 0x80, 0x06, 0x2E, 0x00, 0x06, 0x45, 0x8C, 0x06, 0x44, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1466 0x80, 0x06, 0x2E, 0x00, 0x06, 0x45, 0x94, 0x06, 0x44, 0x80, 0x06, 0x45, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1467 0x00, 0x06, 0x2D, 0x8C, 0x06, 0x44, 0x80, 0x06, 0x45, 0x00, 0x06, 0x2D, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1468 0x8C, 0x06, 0x45, 0x80, 0x06, 0x2D, 0x00, 0x06, 0x2C, 0x8C, 0x06, 0x45, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1469 0x80, 0x06, 0x2D, 0x00, 0x06, 0x45, 0x94, 0x06, 0x45, 0x80, 0x06, 0x2D, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1470 0x00, 0x06, 0x4A, 0x8C, 0x06, 0x45, 0x80, 0x06, 0x2C, 0x00, 0x06, 0x2D, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1471 0x8C, 0x06, 0x45, 0x80, 0x06, 0x2C, 0x00, 0x06, 0x45, 0x8C, 0x06, 0x45, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1472 0x80, 0x06, 0x2E, 0x00, 0x06, 0x2C, 0x8C, 0x06, 0x45, 0x80, 0x06, 0x2E, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1473 0x00, 0x06, 0x45, 0x8C, 0x06, 0x45, 0x80, 0x06, 0x2C, 0x00, 0x06, 0x2E, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1474 0x8C, 0x06, 0x47, 0x80, 0x06, 0x45, 0x00, 0x06, 0x2C, 0x8C, 0x06, 0x47, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1475 0x80, 0x06, 0x45, 0x00, 0x06, 0x45, 0x8C, 0x06, 0x46, 0x80, 0x06, 0x2D, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1476 0x00, 0x06, 0x45, 0x94, 0x06, 0x46, 0x80, 0x06, 0x2D, 0x00, 0x06, 0x49, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1477 0x94, 0x06, 0x46, 0x80, 0x06, 0x2C, 0x00, 0x06, 0x45, 0x8C, 0x06, 0x46, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1478 0x80, 0x06, 0x2C, 0x00, 0x06, 0x45, 0x94, 0x06, 0x46, 0x80, 0x06, 0x2C, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1479 0x00, 0x06, 0x49, 0x94, 0x06, 0x46, 0x80, 0x06, 0x45, 0x00, 0x06, 0x4A, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1480 0x94, 0x06, 0x46, 0x80, 0x06, 0x45, 0x00, 0x06, 0x49, 0x94, 0x06, 0x4A, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1481 0x80, 0x06, 0x45, 0x00, 0x06, 0x45, 0x8C, 0x06, 0x4A, 0x80, 0x06, 0x45, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1482 0x00, 0x06, 0x45, 0x94, 0x06, 0x28, 0x80, 0x06, 0x2E, 0x00, 0x06, 0x4A, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1483 0x94, 0x06, 0x2A, 0x80, 0x06, 0x2C, 0x00, 0x06, 0x4A, 0x94, 0x06, 0x2A, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1484 0x80, 0x06, 0x2C, 0x00, 0x06, 0x49, 0x94, 0x06, 0x2A, 0x80, 0x06, 0x2E, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1485 0x00, 0x06, 0x4A, 0x94, 0x06, 0x2A, 0x80, 0x06, 0x2E, 0x00, 0x06, 0x49, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1486 0x94, 0x06, 0x2A, 0x80, 0x06, 0x45, 0x00, 0x06, 0x4A, 0x94, 0x06, 0x2A, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1487 0x80, 0x06, 0x45, 0x00, 0x06, 0x49, 0x94, 0x06, 0x2C, 0x80, 0x06, 0x45, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1488 0x00, 0x06, 0x4A, 0x94, 0x06, 0x2C, 0x80, 0x06, 0x2D, 0x00, 0x06, 0x49, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1489 0x94, 0x06, 0x2C, 0x80, 0x06, 0x45, 0x00, 0x06, 0x49, 0x94, 0x06, 0x33, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1490 0x80, 0x06, 0x2E, 0x00, 0x06, 0x49, 0x94, 0x06, 0x35, 0x80, 0x06, 0x2D, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1491 0x00, 0x06, 0x4A, 0x94, 0x06, 0x34, 0x80, 0x06, 0x2D, 0x00, 0x06, 0x4A, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1492 0x94, 0x06, 0x36, 0x80, 0x06, 0x2D, 0x00, 0x06, 0x4A, 0x94, 0x06, 0x44, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1493 0x80, 0x06, 0x2C, 0x00, 0x06, 0x4A, 0x94, 0x06, 0x44, 0x80, 0x06, 0x45, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1494 0x00, 0x06, 0x4A, 0x94, 0x06, 0x4A, 0x80, 0x06, 0x2D, 0x00, 0x06, 0x4A, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1495 0x94, 0x06, 0x4A, 0x80, 0x06, 0x2C, 0x00, 0x06, 0x4A, 0x94, 0x06, 0x4A, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1496 0x80, 0x06, 0x45, 0x00, 0x06, 0x4A, 0x94, 0x06, 0x45, 0x80, 0x06, 0x45, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1497 0x00, 0x06, 0x4A, 0x94, 0x06, 0x42, 0x80, 0x06, 0x45, 0x00, 0x06, 0x4A, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1498 0x94, 0x06, 0x46, 0x80, 0x06, 0x2D, 0x00, 0x06, 0x4A, 0x8C, 0x06, 0x42, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1499 0x80, 0x06, 0x45, 0x00, 0x06, 0x2D, 0x8C, 0x06, 0x44, 0x80, 0x06, 0x2D, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1500 0x00, 0x06, 0x45, 0x94, 0x06, 0x39, 0x80, 0x06, 0x45, 0x00, 0x06, 0x4A, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1501 0x94, 0x06, 0x43, 0x80, 0x06, 0x45, 0x00, 0x06, 0x4A, 0x8C, 0x06, 0x46, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1502 0x80, 0x06, 0x2C, 0x00, 0x06, 0x2D, 0x94, 0x06, 0x45, 0x80, 0x06, 0x2E, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1503 0x00, 0x06, 0x4A, 0x8C, 0x06, 0x44, 0x80, 0x06, 0x2C, 0x00, 0x06, 0x45, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1504 0x94, 0x06, 0x43, 0x80, 0x06, 0x45, 0x00, 0x06, 0x45, 0x94, 0x06, 0x44, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1505 0x80, 0x06, 0x2C, 0x00, 0x06, 0x45, 0x94, 0x06, 0x46, 0x80, 0x06, 0x2C, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1506 0x00, 0x06, 0x2D, 0x94, 0x06, 0x2C, 0x80, 0x06, 0x2D, 0x00, 0x06, 0x4A, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1507 0x94, 0x06, 0x2D, 0x80, 0x06, 0x2C, 0x00, 0x06, 0x4A, 0x94, 0x06, 0x45, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1508 0x80, 0x06, 0x2C, 0x00, 0x06, 0x4A, 0x94, 0x06, 0x41, 0x80, 0x06, 0x45, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1509 0x00, 0x06, 0x4A, 0x94, 0x06, 0x28, 0x80, 0x06, 0x2D, 0x00, 0x06, 0x4A, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1510 0x8C, 0x06, 0x43, 0x80, 0x06, 0x45, 0x00, 0x06, 0x45, 0x8C, 0x06, 0x39, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1511 0x80, 0x06, 0x2C, 0x00, 0x06, 0x45, 0x8C, 0x06, 0x35, 0x80, 0x06, 0x45, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1512 0x00, 0x06, 0x45, 0x94, 0x06, 0x33, 0x80, 0x06, 0x2E, 0x00, 0x06, 0x4A, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1513 0x94, 0x06, 0x46, 0x80, 0x06, 0x2C, 0x00, 0x06, 0x4A, 0x98, 0x06, 0x35, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1514 0x80, 0x06, 0x44, 0x00, 0x06, 0xD2, 0x98, 0x06, 0x42, 0x80, 0x06, 0x44, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1515 0x00, 0x06, 0xD2, 0x98, 0x06, 0x27, 0x80, 0x06, 0x44, 0x80, 0x06, 0x44, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1516 0x00, 0x06, 0x47, 0x98, 0x06, 0x27, 0x80, 0x06, 0x43, 0x80, 0x06, 0x28, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1517 0x00, 0x06, 0x31, 0x98, 0x06, 0x45, 0x80, 0x06, 0x2D, 0x80, 0x06, 0x45, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1518 0x00, 0x06, 0x2F, 0x98, 0x06, 0x35, 0x80, 0x06, 0x44, 0x80, 0x06, 0x39, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1519 0x00, 0x06, 0x45, 0x98, 0x06, 0x31, 0x80, 0x06, 0x33, 0x80, 0x06, 0x48, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1520 0x00, 0x06, 0x44, 0x98, 0x06, 0x39, 0x80, 0x06, 0x44, 0x80, 0x06, 0x4A, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1521 0x00, 0x06, 0x47, 0x98, 0x06, 0x48, 0x80, 0x06, 0x33, 0x80, 0x06, 0x44, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1522 0x00, 0x06, 0x45, 0x98, 0x06, 0x35, 0x80, 0x06, 0x44, 0x00, 0x06, 0x49, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1523 0x98, 0x06, 0x35, 0x80, 0x06, 0x44, 0x80, 0x06, 0x49, 0x80, 0x00, 0x20, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1524 0x80, 0x06, 0x27, 0x80, 0x06, 0x44, 0x80, 0x06, 0x44, 0x80, 0x06, 0x47, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1525 0x80, 0x00, 0x20, 0x80, 0x06, 0x39, 0x80, 0x06, 0x44, 0x80, 0x06, 0x4A, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1526 0x80, 0x06, 0x47, 0x80, 0x00, 0x20, 0x80, 0x06, 0x48, 0x80, 0x06, 0x33, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1527 0x80, 0x06, 0x44, 0x00, 0x06, 0x45, 0x98, 0x06, 0x2C, 0x80, 0x06, 0x44, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1528 0x80, 0x00, 0x20, 0x80, 0x06, 0x2C, 0x80, 0x06, 0x44, 0x80, 0x06, 0x27, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1529 0x80, 0x06, 0x44, 0x00, 0x06, 0x47, 0x98, 0x06, 0x31, 0x80, 0x06, 0xCC, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1530 0x80, 0x06, 0x27, 0x00, 0x06, 0x44, 0x28, 0x00, 0x2C, 0x28, 0x30, 0x01, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1531 0x28, 0x30, 0x02, 0x28, 0x00, 0x3A, 0x28, 0x00, 0x3B, 0x28, 0x00, 0x21, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1532 0x28, 0x00, 0x3F, 0x28, 0x30, 0x16, 0x28, 0x30, 0x17, 0x28, 0x20, 0x26, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1533 0x28, 0x20, 0x25, 0x28, 0x20, 0x14, 0x28, 0x20, 0x13, 0x28, 0x00, 0x5F, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1534 0x28, 0x00, 0x5F, 0x28, 0x00, 0x28, 0x28, 0x00, 0x29, 0x28, 0x00, 0x7B, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1535 0x28, 0x00, 0x7D, 0x28, 0x30, 0x14, 0x28, 0x30, 0x15, 0x28, 0x30, 0x10, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1536 0x28, 0x30, 0x11, 0x28, 0x30, 0x0A, 0x28, 0x30, 0x0B, 0x28, 0x30, 0x08, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1537 0x28, 0x30, 0x09, 0x28, 0x30, 0x0C, 0x28, 0x30, 0x0D, 0x28, 0x30, 0x0E, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1538 0x28, 0x30, 0x0F, 0x28, 0x00, 0x5B, 0x28, 0x00, 0x5D, 0x40, 0x20, 0x3E, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1539 0x40, 0x20, 0x3E, 0x40, 0x20, 0x3E, 0x40, 0x20, 0x3E, 0x40, 0x00, 0x5F, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1540 0x40, 0x00, 0x5F, 0x40, 0x00, 0x5F, 0x34, 0x00, 0x2C, 0x34, 0x30, 0x01, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1541 0x34, 0x00, 0x2E, 0x34, 0x00, 0x3B, 0x34, 0x00, 0x3A, 0x34, 0x00, 0x3F, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1542 0x34, 0x00, 0x21, 0x34, 0x20, 0x14, 0x34, 0x00, 0x28, 0x34, 0x00, 0x29, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1543 0x34, 0x00, 0x7B, 0x34, 0x00, 0x7D, 0x34, 0x30, 0x14, 0x34, 0x30, 0x15, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1544 0x34, 0x00, 0x23, 0x34, 0x00, 0x26, 0x34, 0x00, 0x2A, 0x34, 0x00, 0x2B, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1545 0x34, 0x00, 0x2D, 0x34, 0x00, 0x3C, 0x34, 0x00, 0x3E, 0x34, 0x00, 0x3D, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1546 0x34, 0x00, 0x5C, 0x34, 0x00, 0x24, 0x34, 0x00, 0x25, 0x34, 0x00, 0x40, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1547 0x98, 0x00, 0x20, 0x00, 0x06, 0x4B, 0x90, 0x06, 0x40, 0x00, 0x06, 0x4B, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1548 0x98, 0x00, 0x20, 0x00, 0x06, 0x4C, 0x98, 0x00, 0x20, 0x00, 0x06, 0x4D, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1549 0x98, 0x00, 0x20, 0x00, 0x06, 0x4E, 0x90, 0x06, 0x40, 0x00, 0x06, 0x4E, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1550 0x98, 0x00, 0x20, 0x00, 0x06, 0x4F, 0x90, 0x06, 0x40, 0x00, 0x06, 0x4F, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1551 0x98, 0x00, 0x20, 0x00, 0x06, 0x50, 0x90, 0x06, 0x40, 0x00, 0x06, 0x50, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1552 0x98, 0x00, 0x20, 0x00, 0x06, 0x51, 0x90, 0x06, 0x40, 0x00, 0x06, 0x51, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1553 0x98, 0x00, 0x20, 0x00, 0x06, 0x52, 0x90, 0x06, 0x40, 0x00, 0x06, 0x52, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1554 0x18, 0x06, 0x21, 0x18, 0x06, 0x22, 0x14, 0x06, 0x22, 0x18, 0x06, 0x23, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1555 0x14, 0x06, 0x23, 0x18, 0x06, 0x24, 0x14, 0x06, 0x24, 0x18, 0x06, 0x25, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1556 0x14, 0x06, 0x25, 0x18, 0x06, 0x26, 0x14, 0x06, 0x26, 0x0C, 0x06, 0x26, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1557 0x10, 0x06, 0x26, 0x18, 0x06, 0x27, 0x14, 0x06, 0x27, 0x18, 0x06, 0x28, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1558 0x14, 0x06, 0x28, 0x0C, 0x06, 0x28, 0x10, 0x06, 0x28, 0x18, 0x06, 0x29, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1559 0x14, 0x06, 0x29, 0x18, 0x06, 0x2A, 0x14, 0x06, 0x2A, 0x0C, 0x06, 0x2A, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1560 0x10, 0x06, 0x2A, 0x18, 0x06, 0x2B, 0x14, 0x06, 0x2B, 0x0C, 0x06, 0x2B, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1561 0x10, 0x06, 0x2B, 0x18, 0x06, 0x2C, 0x14, 0x06, 0x2C, 0x0C, 0x06, 0x2C, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1562 0x10, 0x06, 0x2C, 0x18, 0x06, 0x2D, 0x14, 0x06, 0x2D, 0x0C, 0x06, 0x2D, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1563 0x10, 0x06, 0x2D, 0x18, 0x06, 0x2E, 0x14, 0x06, 0x2E, 0x0C, 0x06, 0x2E, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1564 0x10, 0x06, 0x2E, 0x18, 0x06, 0x2F, 0x14, 0x06, 0x2F, 0x18, 0x06, 0x30, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1565 0x14, 0x06, 0x30, 0x18, 0x06, 0x31, 0x14, 0x06, 0x31, 0x18, 0x06, 0x32, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1566 0x14, 0x06, 0x32, 0x18, 0x06, 0x33, 0x14, 0x06, 0x33, 0x0C, 0x06, 0x33, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1567 0x10, 0x06, 0x33, 0x18, 0x06, 0x34, 0x14, 0x06, 0x34, 0x0C, 0x06, 0x34, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1568 0x10, 0x06, 0x34, 0x18, 0x06, 0x35, 0x14, 0x06, 0x35, 0x0C, 0x06, 0x35, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1569 0x10, 0x06, 0x35, 0x18, 0x06, 0x36, 0x14, 0x06, 0x36, 0x0C, 0x06, 0x36, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1570 0x10, 0x06, 0x36, 0x18, 0x06, 0x37, 0x14, 0x06, 0x37, 0x0C, 0x06, 0x37, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1571 0x10, 0x06, 0x37, 0x18, 0x06, 0x38, 0x14, 0x06, 0x38, 0x0C, 0x06, 0x38, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1572 0x10, 0x06, 0x38, 0x18, 0x06, 0x39, 0x14, 0x06, 0x39, 0x0C, 0x06, 0x39, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1573 0x10, 0x06, 0x39, 0x18, 0x06, 0x3A, 0x14, 0x06, 0x3A, 0x0C, 0x06, 0x3A, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1574 0x10, 0x06, 0x3A, 0x18, 0x06, 0x41, 0x14, 0x06, 0x41, 0x0C, 0x06, 0x41, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1575 0x10, 0x06, 0x41, 0x18, 0x06, 0x42, 0x14, 0x06, 0x42, 0x0C, 0x06, 0x42, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1576 0x10, 0x06, 0x42, 0x18, 0x06, 0x43, 0x14, 0x06, 0x43, 0x0C, 0x06, 0x43, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1577 0x10, 0x06, 0x43, 0x18, 0x06, 0x44, 0x14, 0x06, 0x44, 0x0C, 0x06, 0x44, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1578 0x10, 0x06, 0x44, 0x18, 0x06, 0x45, 0x14, 0x06, 0x45, 0x0C, 0x06, 0x45, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1579 0x10, 0x06, 0x45, 0x18, 0x06, 0x46, 0x14, 0x06, 0x46, 0x0C, 0x06, 0x46, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1580 0x10, 0x06, 0x46, 0x18, 0x06, 0x47, 0x14, 0x06, 0x47, 0x0C, 0x06, 0x47, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1581 0x10, 0x06, 0x47, 0x18, 0x06, 0x48, 0x14, 0x06, 0x48, 0x18, 0x06, 0x49, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1582 0x14, 0x06, 0x49, 0x18, 0x06, 0x4A, 0x14, 0x06, 0x4A, 0x0C, 0x06, 0x4A, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1583 0x10, 0x06, 0x4A, 0x98, 0x06, 0x44, 0x00, 0x06, 0x22, 0x94, 0x06, 0x44, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1584 0x00, 0x06, 0x22, 0x98, 0x06, 0x44, 0x00, 0x06, 0x23, 0x94, 0x06, 0x44, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1585 0x00, 0x06, 0x23, 0x98, 0x06, 0x44, 0x00, 0x06, 0x25, 0x94, 0x06, 0x44, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1586 0x00, 0x06, 0x25, 0x98, 0x06, 0x44, 0x00, 0x06, 0x27, 0x94, 0x06, 0x44, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1587 0x00, 0x06, 0x27, 0x2C, 0x00, 0x21, 0x2C, 0x00, 0x22, 0x2C, 0x00, 0x23, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1588 0x2C, 0x00, 0x24, 0x2C, 0x00, 0x25, 0x2C, 0x00, 0x26, 0x2C, 0x00, 0x27, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1589 0x2C, 0x00, 0x28, 0x2C, 0x00, 0x29, 0x2C, 0x00, 0x2A, 0x2C, 0x00, 0x2B, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1590 0x2C, 0x00, 0x2C, 0x2C, 0x00, 0x2D, 0x2C, 0x00, 0x2E, 0x2C, 0x00, 0x2F, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1591 0x2C, 0x00, 0x30, 0x2C, 0x00, 0x31, 0x2C, 0x00, 0x32, 0x2C, 0x00, 0x33, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1592 0x2C, 0x00, 0x34, 0x2C, 0x00, 0x35, 0x2C, 0x00, 0x36, 0x2C, 0x00, 0x37, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1593 0x2C, 0x00, 0x38, 0x2C, 0x00, 0x39, 0x2C, 0x00, 0x3A, 0x2C, 0x00, 0x3B, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1594 0x2C, 0x00, 0x3C, 0x2C, 0x00, 0x3D, 0x2C, 0x00, 0x3E, 0x2C, 0x00, 0x3F, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1595 0x2C, 0x00, 0x40, 0x2C, 0x00, 0x41, 0x2C, 0x00, 0x42, 0x2C, 0x00, 0x43, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1596 0x2C, 0x00, 0x44, 0x2C, 0x00, 0x45, 0x2C, 0x00, 0x46, 0x2C, 0x00, 0x47, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1597 0x2C, 0x00, 0x48, 0x2C, 0x00, 0x49, 0x2C, 0x00, 0x4A, 0x2C, 0x00, 0x4B, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1598 0x2C, 0x00, 0x4C, 0x2C, 0x00, 0x4D, 0x2C, 0x00, 0x4E, 0x2C, 0x00, 0x4F, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1599 0x2C, 0x00, 0x50, 0x2C, 0x00, 0x51, 0x2C, 0x00, 0x52, 0x2C, 0x00, 0x53, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1600 0x2C, 0x00, 0x54, 0x2C, 0x00, 0x55, 0x2C, 0x00, 0x56, 0x2C, 0x00, 0x57, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1601 0x2C, 0x00, 0x58, 0x2C, 0x00, 0x59, 0x2C, 0x00, 0x5A, 0x2C, 0x00, 0x5B, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1602 0x2C, 0x00, 0x5C, 0x2C, 0x00, 0x5D, 0x2C, 0x00, 0x5E, 0x2C, 0x00, 0x5F, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1603 0x2C, 0x00, 0x60, 0x2C, 0x00, 0x61, 0x2C, 0x00, 0x62, 0x2C, 0x00, 0x63, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1604 0x2C, 0x00, 0x64, 0x2C, 0x00, 0x65, 0x2C, 0x00, 0x66, 0x2C, 0x00, 0x67, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1605 0x2C, 0x00, 0x68, 0x2C, 0x00, 0x69, 0x2C, 0x00, 0x6A, 0x2C, 0x00, 0x6B, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1606 0x2C, 0x00, 0x6C, 0x2C, 0x00, 0x6D, 0x2C, 0x00, 0x6E, 0x2C, 0x00, 0x6F, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1607 0x2C, 0x00, 0x70, 0x2C, 0x00, 0x71, 0x2C, 0x00, 0x72, 0x2C, 0x00, 0x73, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1608 0x2C, 0x00, 0x74, 0x2C, 0x00, 0x75, 0x2C, 0x00, 0x76, 0x2C, 0x00, 0x77, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1609 0x2C, 0x00, 0x78, 0x2C, 0x00, 0x79, 0x2C, 0x00, 0x7A, 0x2C, 0x00, 0x7B, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1610 0x2C, 0x00, 0x7C, 0x2C, 0x00, 0x7D, 0x2C, 0x00, 0x7E, 0x2C, 0x29, 0x85, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1611 0x2C, 0x29, 0x86, 0x30, 0x30, 0x02, 0x30, 0x30, 0x0C, 0x30, 0x30, 0x0D, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1612 0x30, 0x30, 0x01, 0x30, 0x30, 0xFB, 0x30, 0x30, 0xF2, 0x30, 0x30, 0xA1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1613 0x30, 0x30, 0xA3, 0x30, 0x30, 0xA5, 0x30, 0x30, 0xA7, 0x30, 0x30, 0xA9, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1614 0x30, 0x30, 0xE3, 0x30, 0x30, 0xE5, 0x30, 0x30, 0xE7, 0x30, 0x30, 0xC3, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1615 0x30, 0x30, 0xFC, 0x30, 0x30, 0xA2, 0x30, 0x30, 0xA4, 0x30, 0x30, 0xA6, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1616 0x30, 0x30, 0xA8, 0x30, 0x30, 0xAA, 0x30, 0x30, 0xAB, 0x30, 0x30, 0xAD, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1617 0x30, 0x30, 0xAF, 0x30, 0x30, 0xB1, 0x30, 0x30, 0xB3, 0x30, 0x30, 0xB5, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1618 0x30, 0x30, 0xB7, 0x30, 0x30, 0xB9, 0x30, 0x30, 0xBB, 0x30, 0x30, 0xBD, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1619 0x30, 0x30, 0xBF, 0x30, 0x30, 0xC1, 0x30, 0x30, 0xC4, 0x30, 0x30, 0xC6, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1620 0x30, 0x30, 0xC8, 0x30, 0x30, 0xCA, 0x30, 0x30, 0xCB, 0x30, 0x30, 0xCC, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1621 0x30, 0x30, 0xCD, 0x30, 0x30, 0xCE, 0x30, 0x30, 0xCF, 0x30, 0x30, 0xD2, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1622 0x30, 0x30, 0xD5, 0x30, 0x30, 0xD8, 0x30, 0x30, 0xDB, 0x30, 0x30, 0xDE, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1623 0x30, 0x30, 0xDF, 0x30, 0x30, 0xE0, 0x30, 0x30, 0xE1, 0x30, 0x30, 0xE2, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1624 0x30, 0x30, 0xE4, 0x30, 0x30, 0xE6, 0x30, 0x30, 0xE8, 0x30, 0x30, 0xE9, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1625 0x30, 0x30, 0xEA, 0x30, 0x30, 0xEB, 0x30, 0x30, 0xEC, 0x30, 0x30, 0xED, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1626 0x30, 0x30, 0xEF, 0x30, 0x30, 0xF3, 0x30, 0x30, 0x99, 0x30, 0x30, 0x9A, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1627 0x30, 0x31, 0x64, 0x30, 0x31, 0x31, 0x30, 0x31, 0x32, 0x30, 0x31, 0x33, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1628 0x30, 0x31, 0x34, 0x30, 0x31, 0x35, 0x30, 0x31, 0x36, 0x30, 0x31, 0x37, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1629 0x30, 0x31, 0x38, 0x30, 0x31, 0x39, 0x30, 0x31, 0x3A, 0x30, 0x31, 0x3B, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1630 0x30, 0x31, 0x3C, 0x30, 0x31, 0x3D, 0x30, 0x31, 0x3E, 0x30, 0x31, 0x3F, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1631 0x30, 0x31, 0x40, 0x30, 0x31, 0x41, 0x30, 0x31, 0x42, 0x30, 0x31, 0x43, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1632 0x30, 0x31, 0x44, 0x30, 0x31, 0x45, 0x30, 0x31, 0x46, 0x30, 0x31, 0x47, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1633 0x30, 0x31, 0x48, 0x30, 0x31, 0x49, 0x30, 0x31, 0x4A, 0x30, 0x31, 0x4B, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1634 0x30, 0x31, 0x4C, 0x30, 0x31, 0x4D, 0x30, 0x31, 0x4E, 0x30, 0x31, 0x4F, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1635 0x30, 0x31, 0x50, 0x30, 0x31, 0x51, 0x30, 0x31, 0x52, 0x30, 0x31, 0x53, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1636 0x30, 0x31, 0x54, 0x30, 0x31, 0x55, 0x30, 0x31, 0x56, 0x30, 0x31, 0x57, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1637 0x30, 0x31, 0x58, 0x30, 0x31, 0x59, 0x30, 0x31, 0x5A, 0x30, 0x31, 0x5B, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1638 0x30, 0x31, 0x5C, 0x30, 0x31, 0x5D, 0x30, 0x31, 0x5E, 0x30, 0x31, 0x5F, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1639 0x30, 0x31, 0x60, 0x30, 0x31, 0x61, 0x30, 0x31, 0x62, 0x30, 0x31, 0x63, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1640 0x2C, 0x00, 0xA2, 0x2C, 0x00, 0xA3, 0x2C, 0x00, 0xAC, 0x2C, 0x00, 0xAF, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1641 0x2C, 0x00, 0xA6, 0x2C, 0x00, 0xA5, 0x2C, 0x20, 0xA9, 0x30, 0x25, 0x02, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1642 0x30, 0x21, 0x90, 0x30, 0x21, 0x91, 0x30, 0x21, 0x92, 0x30, 0x21, 0x93, |
14152 | 1643 0x30, 0x25, 0xA0, 0x30, 0x25, 0xCB, 0x81, 0x10, 0x99, 0x01, 0x10, 0xBA, |
1644 0x81, 0x10, 0x9B, 0x01, 0x10, 0xBA, 0x81, 0x10, 0xA5, 0x01, 0x10, 0xBA, | |
1645 0x81, 0xD1, 0x57, 0x01, 0xD1, 0x65, 0x81, 0xD1, 0x58, 0x01, 0xD1, 0x65, | |
1646 0x81, 0xD1, 0x5F, 0x01, 0xD1, 0x6E, 0x81, 0xD1, 0x5F, 0x01, 0xD1, 0x6F, | |
1647 0x81, 0xD1, 0x5F, 0x01, 0xD1, 0x70, 0x81, 0xD1, 0x5F, 0x01, 0xD1, 0x71, | |
1648 0x81, 0xD1, 0x5F, 0x01, 0xD1, 0x72, 0x81, 0xD1, 0xB9, 0x01, 0xD1, 0x65, | |
1649 0x81, 0xD1, 0xBA, 0x01, 0xD1, 0x65, 0x81, 0xD1, 0xBB, 0x01, 0xD1, 0x6E, | |
1650 0x81, 0xD1, 0xBC, 0x01, 0xD1, 0x6E, 0x81, 0xD1, 0xBB, 0x01, 0xD1, 0x6F, | |
1651 0x81, 0xD1, 0xBC, 0x01, 0xD1, 0x6F, 0x04, 0x00, 0x41, 0x04, 0x00, 0x42, | |
1652 0x04, 0x00, 0x43, 0x04, 0x00, 0x44, 0x04, 0x00, 0x45, 0x04, 0x00, 0x46, | |
1653 0x04, 0x00, 0x47, 0x04, 0x00, 0x48, 0x04, 0x00, 0x49, 0x04, 0x00, 0x4A, | |
1654 0x04, 0x00, 0x4B, 0x04, 0x00, 0x4C, 0x04, 0x00, 0x4D, 0x04, 0x00, 0x4E, | |
1655 0x04, 0x00, 0x4F, 0x04, 0x00, 0x50, 0x04, 0x00, 0x51, 0x04, 0x00, 0x52, | |
1656 0x04, 0x00, 0x53, 0x04, 0x00, 0x54, 0x04, 0x00, 0x55, 0x04, 0x00, 0x56, | |
1657 0x04, 0x00, 0x57, 0x04, 0x00, 0x58, 0x04, 0x00, 0x59, 0x04, 0x00, 0x5A, | |
1658 0x04, 0x00, 0x61, 0x04, 0x00, 0x62, 0x04, 0x00, 0x63, 0x04, 0x00, 0x64, | |
1659 0x04, 0x00, 0x65, 0x04, 0x00, 0x66, 0x04, 0x00, 0x67, 0x04, 0x00, 0x68, | |
1660 0x04, 0x00, 0x69, 0x04, 0x00, 0x6A, 0x04, 0x00, 0x6B, 0x04, 0x00, 0x6C, | |
1661 0x04, 0x00, 0x6D, 0x04, 0x00, 0x6E, 0x04, 0x00, 0x6F, 0x04, 0x00, 0x70, | |
1662 0x04, 0x00, 0x71, 0x04, 0x00, 0x72, 0x04, 0x00, 0x73, 0x04, 0x00, 0x74, | |
1663 0x04, 0x00, 0x75, 0x04, 0x00, 0x76, 0x04, 0x00, 0x77, 0x04, 0x00, 0x78, | |
1664 0x04, 0x00, 0x79, 0x04, 0x00, 0x7A, 0x04, 0x00, 0x41, 0x04, 0x00, 0x42, | |
1665 0x04, 0x00, 0x43, 0x04, 0x00, 0x44, 0x04, 0x00, 0x45, 0x04, 0x00, 0x46, | |
1666 0x04, 0x00, 0x47, 0x04, 0x00, 0x48, 0x04, 0x00, 0x49, 0x04, 0x00, 0x4A, | |
1667 0x04, 0x00, 0x4B, 0x04, 0x00, 0x4C, 0x04, 0x00, 0x4D, 0x04, 0x00, 0x4E, | |
1668 0x04, 0x00, 0x4F, 0x04, 0x00, 0x50, 0x04, 0x00, 0x51, 0x04, 0x00, 0x52, | |
1669 0x04, 0x00, 0x53, 0x04, 0x00, 0x54, 0x04, 0x00, 0x55, 0x04, 0x00, 0x56, | |
1670 0x04, 0x00, 0x57, 0x04, 0x00, 0x58, 0x04, 0x00, 0x59, 0x04, 0x00, 0x5A, | |
1671 0x04, 0x00, 0x61, 0x04, 0x00, 0x62, 0x04, 0x00, 0x63, 0x04, 0x00, 0x64, | |
1672 0x04, 0x00, 0x65, 0x04, 0x00, 0x66, 0x04, 0x00, 0x67, 0x04, 0x00, 0x69, | |
1673 0x04, 0x00, 0x6A, 0x04, 0x00, 0x6B, 0x04, 0x00, 0x6C, 0x04, 0x00, 0x6D, | |
1674 0x04, 0x00, 0x6E, 0x04, 0x00, 0x6F, 0x04, 0x00, 0x70, 0x04, 0x00, 0x71, | |
1675 0x04, 0x00, 0x72, 0x04, 0x00, 0x73, 0x04, 0x00, 0x74, 0x04, 0x00, 0x75, | |
1676 0x04, 0x00, 0x76, 0x04, 0x00, 0x77, 0x04, 0x00, 0x78, 0x04, 0x00, 0x79, | |
1677 0x04, 0x00, 0x7A, 0x04, 0x00, 0x41, 0x04, 0x00, 0x42, 0x04, 0x00, 0x43, | |
1678 0x04, 0x00, 0x44, 0x04, 0x00, 0x45, 0x04, 0x00, 0x46, 0x04, 0x00, 0x47, | |
1679 0x04, 0x00, 0x48, 0x04, 0x00, 0x49, 0x04, 0x00, 0x4A, 0x04, 0x00, 0x4B, | |
1680 0x04, 0x00, 0x4C, 0x04, 0x00, 0x4D, 0x04, 0x00, 0x4E, 0x04, 0x00, 0x4F, | |
1681 0x04, 0x00, 0x50, 0x04, 0x00, 0x51, 0x04, 0x00, 0x52, 0x04, 0x00, 0x53, | |
1682 0x04, 0x00, 0x54, 0x04, 0x00, 0x55, 0x04, 0x00, 0x56, 0x04, 0x00, 0x57, | |
1683 0x04, 0x00, 0x58, 0x04, 0x00, 0x59, 0x04, 0x00, 0x5A, 0x04, 0x00, 0x61, | |
1684 0x04, 0x00, 0x62, 0x04, 0x00, 0x63, 0x04, 0x00, 0x64, 0x04, 0x00, 0x65, | |
1685 0x04, 0x00, 0x66, 0x04, 0x00, 0x67, 0x04, 0x00, 0x68, 0x04, 0x00, 0x69, | |
1686 0x04, 0x00, 0x6A, 0x04, 0x00, 0x6B, 0x04, 0x00, 0x6C, 0x04, 0x00, 0x6D, | |
1687 0x04, 0x00, 0x6E, 0x04, 0x00, 0x6F, 0x04, 0x00, 0x70, 0x04, 0x00, 0x71, | |
1688 0x04, 0x00, 0x72, 0x04, 0x00, 0x73, 0x04, 0x00, 0x74, 0x04, 0x00, 0x75, | |
1689 0x04, 0x00, 0x76, 0x04, 0x00, 0x77, 0x04, 0x00, 0x78, 0x04, 0x00, 0x79, | |
1690 0x04, 0x00, 0x7A, 0x04, 0x00, 0x41, 0x04, 0x00, 0x43, 0x04, 0x00, 0x44, | |
1691 0x04, 0x00, 0x47, 0x04, 0x00, 0x4A, 0x04, 0x00, 0x4B, 0x04, 0x00, 0x4E, | |
1692 0x04, 0x00, 0x4F, 0x04, 0x00, 0x50, 0x04, 0x00, 0x51, 0x04, 0x00, 0x53, | |
1693 0x04, 0x00, 0x54, 0x04, 0x00, 0x55, 0x04, 0x00, 0x56, 0x04, 0x00, 0x57, | |
1694 0x04, 0x00, 0x58, 0x04, 0x00, 0x59, 0x04, 0x00, 0x5A, 0x04, 0x00, 0x61, | |
1695 0x04, 0x00, 0x62, 0x04, 0x00, 0x63, 0x04, 0x00, 0x64, 0x04, 0x00, 0x66, | |
1696 0x04, 0x00, 0x68, 0x04, 0x00, 0x69, 0x04, 0x00, 0x6A, 0x04, 0x00, 0x6B, | |
1697 0x04, 0x00, 0x6C, 0x04, 0x00, 0x6D, 0x04, 0x00, 0x6E, 0x04, 0x00, 0x70, | |
1698 0x04, 0x00, 0x71, 0x04, 0x00, 0x72, 0x04, 0x00, 0x73, 0x04, 0x00, 0x74, | |
1699 0x04, 0x00, 0x75, 0x04, 0x00, 0x76, 0x04, 0x00, 0x77, 0x04, 0x00, 0x78, | |
1700 0x04, 0x00, 0x79, 0x04, 0x00, 0x7A, 0x04, 0x00, 0x41, 0x04, 0x00, 0x42, | |
1701 0x04, 0x00, 0x43, 0x04, 0x00, 0x44, 0x04, 0x00, 0x45, 0x04, 0x00, 0x46, | |
1702 0x04, 0x00, 0x47, 0x04, 0x00, 0x48, 0x04, 0x00, 0x49, 0x04, 0x00, 0x4A, | |
1703 0x04, 0x00, 0x4B, 0x04, 0x00, 0x4C, 0x04, 0x00, 0x4D, 0x04, 0x00, 0x4E, | |
1704 0x04, 0x00, 0x4F, 0x04, 0x00, 0x50, 0x04, 0x00, 0x51, 0x04, 0x00, 0x52, | |
1705 0x04, 0x00, 0x53, 0x04, 0x00, 0x54, 0x04, 0x00, 0x55, 0x04, 0x00, 0x56, | |
1706 0x04, 0x00, 0x57, 0x04, 0x00, 0x58, 0x04, 0x00, 0x59, 0x04, 0x00, 0x5A, | |
1707 0x04, 0x00, 0x61, 0x04, 0x00, 0x62, 0x04, 0x00, 0x63, 0x04, 0x00, 0x64, | |
1708 0x04, 0x00, 0x65, 0x04, 0x00, 0x66, 0x04, 0x00, 0x67, 0x04, 0x00, 0x68, | |
1709 0x04, 0x00, 0x69, 0x04, 0x00, 0x6A, 0x04, 0x00, 0x6B, 0x04, 0x00, 0x6C, | |
1710 0x04, 0x00, 0x6D, 0x04, 0x00, 0x6E, 0x04, 0x00, 0x6F, 0x04, 0x00, 0x70, | |
1711 0x04, 0x00, 0x71, 0x04, 0x00, 0x72, 0x04, 0x00, 0x73, 0x04, 0x00, 0x74, | |
1712 0x04, 0x00, 0x75, 0x04, 0x00, 0x76, 0x04, 0x00, 0x77, 0x04, 0x00, 0x78, | |
1713 0x04, 0x00, 0x79, 0x04, 0x00, 0x7A, 0x04, 0x00, 0x41, 0x04, 0x00, 0x42, | |
1714 0x04, 0x00, 0x44, 0x04, 0x00, 0x45, 0x04, 0x00, 0x46, 0x04, 0x00, 0x47, | |
11178
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1715 0x04, 0x00, 0x4A, 0x04, 0x00, 0x4B, 0x04, 0x00, 0x4C, 0x04, 0x00, 0x4D, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1716 0x04, 0x00, 0x4E, 0x04, 0x00, 0x4F, 0x04, 0x00, 0x50, 0x04, 0x00, 0x51, |
14152 | 1717 0x04, 0x00, 0x53, 0x04, 0x00, 0x54, 0x04, 0x00, 0x55, 0x04, 0x00, 0x56, |
1718 0x04, 0x00, 0x57, 0x04, 0x00, 0x58, 0x04, 0x00, 0x59, 0x04, 0x00, 0x61, | |
1719 0x04, 0x00, 0x62, 0x04, 0x00, 0x63, 0x04, 0x00, 0x64, 0x04, 0x00, 0x65, | |
1720 0x04, 0x00, 0x66, 0x04, 0x00, 0x67, 0x04, 0x00, 0x68, 0x04, 0x00, 0x69, | |
11178
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1721 0x04, 0x00, 0x6A, 0x04, 0x00, 0x6B, 0x04, 0x00, 0x6C, 0x04, 0x00, 0x6D, |
14152 | 1722 0x04, 0x00, 0x6E, 0x04, 0x00, 0x6F, 0x04, 0x00, 0x70, 0x04, 0x00, 0x71, |
1723 0x04, 0x00, 0x72, 0x04, 0x00, 0x73, 0x04, 0x00, 0x74, 0x04, 0x00, 0x75, | |
1724 0x04, 0x00, 0x76, 0x04, 0x00, 0x77, 0x04, 0x00, 0x78, 0x04, 0x00, 0x79, | |
1725 0x04, 0x00, 0x7A, 0x04, 0x00, 0x41, 0x04, 0x00, 0x42, 0x04, 0x00, 0x44, | |
1726 0x04, 0x00, 0x45, 0x04, 0x00, 0x46, 0x04, 0x00, 0x47, 0x04, 0x00, 0x49, | |
1727 0x04, 0x00, 0x4A, 0x04, 0x00, 0x4B, 0x04, 0x00, 0x4C, 0x04, 0x00, 0x4D, | |
1728 0x04, 0x00, 0x4F, 0x04, 0x00, 0x53, 0x04, 0x00, 0x54, 0x04, 0x00, 0x55, | |
1729 0x04, 0x00, 0x56, 0x04, 0x00, 0x57, 0x04, 0x00, 0x58, 0x04, 0x00, 0x59, | |
1730 0x04, 0x00, 0x61, 0x04, 0x00, 0x62, 0x04, 0x00, 0x63, 0x04, 0x00, 0x64, | |
1731 0x04, 0x00, 0x65, 0x04, 0x00, 0x66, 0x04, 0x00, 0x67, 0x04, 0x00, 0x68, | |
1732 0x04, 0x00, 0x69, 0x04, 0x00, 0x6A, 0x04, 0x00, 0x6B, 0x04, 0x00, 0x6C, | |
1733 0x04, 0x00, 0x6D, 0x04, 0x00, 0x6E, 0x04, 0x00, 0x6F, 0x04, 0x00, 0x70, | |
1734 0x04, 0x00, 0x71, 0x04, 0x00, 0x72, 0x04, 0x00, 0x73, 0x04, 0x00, 0x74, | |
1735 0x04, 0x00, 0x75, 0x04, 0x00, 0x76, 0x04, 0x00, 0x77, 0x04, 0x00, 0x78, | |
1736 0x04, 0x00, 0x79, 0x04, 0x00, 0x7A, 0x04, 0x00, 0x41, 0x04, 0x00, 0x42, | |
1737 0x04, 0x00, 0x43, 0x04, 0x00, 0x44, 0x04, 0x00, 0x45, 0x04, 0x00, 0x46, | |
1738 0x04, 0x00, 0x47, 0x04, 0x00, 0x48, 0x04, 0x00, 0x49, 0x04, 0x00, 0x4A, | |
1739 0x04, 0x00, 0x4B, 0x04, 0x00, 0x4C, 0x04, 0x00, 0x4D, 0x04, 0x00, 0x4E, | |
1740 0x04, 0x00, 0x4F, 0x04, 0x00, 0x50, 0x04, 0x00, 0x51, 0x04, 0x00, 0x52, | |
1741 0x04, 0x00, 0x53, 0x04, 0x00, 0x54, 0x04, 0x00, 0x55, 0x04, 0x00, 0x56, | |
1742 0x04, 0x00, 0x57, 0x04, 0x00, 0x58, 0x04, 0x00, 0x59, 0x04, 0x00, 0x5A, | |
1743 0x04, 0x00, 0x61, 0x04, 0x00, 0x62, 0x04, 0x00, 0x63, 0x04, 0x00, 0x64, | |
1744 0x04, 0x00, 0x65, 0x04, 0x00, 0x66, 0x04, 0x00, 0x67, 0x04, 0x00, 0x68, | |
1745 0x04, 0x00, 0x69, 0x04, 0x00, 0x6A, 0x04, 0x00, 0x6B, 0x04, 0x00, 0x6C, | |
1746 0x04, 0x00, 0x6D, 0x04, 0x00, 0x6E, 0x04, 0x00, 0x6F, 0x04, 0x00, 0x70, | |
1747 0x04, 0x00, 0x71, 0x04, 0x00, 0x72, 0x04, 0x00, 0x73, 0x04, 0x00, 0x74, | |
1748 0x04, 0x00, 0x75, 0x04, 0x00, 0x76, 0x04, 0x00, 0x77, 0x04, 0x00, 0x78, | |
1749 0x04, 0x00, 0x79, 0x04, 0x00, 0x7A, 0x04, 0x00, 0x41, 0x04, 0x00, 0x42, | |
1750 0x04, 0x00, 0x43, 0x04, 0x00, 0x44, 0x04, 0x00, 0x45, 0x04, 0x00, 0x46, | |
1751 0x04, 0x00, 0x47, 0x04, 0x00, 0x48, 0x04, 0x00, 0x49, 0x04, 0x00, 0x4A, | |
1752 0x04, 0x00, 0x4B, 0x04, 0x00, 0x4C, 0x04, 0x00, 0x4D, 0x04, 0x00, 0x4E, | |
1753 0x04, 0x00, 0x4F, 0x04, 0x00, 0x50, 0x04, 0x00, 0x51, 0x04, 0x00, 0x52, | |
1754 0x04, 0x00, 0x53, 0x04, 0x00, 0x54, 0x04, 0x00, 0x55, 0x04, 0x00, 0x56, | |
1755 0x04, 0x00, 0x57, 0x04, 0x00, 0x58, 0x04, 0x00, 0x59, 0x04, 0x00, 0x5A, | |
1756 0x04, 0x00, 0x61, 0x04, 0x00, 0x62, 0x04, 0x00, 0x63, 0x04, 0x00, 0x64, | |
1757 0x04, 0x00, 0x65, 0x04, 0x00, 0x66, 0x04, 0x00, 0x67, 0x04, 0x00, 0x68, | |
1758 0x04, 0x00, 0x69, 0x04, 0x00, 0x6A, 0x04, 0x00, 0x6B, 0x04, 0x00, 0x6C, | |
1759 0x04, 0x00, 0x6D, 0x04, 0x00, 0x6E, 0x04, 0x00, 0x6F, 0x04, 0x00, 0x70, | |
1760 0x04, 0x00, 0x71, 0x04, 0x00, 0x72, 0x04, 0x00, 0x73, 0x04, 0x00, 0x74, | |
1761 0x04, 0x00, 0x75, 0x04, 0x00, 0x76, 0x04, 0x00, 0x77, 0x04, 0x00, 0x78, | |
1762 0x04, 0x00, 0x79, 0x04, 0x00, 0x7A, 0x04, 0x00, 0x41, 0x04, 0x00, 0x42, | |
1763 0x04, 0x00, 0x43, 0x04, 0x00, 0x44, 0x04, 0x00, 0x45, 0x04, 0x00, 0x46, | |
1764 0x04, 0x00, 0x47, 0x04, 0x00, 0x48, 0x04, 0x00, 0x49, 0x04, 0x00, 0x4A, | |
1765 0x04, 0x00, 0x4B, 0x04, 0x00, 0x4C, 0x04, 0x00, 0x4D, 0x04, 0x00, 0x4E, | |
1766 0x04, 0x00, 0x4F, 0x04, 0x00, 0x50, 0x04, 0x00, 0x51, 0x04, 0x00, 0x52, | |
1767 0x04, 0x00, 0x53, 0x04, 0x00, 0x54, 0x04, 0x00, 0x55, 0x04, 0x00, 0x56, | |
1768 0x04, 0x00, 0x57, 0x04, 0x00, 0x58, 0x04, 0x00, 0x59, 0x04, 0x00, 0x5A, | |
1769 0x04, 0x00, 0x61, 0x04, 0x00, 0x62, 0x04, 0x00, 0x63, 0x04, 0x00, 0x64, | |
1770 0x04, 0x00, 0x65, 0x04, 0x00, 0x66, 0x04, 0x00, 0x67, 0x04, 0x00, 0x68, | |
1771 0x04, 0x00, 0x69, 0x04, 0x00, 0x6A, 0x04, 0x00, 0x6B, 0x04, 0x00, 0x6C, | |
1772 0x04, 0x00, 0x6D, 0x04, 0x00, 0x6E, 0x04, 0x00, 0x6F, 0x04, 0x00, 0x70, | |
1773 0x04, 0x00, 0x71, 0x04, 0x00, 0x72, 0x04, 0x00, 0x73, 0x04, 0x00, 0x74, | |
1774 0x04, 0x00, 0x75, 0x04, 0x00, 0x76, 0x04, 0x00, 0x77, 0x04, 0x00, 0x78, | |
1775 0x04, 0x00, 0x79, 0x04, 0x00, 0x7A, 0x04, 0x00, 0x41, 0x04, 0x00, 0x42, | |
1776 0x04, 0x00, 0x43, 0x04, 0x00, 0x44, 0x04, 0x00, 0x45, 0x04, 0x00, 0x46, | |
1777 0x04, 0x00, 0x47, 0x04, 0x00, 0x48, 0x04, 0x00, 0x49, 0x04, 0x00, 0x4A, | |
1778 0x04, 0x00, 0x4B, 0x04, 0x00, 0x4C, 0x04, 0x00, 0x4D, 0x04, 0x00, 0x4E, | |
1779 0x04, 0x00, 0x4F, 0x04, 0x00, 0x50, 0x04, 0x00, 0x51, 0x04, 0x00, 0x52, | |
1780 0x04, 0x00, 0x53, 0x04, 0x00, 0x54, 0x04, 0x00, 0x55, 0x04, 0x00, 0x56, | |
1781 0x04, 0x00, 0x57, 0x04, 0x00, 0x58, 0x04, 0x00, 0x59, 0x04, 0x00, 0x5A, | |
1782 0x04, 0x00, 0x61, 0x04, 0x00, 0x62, 0x04, 0x00, 0x63, 0x04, 0x00, 0x64, | |
1783 0x04, 0x00, 0x65, 0x04, 0x00, 0x66, 0x04, 0x00, 0x67, 0x04, 0x00, 0x68, | |
1784 0x04, 0x00, 0x69, 0x04, 0x00, 0x6A, 0x04, 0x00, 0x6B, 0x04, 0x00, 0x6C, | |
1785 0x04, 0x00, 0x6D, 0x04, 0x00, 0x6E, 0x04, 0x00, 0x6F, 0x04, 0x00, 0x70, | |
1786 0x04, 0x00, 0x71, 0x04, 0x00, 0x72, 0x04, 0x00, 0x73, 0x04, 0x00, 0x74, | |
1787 0x04, 0x00, 0x75, 0x04, 0x00, 0x76, 0x04, 0x00, 0x77, 0x04, 0x00, 0x78, | |
1788 0x04, 0x00, 0x79, 0x04, 0x00, 0x7A, 0x04, 0x00, 0x41, 0x04, 0x00, 0x42, | |
1789 0x04, 0x00, 0x43, 0x04, 0x00, 0x44, 0x04, 0x00, 0x45, 0x04, 0x00, 0x46, | |
1790 0x04, 0x00, 0x47, 0x04, 0x00, 0x48, 0x04, 0x00, 0x49, 0x04, 0x00, 0x4A, | |
1791 0x04, 0x00, 0x4B, 0x04, 0x00, 0x4C, 0x04, 0x00, 0x4D, 0x04, 0x00, 0x4E, | |
1792 0x04, 0x00, 0x4F, 0x04, 0x00, 0x50, 0x04, 0x00, 0x51, 0x04, 0x00, 0x52, | |
1793 0x04, 0x00, 0x53, 0x04, 0x00, 0x54, 0x04, 0x00, 0x55, 0x04, 0x00, 0x56, | |
1794 0x04, 0x00, 0x57, 0x04, 0x00, 0x58, 0x04, 0x00, 0x59, 0x04, 0x00, 0x5A, | |
1795 0x04, 0x00, 0x61, 0x04, 0x00, 0x62, 0x04, 0x00, 0x63, 0x04, 0x00, 0x64, | |
1796 0x04, 0x00, 0x65, 0x04, 0x00, 0x66, 0x04, 0x00, 0x67, 0x04, 0x00, 0x68, | |
1797 0x04, 0x00, 0x69, 0x04, 0x00, 0x6A, 0x04, 0x00, 0x6B, 0x04, 0x00, 0x6C, | |
1798 0x04, 0x00, 0x6D, 0x04, 0x00, 0x6E, 0x04, 0x00, 0x6F, 0x04, 0x00, 0x70, | |
1799 0x04, 0x00, 0x71, 0x04, 0x00, 0x72, 0x04, 0x00, 0x73, 0x04, 0x00, 0x74, | |
1800 0x04, 0x00, 0x75, 0x04, 0x00, 0x76, 0x04, 0x00, 0x77, 0x04, 0x00, 0x78, | |
1801 0x04, 0x00, 0x79, 0x04, 0x00, 0x7A, 0x04, 0x00, 0x41, 0x04, 0x00, 0x42, | |
1802 0x04, 0x00, 0x43, 0x04, 0x00, 0x44, 0x04, 0x00, 0x45, 0x04, 0x00, 0x46, | |
1803 0x04, 0x00, 0x47, 0x04, 0x00, 0x48, 0x04, 0x00, 0x49, 0x04, 0x00, 0x4A, | |
1804 0x04, 0x00, 0x4B, 0x04, 0x00, 0x4C, 0x04, 0x00, 0x4D, 0x04, 0x00, 0x4E, | |
1805 0x04, 0x00, 0x4F, 0x04, 0x00, 0x50, 0x04, 0x00, 0x51, 0x04, 0x00, 0x52, | |
1806 0x04, 0x00, 0x53, 0x04, 0x00, 0x54, 0x04, 0x00, 0x55, 0x04, 0x00, 0x56, | |
1807 0x04, 0x00, 0x57, 0x04, 0x00, 0x58, 0x04, 0x00, 0x59, 0x04, 0x00, 0x5A, | |
1808 0x04, 0x00, 0x61, 0x04, 0x00, 0x62, 0x04, 0x00, 0x63, 0x04, 0x00, 0x64, | |
1809 0x04, 0x00, 0x65, 0x04, 0x00, 0x66, 0x04, 0x00, 0x67, 0x04, 0x00, 0x68, | |
1810 0x04, 0x00, 0x69, 0x04, 0x00, 0x6A, 0x04, 0x00, 0x6B, 0x04, 0x00, 0x6C, | |
1811 0x04, 0x00, 0x6D, 0x04, 0x00, 0x6E, 0x04, 0x00, 0x6F, 0x04, 0x00, 0x70, | |
1812 0x04, 0x00, 0x71, 0x04, 0x00, 0x72, 0x04, 0x00, 0x73, 0x04, 0x00, 0x74, | |
1813 0x04, 0x00, 0x75, 0x04, 0x00, 0x76, 0x04, 0x00, 0x77, 0x04, 0x00, 0x78, | |
1814 0x04, 0x00, 0x79, 0x04, 0x00, 0x7A, 0x04, 0x01, 0x31, 0x04, 0x02, 0x37, | |
11178
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1815 0x04, 0x03, 0x91, 0x04, 0x03, 0x92, 0x04, 0x03, 0x93, 0x04, 0x03, 0x94, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1816 0x04, 0x03, 0x95, 0x04, 0x03, 0x96, 0x04, 0x03, 0x97, 0x04, 0x03, 0x98, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1817 0x04, 0x03, 0x99, 0x04, 0x03, 0x9A, 0x04, 0x03, 0x9B, 0x04, 0x03, 0x9C, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1818 0x04, 0x03, 0x9D, 0x04, 0x03, 0x9E, 0x04, 0x03, 0x9F, 0x04, 0x03, 0xA0, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1819 0x04, 0x03, 0xA1, 0x04, 0x03, 0xF4, 0x04, 0x03, 0xA3, 0x04, 0x03, 0xA4, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1820 0x04, 0x03, 0xA5, 0x04, 0x03, 0xA6, 0x04, 0x03, 0xA7, 0x04, 0x03, 0xA8, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1821 0x04, 0x03, 0xA9, 0x04, 0x22, 0x07, 0x04, 0x03, 0xB1, 0x04, 0x03, 0xB2, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1822 0x04, 0x03, 0xB3, 0x04, 0x03, 0xB4, 0x04, 0x03, 0xB5, 0x04, 0x03, 0xB6, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1823 0x04, 0x03, 0xB7, 0x04, 0x03, 0xB8, 0x04, 0x03, 0xB9, 0x04, 0x03, 0xBA, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1824 0x04, 0x03, 0xBB, 0x04, 0x03, 0xBC, 0x04, 0x03, 0xBD, 0x04, 0x03, 0xBE, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1825 0x04, 0x03, 0xBF, 0x04, 0x03, 0xC0, 0x04, 0x03, 0xC1, 0x04, 0x03, 0xC2, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1826 0x04, 0x03, 0xC3, 0x04, 0x03, 0xC4, 0x04, 0x03, 0xC5, 0x04, 0x03, 0xC6, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1827 0x04, 0x03, 0xC7, 0x04, 0x03, 0xC8, 0x04, 0x03, 0xC9, 0x04, 0x22, 0x02, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1828 0x04, 0x03, 0xF5, 0x04, 0x03, 0xD1, 0x04, 0x03, 0xF0, 0x04, 0x03, 0xD5, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1829 0x04, 0x03, 0xF1, 0x04, 0x03, 0xD6, 0x04, 0x03, 0x91, 0x04, 0x03, 0x92, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1830 0x04, 0x03, 0x93, 0x04, 0x03, 0x94, 0x04, 0x03, 0x95, 0x04, 0x03, 0x96, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1831 0x04, 0x03, 0x97, 0x04, 0x03, 0x98, 0x04, 0x03, 0x99, 0x04, 0x03, 0x9A, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1832 0x04, 0x03, 0x9B, 0x04, 0x03, 0x9C, 0x04, 0x03, 0x9D, 0x04, 0x03, 0x9E, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1833 0x04, 0x03, 0x9F, 0x04, 0x03, 0xA0, 0x04, 0x03, 0xA1, 0x04, 0x03, 0xF4, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1834 0x04, 0x03, 0xA3, 0x04, 0x03, 0xA4, 0x04, 0x03, 0xA5, 0x04, 0x03, 0xA6, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1835 0x04, 0x03, 0xA7, 0x04, 0x03, 0xA8, 0x04, 0x03, 0xA9, 0x04, 0x22, 0x07, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1836 0x04, 0x03, 0xB1, 0x04, 0x03, 0xB2, 0x04, 0x03, 0xB3, 0x04, 0x03, 0xB4, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1837 0x04, 0x03, 0xB5, 0x04, 0x03, 0xB6, 0x04, 0x03, 0xB7, 0x04, 0x03, 0xB8, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1838 0x04, 0x03, 0xB9, 0x04, 0x03, 0xBA, 0x04, 0x03, 0xBB, 0x04, 0x03, 0xBC, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1839 0x04, 0x03, 0xBD, 0x04, 0x03, 0xBE, 0x04, 0x03, 0xBF, 0x04, 0x03, 0xC0, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1840 0x04, 0x03, 0xC1, 0x04, 0x03, 0xC2, 0x04, 0x03, 0xC3, 0x04, 0x03, 0xC4, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1841 0x04, 0x03, 0xC5, 0x04, 0x03, 0xC6, 0x04, 0x03, 0xC7, 0x04, 0x03, 0xC8, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1842 0x04, 0x03, 0xC9, 0x04, 0x22, 0x02, 0x04, 0x03, 0xF5, 0x04, 0x03, 0xD1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1843 0x04, 0x03, 0xF0, 0x04, 0x03, 0xD5, 0x04, 0x03, 0xF1, 0x04, 0x03, 0xD6, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1844 0x04, 0x03, 0x91, 0x04, 0x03, 0x92, 0x04, 0x03, 0x93, 0x04, 0x03, 0x94, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1845 0x04, 0x03, 0x95, 0x04, 0x03, 0x96, 0x04, 0x03, 0x97, 0x04, 0x03, 0x98, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1846 0x04, 0x03, 0x99, 0x04, 0x03, 0x9A, 0x04, 0x03, 0x9B, 0x04, 0x03, 0x9C, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1847 0x04, 0x03, 0x9D, 0x04, 0x03, 0x9E, 0x04, 0x03, 0x9F, 0x04, 0x03, 0xA0, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1848 0x04, 0x03, 0xA1, 0x04, 0x03, 0xF4, 0x04, 0x03, 0xA3, 0x04, 0x03, 0xA4, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1849 0x04, 0x03, 0xA5, 0x04, 0x03, 0xA6, 0x04, 0x03, 0xA7, 0x04, 0x03, 0xA8, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1850 0x04, 0x03, 0xA9, 0x04, 0x22, 0x07, 0x04, 0x03, 0xB1, 0x04, 0x03, 0xB2, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1851 0x04, 0x03, 0xB3, 0x04, 0x03, 0xB4, 0x04, 0x03, 0xB5, 0x04, 0x03, 0xB6, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1852 0x04, 0x03, 0xB7, 0x04, 0x03, 0xB8, 0x04, 0x03, 0xB9, 0x04, 0x03, 0xBA, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1853 0x04, 0x03, 0xBB, 0x04, 0x03, 0xBC, 0x04, 0x03, 0xBD, 0x04, 0x03, 0xBE, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1854 0x04, 0x03, 0xBF, 0x04, 0x03, 0xC0, 0x04, 0x03, 0xC1, 0x04, 0x03, 0xC2, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1855 0x04, 0x03, 0xC3, 0x04, 0x03, 0xC4, 0x04, 0x03, 0xC5, 0x04, 0x03, 0xC6, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1856 0x04, 0x03, 0xC7, 0x04, 0x03, 0xC8, 0x04, 0x03, 0xC9, 0x04, 0x22, 0x02, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1857 0x04, 0x03, 0xF5, 0x04, 0x03, 0xD1, 0x04, 0x03, 0xF0, 0x04, 0x03, 0xD5, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1858 0x04, 0x03, 0xF1, 0x04, 0x03, 0xD6, 0x04, 0x03, 0x91, 0x04, 0x03, 0x92, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1859 0x04, 0x03, 0x93, 0x04, 0x03, 0x94, 0x04, 0x03, 0x95, 0x04, 0x03, 0x96, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1860 0x04, 0x03, 0x97, 0x04, 0x03, 0x98, 0x04, 0x03, 0x99, 0x04, 0x03, 0x9A, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1861 0x04, 0x03, 0x9B, 0x04, 0x03, 0x9C, 0x04, 0x03, 0x9D, 0x04, 0x03, 0x9E, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1862 0x04, 0x03, 0x9F, 0x04, 0x03, 0xA0, 0x04, 0x03, 0xA1, 0x04, 0x03, 0xF4, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1863 0x04, 0x03, 0xA3, 0x04, 0x03, 0xA4, 0x04, 0x03, 0xA5, 0x04, 0x03, 0xA6, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1864 0x04, 0x03, 0xA7, 0x04, 0x03, 0xA8, 0x04, 0x03, 0xA9, 0x04, 0x22, 0x07, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1865 0x04, 0x03, 0xB1, 0x04, 0x03, 0xB2, 0x04, 0x03, 0xB3, 0x04, 0x03, 0xB4, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1866 0x04, 0x03, 0xB5, 0x04, 0x03, 0xB6, 0x04, 0x03, 0xB7, 0x04, 0x03, 0xB8, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1867 0x04, 0x03, 0xB9, 0x04, 0x03, 0xBA, 0x04, 0x03, 0xBB, 0x04, 0x03, 0xBC, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1868 0x04, 0x03, 0xBD, 0x04, 0x03, 0xBE, 0x04, 0x03, 0xBF, 0x04, 0x03, 0xC0, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1869 0x04, 0x03, 0xC1, 0x04, 0x03, 0xC2, 0x04, 0x03, 0xC3, 0x04, 0x03, 0xC4, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1870 0x04, 0x03, 0xC5, 0x04, 0x03, 0xC6, 0x04, 0x03, 0xC7, 0x04, 0x03, 0xC8, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1871 0x04, 0x03, 0xC9, 0x04, 0x22, 0x02, 0x04, 0x03, 0xF5, 0x04, 0x03, 0xD1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1872 0x04, 0x03, 0xF0, 0x04, 0x03, 0xD5, 0x04, 0x03, 0xF1, 0x04, 0x03, 0xD6, |
14152 | 1873 0x04, 0x03, 0x91, 0x04, 0x03, 0x92, 0x04, 0x03, 0x93, 0x04, 0x03, 0x94, |
1874 0x04, 0x03, 0x95, 0x04, 0x03, 0x96, 0x04, 0x03, 0x97, 0x04, 0x03, 0x98, | |
1875 0x04, 0x03, 0x99, 0x04, 0x03, 0x9A, 0x04, 0x03, 0x9B, 0x04, 0x03, 0x9C, | |
1876 0x04, 0x03, 0x9D, 0x04, 0x03, 0x9E, 0x04, 0x03, 0x9F, 0x04, 0x03, 0xA0, | |
1877 0x04, 0x03, 0xA1, 0x04, 0x03, 0xF4, 0x04, 0x03, 0xA3, 0x04, 0x03, 0xA4, | |
1878 0x04, 0x03, 0xA5, 0x04, 0x03, 0xA6, 0x04, 0x03, 0xA7, 0x04, 0x03, 0xA8, | |
1879 0x04, 0x03, 0xA9, 0x04, 0x22, 0x07, 0x04, 0x03, 0xB1, 0x04, 0x03, 0xB2, | |
1880 0x04, 0x03, 0xB3, 0x04, 0x03, 0xB4, 0x04, 0x03, 0xB5, 0x04, 0x03, 0xB6, | |
1881 0x04, 0x03, 0xB7, 0x04, 0x03, 0xB8, 0x04, 0x03, 0xB9, 0x04, 0x03, 0xBA, | |
1882 0x04, 0x03, 0xBB, 0x04, 0x03, 0xBC, 0x04, 0x03, 0xBD, 0x04, 0x03, 0xBE, | |
1883 0x04, 0x03, 0xBF, 0x04, 0x03, 0xC0, 0x04, 0x03, 0xC1, 0x04, 0x03, 0xC2, | |
1884 0x04, 0x03, 0xC3, 0x04, 0x03, 0xC4, 0x04, 0x03, 0xC5, 0x04, 0x03, 0xC6, | |
1885 0x04, 0x03, 0xC7, 0x04, 0x03, 0xC8, 0x04, 0x03, 0xC9, 0x04, 0x22, 0x02, | |
1886 0x04, 0x03, 0xF5, 0x04, 0x03, 0xD1, 0x04, 0x03, 0xF0, 0x04, 0x03, 0xD5, | |
1887 0x04, 0x03, 0xF1, 0x04, 0x03, 0xD6, 0x04, 0x03, 0xDC, 0x04, 0x03, 0xDD, | |
11178
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1888 0x04, 0x00, 0x30, 0x04, 0x00, 0x31, 0x04, 0x00, 0x32, 0x04, 0x00, 0x33, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1889 0x04, 0x00, 0x34, 0x04, 0x00, 0x35, 0x04, 0x00, 0x36, 0x04, 0x00, 0x37, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1890 0x04, 0x00, 0x38, 0x04, 0x00, 0x39, 0x04, 0x00, 0x30, 0x04, 0x00, 0x31, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1891 0x04, 0x00, 0x32, 0x04, 0x00, 0x33, 0x04, 0x00, 0x34, 0x04, 0x00, 0x35, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1892 0x04, 0x00, 0x36, 0x04, 0x00, 0x37, 0x04, 0x00, 0x38, 0x04, 0x00, 0x39, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1893 0x04, 0x00, 0x30, 0x04, 0x00, 0x31, 0x04, 0x00, 0x32, 0x04, 0x00, 0x33, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1894 0x04, 0x00, 0x34, 0x04, 0x00, 0x35, 0x04, 0x00, 0x36, 0x04, 0x00, 0x37, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1895 0x04, 0x00, 0x38, 0x04, 0x00, 0x39, 0x04, 0x00, 0x30, 0x04, 0x00, 0x31, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1896 0x04, 0x00, 0x32, 0x04, 0x00, 0x33, 0x04, 0x00, 0x34, 0x04, 0x00, 0x35, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1897 0x04, 0x00, 0x36, 0x04, 0x00, 0x37, 0x04, 0x00, 0x38, 0x04, 0x00, 0x39, |
14152 | 1898 0x04, 0x00, 0x30, 0x04, 0x00, 0x31, 0x04, 0x00, 0x32, 0x04, 0x00, 0x33, |
1899 0x04, 0x00, 0x34, 0x04, 0x00, 0x35, 0x04, 0x00, 0x36, 0x04, 0x00, 0x37, | |
1900 0x04, 0x00, 0x38, 0x04, 0x00, 0x39, 0xC0, 0x00, 0x30, 0x00, 0x00, 0x2E, | |
1901 0xC0, 0x00, 0x30, 0x00, 0x00, 0x2C, 0xC0, 0x00, 0x31, 0x00, 0x00, 0x2C, | |
1902 0xC0, 0x00, 0x32, 0x00, 0x00, 0x2C, 0xC0, 0x00, 0x33, 0x00, 0x00, 0x2C, | |
1903 0xC0, 0x00, 0x34, 0x00, 0x00, 0x2C, 0xC0, 0x00, 0x35, 0x00, 0x00, 0x2C, | |
1904 0xC0, 0x00, 0x36, 0x00, 0x00, 0x2C, 0xC0, 0x00, 0x37, 0x00, 0x00, 0x2C, | |
1905 0xC0, 0x00, 0x38, 0x00, 0x00, 0x2C, 0xC0, 0x00, 0x39, 0x00, 0x00, 0x2C, | |
1906 0xC0, 0x00, 0x28, 0x80, 0x00, 0x41, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, | |
1907 0x80, 0x00, 0x42, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x43, | |
1908 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x44, 0x00, 0x00, 0x29, | |
1909 0xC0, 0x00, 0x28, 0x80, 0x00, 0x45, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, | |
1910 0x80, 0x00, 0x46, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x47, | |
1911 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x48, 0x00, 0x00, 0x29, | |
1912 0xC0, 0x00, 0x28, 0x80, 0x00, 0x49, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, | |
1913 0x80, 0x00, 0x4A, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x4B, | |
1914 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x4C, 0x00, 0x00, 0x29, | |
1915 0xC0, 0x00, 0x28, 0x80, 0x00, 0x4D, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, | |
1916 0x80, 0x00, 0x4E, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x4F, | |
1917 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x50, 0x00, 0x00, 0x29, | |
1918 0xC0, 0x00, 0x28, 0x80, 0x00, 0x51, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, | |
1919 0x80, 0x00, 0x52, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x53, | |
1920 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x54, 0x00, 0x00, 0x29, | |
1921 0xC0, 0x00, 0x28, 0x80, 0x00, 0x55, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, | |
1922 0x80, 0x00, 0x56, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x57, | |
1923 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x58, 0x00, 0x00, 0x29, | |
1924 0xC0, 0x00, 0x28, 0x80, 0x00, 0x59, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, | |
1925 0x80, 0x00, 0x5A, 0x00, 0x00, 0x29, 0xC0, 0x30, 0x14, 0x80, 0x00, 0x53, | |
1926 0x00, 0x30, 0x15, 0x1C, 0x00, 0x43, 0x1C, 0x00, 0x52, 0x9C, 0x00, 0x43, | |
1927 0x00, 0x00, 0x44, 0x9C, 0x00, 0x57, 0x00, 0x00, 0x5A, 0x38, 0x00, 0x42, | |
1928 0x38, 0x00, 0x4E, 0x38, 0x00, 0x50, 0x38, 0x00, 0x53, 0x38, 0x00, 0x57, | |
1929 0xB8, 0x00, 0x48, 0x00, 0x00, 0x56, 0xB8, 0x00, 0x4D, 0x00, 0x00, 0x56, | |
1930 0xB8, 0x00, 0x53, 0x00, 0x00, 0x44, 0xB8, 0x00, 0x53, 0x00, 0x00, 0x53, | |
1931 0xB8, 0x00, 0x50, 0x80, 0x00, 0x50, 0x00, 0x00, 0x56, 0xB8, 0x00, 0x44, | |
1932 0x00, 0x00, 0x4A, 0xB8, 0x30, 0x7B, 0x00, 0x30, 0x4B, 0x38, 0x62, 0x4B, | |
1933 0x38, 0x5B, 0x57, 0x38, 0x53, 0xCC, 0x38, 0x30, 0xC7, 0x38, 0x4E, 0x8C, | |
1934 0x38, 0x59, 0x1A, 0x38, 0x89, 0xE3, 0x38, 0x59, 0x29, 0x38, 0x4E, 0xA4, | |
1935 0x38, 0x66, 0x20, 0x38, 0x71, 0x21, 0x38, 0x65, 0x99, 0x38, 0x52, 0x4D, | |
1936 0x38, 0x5F, 0x8C, 0x38, 0x51, 0x8D, 0x38, 0x65, 0xB0, 0x38, 0x52, 0x1D, | |
1937 0x38, 0x7D, 0x42, 0x38, 0x75, 0x1F, 0x38, 0x8C, 0xA9, 0x38, 0x58, 0xF0, | |
1938 0x38, 0x54, 0x39, 0x38, 0x6F, 0x14, 0x38, 0x62, 0x95, 0x38, 0x63, 0x55, | |
1939 0x38, 0x4E, 0x00, 0x38, 0x4E, 0x09, 0x38, 0x90, 0x4A, 0x38, 0x5D, 0xE6, | |
1940 0x38, 0x4E, 0x2D, 0x38, 0x53, 0xF3, 0x38, 0x63, 0x07, 0x38, 0x8D, 0x70, | |
1941 0x38, 0x62, 0x53, 0xC0, 0x30, 0x14, 0x80, 0x67, 0x2C, 0x00, 0x30, 0x15, | |
1942 0xC0, 0x30, 0x14, 0x80, 0x4E, 0x09, 0x00, 0x30, 0x15, 0xC0, 0x30, 0x14, | |
1943 0x80, 0x4E, 0x8C, 0x00, 0x30, 0x15, 0xC0, 0x30, 0x14, 0x80, 0x5B, 0x89, | |
1944 0x00, 0x30, 0x15, 0xC0, 0x30, 0x14, 0x80, 0x70, 0xB9, 0x00, 0x30, 0x15, | |
1945 0xC0, 0x30, 0x14, 0x80, 0x62, 0x53, 0x00, 0x30, 0x15, 0xC0, 0x30, 0x14, | |
1946 0x80, 0x76, 0xD7, 0x00, 0x30, 0x15, 0xC0, 0x30, 0x14, 0x80, 0x52, 0xDD, | |
1947 0x00, 0x30, 0x15, 0xC0, 0x30, 0x14, 0x80, 0x65, 0x57, 0x00, 0x30, 0x15, | |
11178
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1948 0x00, 0x4E, 0x3D, 0x00, 0x4E, 0x38, 0x00, 0x4E, 0x41, 0x02, 0x01, 0x22, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1949 0x00, 0x4F, 0x60, 0x00, 0x4F, 0xAE, 0x00, 0x4F, 0xBB, 0x00, 0x50, 0x02, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1950 0x00, 0x50, 0x7A, 0x00, 0x50, 0x99, 0x00, 0x50, 0xE7, 0x00, 0x50, 0xCF, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1951 0x00, 0x34, 0x9E, 0x02, 0x06, 0x3A, 0x00, 0x51, 0x4D, 0x00, 0x51, 0x54, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1952 0x00, 0x51, 0x64, 0x00, 0x51, 0x77, 0x02, 0x05, 0x1C, 0x00, 0x34, 0xB9, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1953 0x00, 0x51, 0x67, 0x00, 0x51, 0x8D, 0x02, 0x05, 0x4B, 0x00, 0x51, 0x97, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1954 0x00, 0x51, 0xA4, 0x00, 0x4E, 0xCC, 0x00, 0x51, 0xAC, 0x00, 0x51, 0xB5, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1955 0x02, 0x91, 0xDF, 0x00, 0x51, 0xF5, 0x00, 0x52, 0x03, 0x00, 0x34, 0xDF, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1956 0x00, 0x52, 0x3B, 0x00, 0x52, 0x46, 0x00, 0x52, 0x72, 0x00, 0x52, 0x77, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1957 0x00, 0x35, 0x15, 0x00, 0x52, 0xC7, 0x00, 0x52, 0xC9, 0x00, 0x52, 0xE4, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1958 0x00, 0x52, 0xFA, 0x00, 0x53, 0x05, 0x00, 0x53, 0x06, 0x00, 0x53, 0x17, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1959 0x00, 0x53, 0x49, 0x00, 0x53, 0x51, 0x00, 0x53, 0x5A, 0x00, 0x53, 0x73, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1960 0x00, 0x53, 0x7D, 0x00, 0x53, 0x7F, 0x00, 0x53, 0x7F, 0x00, 0x53, 0x7F, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1961 0x02, 0x0A, 0x2C, 0x00, 0x70, 0x70, 0x00, 0x53, 0xCA, 0x00, 0x53, 0xDF, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1962 0x02, 0x0B, 0x63, 0x00, 0x53, 0xEB, 0x00, 0x53, 0xF1, 0x00, 0x54, 0x06, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1963 0x00, 0x54, 0x9E, 0x00, 0x54, 0x38, 0x00, 0x54, 0x48, 0x00, 0x54, 0x68, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1964 0x00, 0x54, 0xA2, 0x00, 0x54, 0xF6, 0x00, 0x55, 0x10, 0x00, 0x55, 0x53, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1965 0x00, 0x55, 0x63, 0x00, 0x55, 0x84, 0x00, 0x55, 0x84, 0x00, 0x55, 0x99, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1966 0x00, 0x55, 0xAB, 0x00, 0x55, 0xB3, 0x00, 0x55, 0xC2, 0x00, 0x57, 0x16, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1967 0x00, 0x56, 0x06, 0x00, 0x57, 0x17, 0x00, 0x56, 0x51, 0x00, 0x56, 0x74, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1968 0x00, 0x52, 0x07, 0x00, 0x58, 0xEE, 0x00, 0x57, 0xCE, 0x00, 0x57, 0xF4, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1969 0x00, 0x58, 0x0D, 0x00, 0x57, 0x8B, 0x00, 0x58, 0x32, 0x00, 0x58, 0x31, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1970 0x00, 0x58, 0xAC, 0x02, 0x14, 0xE4, 0x00, 0x58, 0xF2, 0x00, 0x58, 0xF7, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1971 0x00, 0x59, 0x06, 0x00, 0x59, 0x1A, 0x00, 0x59, 0x22, 0x00, 0x59, 0x62, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1972 0x02, 0x16, 0xA8, 0x02, 0x16, 0xEA, 0x00, 0x59, 0xEC, 0x00, 0x5A, 0x1B, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1973 0x00, 0x5A, 0x27, 0x00, 0x59, 0xD8, 0x00, 0x5A, 0x66, 0x00, 0x36, 0xEE, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1974 0x00, 0x36, 0xFC, 0x00, 0x5B, 0x08, 0x00, 0x5B, 0x3E, 0x00, 0x5B, 0x3E, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1975 0x02, 0x19, 0xC8, 0x00, 0x5B, 0xC3, 0x00, 0x5B, 0xD8, 0x00, 0x5B, 0xE7, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1976 0x00, 0x5B, 0xF3, 0x02, 0x1B, 0x18, 0x00, 0x5B, 0xFF, 0x00, 0x5C, 0x06, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1977 0x00, 0x5F, 0x53, 0x00, 0x5C, 0x22, 0x00, 0x37, 0x81, 0x00, 0x5C, 0x60, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1978 0x00, 0x5C, 0x6E, 0x00, 0x5C, 0xC0, 0x00, 0x5C, 0x8D, 0x02, 0x1D, 0xE4, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1979 0x00, 0x5D, 0x43, 0x02, 0x1D, 0xE6, 0x00, 0x5D, 0x6E, 0x00, 0x5D, 0x6B, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1980 0x00, 0x5D, 0x7C, 0x00, 0x5D, 0xE1, 0x00, 0x5D, 0xE2, 0x00, 0x38, 0x2F, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1981 0x00, 0x5D, 0xFD, 0x00, 0x5E, 0x28, 0x00, 0x5E, 0x3D, 0x00, 0x5E, 0x69, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1982 0x00, 0x38, 0x62, 0x02, 0x21, 0x83, 0x00, 0x38, 0x7C, 0x00, 0x5E, 0xB0, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1983 0x00, 0x5E, 0xB3, 0x00, 0x5E, 0xB6, 0x00, 0x5E, 0xCA, 0x02, 0xA3, 0x92, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1984 0x00, 0x5E, 0xFE, 0x02, 0x23, 0x31, 0x02, 0x23, 0x31, 0x00, 0x82, 0x01, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1985 0x00, 0x5F, 0x22, 0x00, 0x5F, 0x22, 0x00, 0x38, 0xC7, 0x02, 0x32, 0xB8, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1986 0x02, 0x61, 0xDA, 0x00, 0x5F, 0x62, 0x00, 0x5F, 0x6B, 0x00, 0x38, 0xE3, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1987 0x00, 0x5F, 0x9A, 0x00, 0x5F, 0xCD, 0x00, 0x5F, 0xD7, 0x00, 0x5F, 0xF9, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1988 0x00, 0x60, 0x81, 0x00, 0x39, 0x3A, 0x00, 0x39, 0x1C, 0x00, 0x60, 0x94, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1989 0x02, 0x26, 0xD4, 0x00, 0x60, 0xC7, 0x00, 0x61, 0x48, 0x00, 0x61, 0x4C, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1990 0x00, 0x61, 0x4E, 0x00, 0x61, 0x4C, 0x00, 0x61, 0x7A, 0x00, 0x61, 0x8E, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1991 0x00, 0x61, 0xB2, 0x00, 0x61, 0xA4, 0x00, 0x61, 0xAF, 0x00, 0x61, 0xDE, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1992 0x00, 0x61, 0xF2, 0x00, 0x61, 0xF6, 0x00, 0x62, 0x10, 0x00, 0x62, 0x1B, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1993 0x00, 0x62, 0x5D, 0x00, 0x62, 0xB1, 0x00, 0x62, 0xD4, 0x00, 0x63, 0x50, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1994 0x02, 0x2B, 0x0C, 0x00, 0x63, 0x3D, 0x00, 0x62, 0xFC, 0x00, 0x63, 0x68, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1995 0x00, 0x63, 0x83, 0x00, 0x63, 0xE4, 0x02, 0x2B, 0xF1, 0x00, 0x64, 0x22, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1996 0x00, 0x63, 0xC5, 0x00, 0x63, 0xA9, 0x00, 0x3A, 0x2E, 0x00, 0x64, 0x69, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1997 0x00, 0x64, 0x7E, 0x00, 0x64, 0x9D, 0x00, 0x64, 0x77, 0x00, 0x3A, 0x6C, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1998 0x00, 0x65, 0x4F, 0x00, 0x65, 0x6C, 0x02, 0x30, 0x0A, 0x00, 0x65, 0xE3, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1999 0x00, 0x66, 0xF8, 0x00, 0x66, 0x49, 0x00, 0x3B, 0x19, 0x00, 0x66, 0x91, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2000 0x00, 0x3B, 0x08, 0x00, 0x3A, 0xE4, 0x00, 0x51, 0x92, 0x00, 0x51, 0x95, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2001 0x00, 0x67, 0x00, 0x00, 0x66, 0x9C, 0x00, 0x80, 0xAD, 0x00, 0x43, 0xD9, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2002 0x00, 0x67, 0x17, 0x00, 0x67, 0x1B, 0x00, 0x67, 0x21, 0x00, 0x67, 0x5E, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2003 0x00, 0x67, 0x53, 0x02, 0x33, 0xC3, 0x00, 0x3B, 0x49, 0x00, 0x67, 0xFA, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2004 0x00, 0x67, 0x85, 0x00, 0x68, 0x52, 0x00, 0x68, 0x85, 0x02, 0x34, 0x6D, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2005 0x00, 0x68, 0x8E, 0x00, 0x68, 0x1F, 0x00, 0x69, 0x14, 0x00, 0x3B, 0x9D, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2006 0x00, 0x69, 0x42, 0x00, 0x69, 0xA3, 0x00, 0x69, 0xEA, 0x00, 0x6A, 0xA8, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2007 0x02, 0x36, 0xA3, 0x00, 0x6A, 0xDB, 0x00, 0x3C, 0x18, 0x00, 0x6B, 0x21, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2008 0x02, 0x38, 0xA7, 0x00, 0x6B, 0x54, 0x00, 0x3C, 0x4E, 0x00, 0x6B, 0x72, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2009 0x00, 0x6B, 0x9F, 0x00, 0x6B, 0xBA, 0x00, 0x6B, 0xBB, 0x02, 0x3A, 0x8D, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2010 0x02, 0x1D, 0x0B, 0x02, 0x3A, 0xFA, 0x00, 0x6C, 0x4E, 0x02, 0x3C, 0xBC, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2011 0x00, 0x6C, 0xBF, 0x00, 0x6C, 0xCD, 0x00, 0x6C, 0x67, 0x00, 0x6D, 0x16, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2012 0x00, 0x6D, 0x3E, 0x00, 0x6D, 0x77, 0x00, 0x6D, 0x41, 0x00, 0x6D, 0x69, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2013 0x00, 0x6D, 0x78, 0x00, 0x6D, 0x85, 0x02, 0x3D, 0x1E, 0x00, 0x6D, 0x34, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2014 0x00, 0x6E, 0x2F, 0x00, 0x6E, 0x6E, 0x00, 0x3D, 0x33, 0x00, 0x6E, 0xCB, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2015 0x00, 0x6E, 0xC7, 0x02, 0x3E, 0xD1, 0x00, 0x6D, 0xF9, 0x00, 0x6F, 0x6E, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2016 0x02, 0x3F, 0x5E, 0x02, 0x3F, 0x8E, 0x00, 0x6F, 0xC6, 0x00, 0x70, 0x39, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2017 0x00, 0x70, 0x1E, 0x00, 0x70, 0x1B, 0x00, 0x3D, 0x96, 0x00, 0x70, 0x4A, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2018 0x00, 0x70, 0x7D, 0x00, 0x70, 0x77, 0x00, 0x70, 0xAD, 0x02, 0x05, 0x25, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2019 0x00, 0x71, 0x45, 0x02, 0x42, 0x63, 0x00, 0x71, 0x9C, 0x02, 0x43, 0xAB, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2020 0x00, 0x72, 0x28, 0x00, 0x72, 0x35, 0x00, 0x72, 0x50, 0x02, 0x46, 0x08, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2021 0x00, 0x72, 0x80, 0x00, 0x72, 0x95, 0x02, 0x47, 0x35, 0x02, 0x48, 0x14, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2022 0x00, 0x73, 0x7A, 0x00, 0x73, 0x8B, 0x00, 0x3E, 0xAC, 0x00, 0x73, 0xA5, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2023 0x00, 0x3E, 0xB8, 0x00, 0x3E, 0xB8, 0x00, 0x74, 0x47, 0x00, 0x74, 0x5C, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2024 0x00, 0x74, 0x71, 0x00, 0x74, 0x85, 0x00, 0x74, 0xCA, 0x00, 0x3F, 0x1B, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2025 0x00, 0x75, 0x24, 0x02, 0x4C, 0x36, 0x00, 0x75, 0x3E, 0x02, 0x4C, 0x92, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2026 0x00, 0x75, 0x70, 0x02, 0x21, 0x9F, 0x00, 0x76, 0x10, 0x02, 0x4F, 0xA1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2027 0x02, 0x4F, 0xB8, 0x02, 0x50, 0x44, 0x00, 0x3F, 0xFC, 0x00, 0x40, 0x08, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2028 0x00, 0x76, 0xF4, 0x02, 0x50, 0xF3, 0x02, 0x50, 0xF2, 0x02, 0x51, 0x19, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2029 0x02, 0x51, 0x33, 0x00, 0x77, 0x1E, 0x00, 0x77, 0x1F, 0x00, 0x77, 0x1F, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2030 0x00, 0x77, 0x4A, 0x00, 0x40, 0x39, 0x00, 0x77, 0x8B, 0x00, 0x40, 0x46, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2031 0x00, 0x40, 0x96, 0x02, 0x54, 0x1D, 0x00, 0x78, 0x4E, 0x00, 0x78, 0x8C, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2032 0x00, 0x78, 0xCC, 0x00, 0x40, 0xE3, 0x02, 0x56, 0x26, 0x00, 0x79, 0x56, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2033 0x02, 0x56, 0x9A, 0x02, 0x56, 0xC5, 0x00, 0x79, 0x8F, 0x00, 0x79, 0xEB, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2034 0x00, 0x41, 0x2F, 0x00, 0x7A, 0x40, 0x00, 0x7A, 0x4A, 0x00, 0x7A, 0x4F, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2035 0x02, 0x59, 0x7C, 0x02, 0x5A, 0xA7, 0x02, 0x5A, 0xA7, 0x00, 0x7A, 0xEE, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2036 0x00, 0x42, 0x02, 0x02, 0x5B, 0xAB, 0x00, 0x7B, 0xC6, 0x00, 0x7B, 0xC9, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2037 0x00, 0x42, 0x27, 0x02, 0x5C, 0x80, 0x00, 0x7C, 0xD2, 0x00, 0x42, 0xA0, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2038 0x00, 0x7C, 0xE8, 0x00, 0x7C, 0xE3, 0x00, 0x7D, 0x00, 0x02, 0x5F, 0x86, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2039 0x00, 0x7D, 0x63, 0x00, 0x43, 0x01, 0x00, 0x7D, 0xC7, 0x00, 0x7E, 0x02, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2040 0x00, 0x7E, 0x45, 0x00, 0x43, 0x34, 0x02, 0x62, 0x28, 0x02, 0x62, 0x47, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2041 0x00, 0x43, 0x59, 0x02, 0x62, 0xD9, 0x00, 0x7F, 0x7A, 0x02, 0x63, 0x3E, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2042 0x00, 0x7F, 0x95, 0x00, 0x7F, 0xFA, 0x00, 0x80, 0x05, 0x02, 0x64, 0xDA, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2043 0x02, 0x65, 0x23, 0x00, 0x80, 0x60, 0x02, 0x65, 0xA8, 0x00, 0x80, 0x70, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2044 0x02, 0x33, 0x5F, 0x00, 0x43, 0xD5, 0x00, 0x80, 0xB2, 0x00, 0x81, 0x03, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2045 0x00, 0x44, 0x0B, 0x00, 0x81, 0x3E, 0x00, 0x5A, 0xB5, 0x02, 0x67, 0xA7, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2046 0x02, 0x67, 0xB5, 0x02, 0x33, 0x93, 0x02, 0x33, 0x9C, 0x00, 0x82, 0x01, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2047 0x00, 0x82, 0x04, 0x00, 0x8F, 0x9E, 0x00, 0x44, 0x6B, 0x00, 0x82, 0x91, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2048 0x00, 0x82, 0x8B, 0x00, 0x82, 0x9D, 0x00, 0x52, 0xB3, 0x00, 0x82, 0xB1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2049 0x00, 0x82, 0xB3, 0x00, 0x82, 0xBD, 0x00, 0x82, 0xE6, 0x02, 0x6B, 0x3C, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2050 0x00, 0x82, 0xE5, 0x00, 0x83, 0x1D, 0x00, 0x83, 0x63, 0x00, 0x83, 0xAD, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2051 0x00, 0x83, 0x23, 0x00, 0x83, 0xBD, 0x00, 0x83, 0xE7, 0x00, 0x84, 0x57, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2052 0x00, 0x83, 0x53, 0x00, 0x83, 0xCA, 0x00, 0x83, 0xCC, 0x00, 0x83, 0xDC, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2053 0x02, 0x6C, 0x36, 0x02, 0x6D, 0x6B, 0x02, 0x6C, 0xD5, 0x00, 0x45, 0x2B, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2054 0x00, 0x84, 0xF1, 0x00, 0x84, 0xF3, 0x00, 0x85, 0x16, 0x02, 0x73, 0xCA, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2055 0x00, 0x85, 0x64, 0x02, 0x6F, 0x2C, 0x00, 0x45, 0x5D, 0x00, 0x45, 0x61, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2056 0x02, 0x6F, 0xB1, 0x02, 0x70, 0xD2, 0x00, 0x45, 0x6B, 0x00, 0x86, 0x50, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2057 0x00, 0x86, 0x5C, 0x00, 0x86, 0x67, 0x00, 0x86, 0x69, 0x00, 0x86, 0xA9, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2058 0x00, 0x86, 0x88, 0x00, 0x87, 0x0E, 0x00, 0x86, 0xE2, 0x00, 0x87, 0x79, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2059 0x00, 0x87, 0x28, 0x00, 0x87, 0x6B, 0x00, 0x87, 0x86, 0x00, 0x45, 0xD7, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2060 0x00, 0x87, 0xE1, 0x00, 0x88, 0x01, 0x00, 0x45, 0xF9, 0x00, 0x88, 0x60, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2061 0x00, 0x88, 0x63, 0x02, 0x76, 0x67, 0x00, 0x88, 0xD7, 0x00, 0x88, 0xDE, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2062 0x00, 0x46, 0x35, 0x00, 0x88, 0xFA, 0x00, 0x34, 0xBB, 0x02, 0x78, 0xAE, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2063 0x02, 0x79, 0x66, 0x00, 0x46, 0xBE, 0x00, 0x46, 0xC7, 0x00, 0x8A, 0xA0, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2064 0x00, 0x8A, 0xED, 0x00, 0x8B, 0x8A, 0x00, 0x8C, 0x55, 0x02, 0x7C, 0xA8, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2065 0x00, 0x8C, 0xAB, 0x00, 0x8C, 0xC1, 0x00, 0x8D, 0x1B, 0x00, 0x8D, 0x77, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2066 0x02, 0x7F, 0x2F, 0x02, 0x08, 0x04, 0x00, 0x8D, 0xCB, 0x00, 0x8D, 0xBC, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2067 0x00, 0x8D, 0xF0, 0x02, 0x08, 0xDE, 0x00, 0x8E, 0xD4, 0x00, 0x8F, 0x38, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2068 0x02, 0x85, 0xD2, 0x02, 0x85, 0xED, 0x00, 0x90, 0x94, 0x00, 0x90, 0xF1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2069 0x00, 0x91, 0x11, 0x02, 0x87, 0x2E, 0x00, 0x91, 0x1B, 0x00, 0x92, 0x38, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2070 0x00, 0x92, 0xD7, 0x00, 0x92, 0xD8, 0x00, 0x92, 0x7C, 0x00, 0x93, 0xF9, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2071 0x00, 0x94, 0x15, 0x02, 0x8B, 0xFA, 0x00, 0x95, 0x8B, 0x00, 0x49, 0x95, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2072 0x00, 0x95, 0xB7, 0x02, 0x8D, 0x77, 0x00, 0x49, 0xE6, 0x00, 0x96, 0xC3, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2073 0x00, 0x5D, 0xB2, 0x00, 0x97, 0x23, 0x02, 0x91, 0x45, 0x02, 0x92, 0x1A, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2074 0x00, 0x4A, 0x6E, 0x00, 0x4A, 0x76, 0x00, 0x97, 0xE0, 0x02, 0x94, 0x0A, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2075 0x00, 0x4A, 0xB2, 0x02, 0x94, 0x96, 0x00, 0x98, 0x0B, 0x00, 0x98, 0x0B, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2076 0x00, 0x98, 0x29, 0x02, 0x95, 0xB6, 0x00, 0x98, 0xE2, 0x00, 0x4B, 0x33, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2077 0x00, 0x99, 0x29, 0x00, 0x99, 0xA7, 0x00, 0x99, 0xC2, 0x00, 0x99, 0xFE, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2078 0x00, 0x4B, 0xCE, 0x02, 0x9B, 0x30, 0x00, 0x9B, 0x12, 0x00, 0x9C, 0x40, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2079 0x00, 0x9C, 0xFD, 0x00, 0x4C, 0xCE, 0x00, 0x4C, 0xED, 0x00, 0x9D, 0x67, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2080 0x02, 0xA0, 0xCE, 0x00, 0x4C, 0xF8, 0x02, 0xA1, 0x05, 0x02, 0xA2, 0x0E, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2081 0x02, 0xA2, 0x91, 0x00, 0x9E, 0xBB, 0x00, 0x4D, 0x56, 0x00, 0x9E, 0xF9, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2082 0x00, 0x9E, 0xFE, 0x00, 0x9F, 0x05, 0x00, 0x9F, 0x0F, 0x00, 0x9F, 0x16, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2083 0x00, 0x9F, 0x3B, 0x02, 0xA6, 0x00 |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2084 }; |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2085 |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2086 const decomp_index_table_t gl_uninorm_decomp_index_table = |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2087 { |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2088 { |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2089 0, 32, 64, 96, 128, -1, 160, 192, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2090 224, 256, 288, 320, 352, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2091 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2092 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2093 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2094 -1, 384, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2095 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2096 -1, -1, -1, -1, -1, -1, 416, 448, |
14152 | 2097 -1, -1, -1, -1, 480, -1, -1, -1, |
11178
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2098 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2099 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2100 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2101 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2102 -1, -1, -1, -1, -1, -1, -1, -1, |
14152 | 2103 -1, -1, -1, -1, 512, 544, -1, -1, |
2104 -1, -1, -1, -1, 576, -1, -1, -1, | |
11178
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2105 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2106 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2107 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2108 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2109 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2110 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2111 -1, -1, -1, -1, -1, -1, -1, -1, |
14152 | 2112 -1, -1, -1, -1, -1, -1, 608 |
11178
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2113 }, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2114 { |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2115 -1, -1, -1, -1, -1, 0, 32, 64, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2116 96, 128, 160, 192, -1, 224, 256, 288, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2117 320, 352, -1, -1, -1, 384, 416, 448, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2118 -1, -1, 480, 512, 544, 576, 608, 640, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2119 672, 704, 736, 768, -1, -1, 800, 832, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2120 -1, -1, -1, -1, 864, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2121 -1, 896, -1, 928, -1, -1, 960, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2122 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2123 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2124 -1, 992, 1024, -1, -1, -1, 1056, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2125 -1, 1088, 1120, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2126 -1, -1, 1152, -1, 1184, -1, 1216, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2127 -1, -1, 1248, -1, -1, -1, 1280, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2128 -1, -1, 1312, -1, -1, -1, 1344, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2129 -1, 1376, -1, -1, -1, 1408, 1440, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2130 1472, -1, 1504, 1536, 1568, 1600, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2131 -1, 1632, -1, -1, -1, -1, -1, 1664, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2132 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2133 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2134 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2135 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2136 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2137 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2138 1696, 1728, 1760, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2139 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2140 -1, 1792, 1824, 1856, 1888, 1920, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2141 1952, 1984, 2016, 2048, 2080, 2112, 2144, 2176, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2142 2208, 2240, 2272, 2304, 2336, 2368, 2400, 2432, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2143 2464, 2496, 2528, 2560, 2592, 2624, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2144 2656, 2688, 2720, 2752, 2784, 2816, 2848, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2145 2880, 2912, 2944, 2976, 3008, 3040, -1, 3072, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2146 -1, 3104, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2147 -1, -1, -1, 3136, 3168, 3200, 3232, 3264, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2148 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2149 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2150 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2151 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2152 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2153 3296, -1, -1, 3328, -1, -1, 3360, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2154 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2155 -1, -1, -1, 3392, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2156 -1, -1, -1, 3424, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2157 -1, -1, -1, -1, 3456, -1, -1, 3488, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2158 3520, 3552, 3584, 3616, 3648, 3680, 3712, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2159 3744, 3776, 3808, 3840, 3872, 3904, 3936, 3968, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2160 -1, 4000, 4032, 4064, 4096, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2161 4128, 4160, 4192, 4224, 4256, 4288, 4320, 4352, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2162 4384, 4416, 4448, 4480, 4512, 4544, 4576, 4608, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2163 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2164 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2165 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2166 -1, -1, -1, 4640, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2167 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2168 4672, 4704, 4736, 4768, 4800, 4832, 4864, 4896, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2169 4928, 4960, 4992, 5024, 5056, 5088, 5120, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2170 5152, 5184, 5216, 5248, 5280, 5312, 5344, 5376, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2171 5408, 5440, 5472, 5504, 5536, 5568, 5600, 5632, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2172 5664, 5696, 5728, 5760, 5792, 5824, 5856, 5888, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2173 5920, 5952, 5984, 6016, 6048, 6080, 6112, 6144, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2174 6176, 6208, 6240, 6272, 6304, 6336, 6368, 6400, |
14152 | 2175 -1, -1, -1, -1, 6432, 6464, -1, -1, |
11178
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2176 -1, -1, -1, -1, -1, -1, -1, -1, |
14152 | 2177 -1, -1, -1, -1, -1, -1, -1, -1, |
2178 -1, -1, -1, -1, -1, -1, -1, -1, | |
2179 -1, -1, -1, -1, -1, -1, -1, -1, | |
2180 -1, -1, 6496, 6528, -1, 6560, 6592, -1, | |
11178
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2181 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2182 -1, -1, -1, -1, -1, -1, -1, -1, |
14152 | 2183 6624, 6656, 6688, 6720, 6752, 6784, 6816, 6848, |
2184 6880, 6912, 6944, 6976, 7008, 7040, 7072, 7104, | |
2185 7136, 7168, 7200, 7232, 7264, 7296, 7328, 7360, | |
2186 7392, 7424, 7456, 7488, 7520, 7552, 7584, 7616, | |
2187 -1, -1, -1, -1, -1, -1, -1, -1, | |
2188 7648, 7680, 7712, -1, 7744, -1, -1, -1, | |
2189 7776, 7808, 7840, -1, -1, -1, -1, -1, | |
2190 -1, -1, -1, -1, -1, -1, -1, -1, | |
2191 7872, 7904, 7936, 7968, 8000, 8032, 8064, 8096, | |
2192 8128, 8160, 8192, 8224, 8256, 8288, 8320, 8352, | |
2193 8384, -1, -1, -1, -1, -1, -1, -1, | |
11178
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2194 -1, -1, -1, -1, -1, -1, -1, -1 |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2195 }, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2196 { |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2197 32768, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2198 32769, -1, 32771, -1, -1, -1, -1, 32772, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2199 -1, -1, 32774, 32775, 32776, 32778, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2200 32779, 32781, 32782, -1, 32783, 32786, 32789, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2201 24, 26, 28, 30, 32, 34, -1, 36, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2202 38, 40, 42, 44, 46, 48, 50, 52, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2203 -1, 54, 56, 58, 60, 62, 64, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2204 -1, 66, 68, 70, 72, 74, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2205 76, 78, 80, 82, 84, 86, -1, 88, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2206 90, 92, 94, 96, 98, 100, 102, 104, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2207 -1, 106, 108, 110, 112, 114, 116, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2208 -1, 118, 120, 122, 124, 126, -1, 128, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2209 130, 132, 134, 136, 138, 140, 142, 144, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2210 146, 148, 150, 152, 154, 156, 158, 160, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2211 -1, -1, 162, 164, 166, 168, 170, 172, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2212 174, 176, 178, 180, 182, 184, 186, 188, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2213 190, 192, 194, 196, 198, 200, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2214 202, 204, 206, 208, 210, 212, 214, 216, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2215 218, -1, 32988, 32990, 224, 226, 228, 230, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2216 -1, 232, 234, 236, 238, 240, 242, 33012, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2217 33014, -1, -1, 248, 250, 252, 254, 256, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2218 258, 33028, -1, -1, 262, 264, 266, 268, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2219 270, 272, -1, -1, 274, 276, 278, 280, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2220 282, 284, 286, 288, 290, 292, 294, 296, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2221 298, 300, 302, 304, 306, 308, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2222 310, 312, 314, 316, 318, 320, 322, 324, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2223 326, 328, 330, 332, 334, 336, 338, 340, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2224 342, 344, 346, 348, 350, 352, 354, 33124, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2225 357, 359, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2226 -1, -1, -1, -1, -1, -1, -1, 361, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2227 363, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2228 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2229 -1, -1, -1, -1, 33133, 33135, 33137, 33139, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2230 33141, 33143, 33145, 33147, 33149, 383, 385, 387, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2231 389, 391, 393, 395, 397, 399, 401, 403, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2232 405, 407, 409, 411, 413, -1, 415, 417, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2233 419, 421, 423, 425, -1, -1, 427, 429, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2234 431, 433, 435, 437, 439, 441, 443, 445, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2235 447, 33217, 33219, 33221, 455, 457, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2236 459, 461, 463, 465, 467, 469, 471, 473, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2237 475, 477, 479, 481, 483, 485, 487, 489, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2238 491, 493, 495, 497, 499, 501, 503, 505, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2239 507, 509, 511, 513, 515, 517, 519, 521, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2240 523, 525, 527, 529, -1, -1, 531, 533, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2241 -1, -1, -1, -1, -1, -1, 535, 537, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2242 539, 541, 543, 545, 547, 549, 551, 553, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2243 555, 557, 559, 561, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2244 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2245 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2246 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2247 33331, 33332, 33333, 33334, 33335, 33336, 33337, 33338, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2248 33339, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2249 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2250 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2251 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2252 33340, 33342, 33344, 33346, 33348, 33350, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2253 33352, 33353, 33354, 33355, 33356, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2254 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2255 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2256 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2257 589, 590, -1, 591, 592, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2258 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2259 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2260 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2261 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2262 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2263 -1, -1, -1, -1, 594, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2264 -1, -1, 33363, -1, -1, -1, 597, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2265 -1, -1, -1, -1, 33366, 600, 602, 604, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2266 605, 607, 609, -1, 611, -1, 613, 615, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2267 617, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2268 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2269 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2270 -1, -1, 619, 621, 623, 625, 627, 629, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2271 631, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2272 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2273 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2274 -1, -1, 633, 635, 637, 639, 641, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2275 33411, 33412, 33413, 646, 648, 33418, 33419, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2276 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2277 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2278 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2279 33420, 33421, 33422, -1, 33423, 33424, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2280 -1, 33425, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2281 658, 660, -1, 662, -1, -1, -1, 664, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2282 -1, -1, -1, -1, 666, 668, 670, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2283 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2284 -1, 672, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2285 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2286 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2287 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2288 -1, 674, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2289 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2290 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2291 676, 678, -1, 680, -1, -1, -1, 682, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2292 -1, -1, -1, -1, 684, 686, 688, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2293 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2294 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2295 -1, -1, -1, -1, -1, -1, 690, 692, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2296 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2297 -1, 694, 696, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2298 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2299 698, 700, 702, 704, -1, -1, 706, 708, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2300 -1, -1, 710, 712, 714, 716, 718, 720, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2301 -1, -1, 722, 724, 726, 728, 730, 732, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2302 -1, -1, 734, 736, 738, 740, 742, 744, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2303 746, 748, 750, 752, 754, 756, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2304 758, 760, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2305 -1, -1, -1, -1, -1, -1, -1, 33530, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2306 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2307 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2308 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2309 -1, -1, 764, 766, 768, 770, 772, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2310 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2311 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2312 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2313 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2314 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2315 -1, -1, -1, -1, -1, 33542, 33544, 33546, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2316 33548, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2317 782, -1, 784, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2318 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2319 -1, -1, -1, 786, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2320 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2321 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2322 -1, 788, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2323 -1, 790, -1, -1, 792, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2324 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2325 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2326 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2327 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2328 794, 796, 798, 800, 802, 804, 806, 808, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2329 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2330 -1, -1, -1, 810, 812, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2331 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2332 -1, -1, -1, -1, 814, 816, -1, 818, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2333 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2334 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2335 -1, -1, -1, 820, -1, -1, 822, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2336 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2337 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2338 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2339 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2340 -1, 824, 826, 828, -1, -1, 830, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2341 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2342 832, -1, -1, 834, 836, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2343 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2344 -1, -1, -1, -1, 838, 840, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2345 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2346 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2347 -1, -1, -1, -1, 842, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2348 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2349 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2350 -1, -1, 844, 846, 848, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2351 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2352 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2353 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2354 850, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2355 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2356 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2357 852, -1, -1, -1, -1, -1, -1, 854, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2358 856, -1, 858, 860, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2359 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2360 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2361 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2362 -1, -1, 862, 864, 866, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2363 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2364 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2365 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2366 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2367 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2368 -1, -1, 868, -1, 870, 872, 874, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2369 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2370 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2371 -1, -1, -1, 33644, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2372 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2373 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2374 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2375 -1, -1, -1, 33646, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2376 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2377 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2378 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2379 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2380 -1, -1, -1, -1, 33648, 33650, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2381 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2382 -1, -1, -1, -1, 33652, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2383 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2384 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2385 -1, -1, -1, 885, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2386 -1, -1, -1, -1, -1, 887, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2387 -1, -1, 889, -1, -1, -1, -1, 891, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2388 -1, -1, -1, -1, 893, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2389 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2390 -1, 895, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2391 -1, -1, -1, 897, -1, 899, 901, 33671, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2392 905, 33675, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2393 -1, 909, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2394 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2395 -1, -1, -1, 911, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2396 -1, -1, -1, -1, -1, 913, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2397 -1, -1, 915, -1, -1, -1, -1, 917, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2398 -1, -1, -1, -1, 919, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2399 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2400 -1, 921, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2401 -1, -1, -1, -1, -1, -1, 923, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2402 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2403 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2404 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2405 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2406 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2407 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2408 -1, -1, -1, -1, 33693, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2409 -1, -1, -1, -1, -1, -1, 926, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2410 928, -1, 930, -1, 932, -1, 934, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2411 -1, -1, 936, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2412 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2413 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2414 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2415 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2416 -1, -1, -1, 938, -1, 940, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2417 942, 944, -1, 946, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2418 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2419 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2420 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2421 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2422 -1, -1, -1, -1, 33716, 33717, 33718, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2423 33719, 33720, 33721, 33722, 33723, 33724, 33725, 33726, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2424 33727, 33728, 33729, -1, 33730, 33731, 33732, 33733, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2425 33734, 33735, 33736, 33737, 33738, 33739, 33740, 33741, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2426 33742, 33743, 33744, 33745, 33746, 33747, -1, 33748, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2427 33749, 33750, 33751, 33752, 33753, 33754, 33755, 33756, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2428 33757, 33758, 33759, 33760, 33761, 33762, 33763, 33764, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2429 33765, 33766, 33767, 33768, 33769, 33770, 33771, 33772, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2430 33773, 33774, 33775, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2431 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2432 33776, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2433 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2434 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2435 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2436 -1, -1, -1, 33777, 33778, 33779, 33780, 33781, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2437 33782, 33783, 33784, 33785, 33786, 33787, 33788, 33789, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2438 33790, 33791, 33792, 33793, 33794, 33795, 33796, 33797, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2439 33798, 33799, 33800, 33801, 33802, 33803, 33804, 33805, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2440 33806, 33807, 33808, 33809, 33810, 33811, 33812, 33813, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2441 1046, 1048, 1050, 1052, 1054, 1056, 1058, 1060, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2442 1062, 1064, 1066, 1068, 1070, 1072, 1074, 1076, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2443 1078, 1080, 1082, 1084, 1086, 1088, 1090, 1092, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2444 1094, 1096, 1098, 1100, 1102, 1104, 1106, 1108, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2445 1110, 1112, 1114, 1116, 1118, 1120, 1122, 1124, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2446 1126, 1128, 1130, 1132, 1134, 1136, 1138, 1140, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2447 1142, 1144, 1146, 1148, 1150, 1152, 1154, 1156, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2448 1158, 1160, 1162, 1164, 1166, 1168, 1170, 1172, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2449 1174, 1176, 1178, 1180, 1182, 1184, 1186, 1188, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2450 1190, 1192, 1194, 1196, 1198, 1200, 1202, 1204, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2451 1206, 1208, 1210, 1212, 1214, 1216, 1218, 1220, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2452 1222, 1224, 1226, 1228, 1230, 1232, 1234, 1236, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2453 1238, 1240, 1242, 1244, 1246, 1248, 1250, 1252, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2454 1254, 1256, 1258, 1260, 1262, 1264, 1266, 1268, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2455 1270, 1272, 1274, 1276, 1278, 1280, 1282, 1284, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2456 1286, 1288, 1290, 1292, 1294, 1296, 1298, 1300, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2457 1302, 1304, 1306, 1308, 1310, 1312, 1314, 1316, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2458 1318, 1320, 1322, 1324, 1326, 1328, 1330, 1332, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2459 1334, 1336, 1338, 1340, 1342, 1344, 1346, 1348, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2460 1350, 1352, 34122, 1356, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2461 1358, 1360, 1362, 1364, 1366, 1368, 1370, 1372, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2462 1374, 1376, 1378, 1380, 1382, 1384, 1386, 1388, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2463 1390, 1392, 1394, 1396, 1398, 1400, 1402, 1404, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2464 1406, 1408, 1410, 1412, 1414, 1416, 1418, 1420, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2465 1422, 1424, 1426, 1428, 1430, 1432, 1434, 1436, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2466 1438, 1440, 1442, 1444, 1446, 1448, 1450, 1452, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2467 1454, 1456, 1458, 1460, 1462, 1464, 1466, 1468, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2468 1470, 1472, 1474, 1476, 1478, 1480, 1482, 1484, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2469 1486, 1488, 1490, 1492, 1494, 1496, 1498, 1500, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2470 1502, 1504, 1506, 1508, 1510, 1512, 1514, 1516, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2471 1518, 1520, 1522, 1524, 1526, 1528, 1530, 1532, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2472 1534, 1536, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2473 1538, 1540, 1542, 1544, 1546, 1548, 1550, 1552, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2474 1554, 1556, 1558, 1560, 1562, 1564, 1566, 1568, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2475 1570, 1572, 1574, 1576, 1578, 1580, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2476 1582, 1584, 1586, 1588, 1590, 1592, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2477 1594, 1596, 1598, 1600, 1602, 1604, 1606, 1608, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2478 1610, 1612, 1614, 1616, 1618, 1620, 1622, 1624, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2479 1626, 1628, 1630, 1632, 1634, 1636, 1638, 1640, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2480 1642, 1644, 1646, 1648, 1650, 1652, 1654, 1656, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2481 1658, 1660, 1662, 1664, 1666, 1668, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2482 1670, 1672, 1674, 1676, 1678, 1680, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2483 1682, 1684, 1686, 1688, 1690, 1692, 1694, 1696, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2484 -1, 1698, -1, 1700, -1, 1702, -1, 1704, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2485 1706, 1708, 1710, 1712, 1714, 1716, 1718, 1720, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2486 1722, 1724, 1726, 1728, 1730, 1732, 1734, 1736, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2487 1738, 1740, 1741, 1743, 1744, 1746, 1747, 1749, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2488 1750, 1752, 1753, 1755, 1756, 1758, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2489 1759, 1761, 1763, 1765, 1767, 1769, 1771, 1773, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2490 1775, 1777, 1779, 1781, 1783, 1785, 1787, 1789, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2491 1791, 1793, 1795, 1797, 1799, 1801, 1803, 1805, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2492 1807, 1809, 1811, 1813, 1815, 1817, 1819, 1821, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2493 1823, 1825, 1827, 1829, 1831, 1833, 1835, 1837, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2494 1839, 1841, 1843, 1845, 1847, 1849, 1851, 1853, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2495 1855, 1857, 1859, 1861, 1863, -1, 1865, 1867, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2496 1869, 1871, 1873, 1875, 1876, 34646, 1880, 34649, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2497 34651, 1885, 1887, 1889, 1891, -1, 1893, 1895, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2498 1897, 1899, 1900, 1902, 1903, 1905, 1907, 1909, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2499 1911, 1913, 1915, 1917, -1, -1, 1918, 1920, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2500 1922, 1924, 1926, 1928, -1, 1929, 1931, 1933, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2501 1935, 1937, 1939, 1941, 1942, 1944, 1946, 1948, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2502 1950, 1952, 1954, 1956, 1957, 1959, 1961, 1962, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2503 -1, -1, 1963, 1965, 1967, -1, 1969, 1971, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2504 1973, 1975, 1976, 1978, 1979, 1981, 34750, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2505 1984, 1985, 34754, 34755, 34756, 34757, 34758, 34759, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2506 34760, 34761, 34762, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2507 -1, 34763, -1, -1, -1, -1, -1, 34764, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2508 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2509 -1, -1, -1, -1, 34766, 34767, 34769, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2510 -1, -1, -1, -1, -1, -1, -1, 34772, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2511 -1, -1, -1, 34773, 34775, -1, 34778, 34780, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2512 -1, -1, -1, -1, 34783, -1, 34785, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2513 -1, -1, -1, -1, -1, -1, -1, 34787, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2514 34789, 34791, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2515 -1, -1, -1, -1, -1, -1, -1, 34793, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2516 -1, -1, -1, -1, -1, -1, -1, 34797, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2517 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2518 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2519 34798, 34799, -1, -1, 34800, 34801, 34802, 34803, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2520 34804, 34805, 34806, 34807, 34808, 34809, 34810, 34811, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2521 34812, 34813, 34814, 34815, 34816, 34817, 34818, 34819, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2522 34820, 34821, 34822, 34823, 34824, 34825, 34826, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2523 34827, 34828, 34829, 34830, 34831, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2524 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2525 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2526 34832, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2527 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2528 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2529 34834, 34837, 34840, 34841, -1, 34843, 34846, 34849, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2530 -1, 34850, 34852, 34853, 34854, 34855, 34856, 34857, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2531 34858, 34859, 34860, 34861, -1, 34862, 34863, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2532 -1, 34865, 34866, 34867, 34868, 34869, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2533 34870, 34872, 34875, -1, 34877, -1, 2110, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2534 34879, -1, 2112, 2113, 34882, 34883, -1, 34884, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2535 34885, 34886, -1, 34887, 34888, 34889, 34890, 34891, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2536 34892, 34893, -1, 34894, 34897, 34898, 34899, 34900, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2537 34901, -1, -1, -1, -1, 34902, 34903, 34904, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2538 34905, 34906, -1, -1, -1, -1, -1, -1, |
14152 | 2539 34907, 34910, 34913, 34917, 34920, 34923, 34926, 34929, |
2540 34932, 34935, 34938, 34941, 34944, 34947, 34950, 34953, | |
2541 34955, 34956, 34958, 34961, 34963, 34964, 34966, 34969, | |
2542 34973, 34975, 34976, 34978, 34981, 34982, 34983, 34984, | |
2543 34985, 34986, 34988, 34991, 34993, 34994, 34996, 34999, | |
2544 35003, 35005, 35006, 35008, 35011, 35012, 35013, 35014, | |
11178
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2545 -1, -1, -1, -1, -1, -1, -1, -1, |
14152 | 2546 -1, 35015, -1, -1, -1, -1, -1, -1, |
11178
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2547 -1, -1, -1, -1, -1, -1, -1, -1, |
14152 | 2548 -1, -1, 2250, 2252, -1, -1, -1, -1, |
11178
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2549 -1, -1, -1, -1, -1, -1, -1, -1, |
14152 | 2550 -1, -1, -1, -1, -1, -1, 2254, -1, |
11178
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2551 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2552 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2553 -1, -1, -1, -1, -1, -1, -1, -1, |
14152 | 2554 -1, -1, -1, -1, -1, 2256, 2258, 2260, |
11178
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2555 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2556 -1, -1, -1, -1, -1, -1, -1, -1, |
14152 | 2557 -1, -1, -1, -1, 2262, -1, -1, -1, |
2558 -1, 2264, -1, -1, 2266, -1, -1, -1, | |
11178
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2559 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2560 -1, -1, -1, -1, -1, -1, -1, -1, |
14152 | 2561 -1, -1, -1, -1, 2268, -1, 2270, -1, |
2562 -1, -1, -1, -1, 35040, 35042, -1, 35045, | |
2563 35047, -1, -1, -1, -1, -1, -1, -1, | |
11178
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2564 -1, -1, -1, -1, -1, -1, -1, -1, |
14152 | 2565 -1, 2282, -1, -1, 2284, -1, -1, 2286, |
2566 -1, 2288, -1, -1, -1, -1, -1, -1, | |
11178
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2567 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2568 -1, -1, -1, -1, -1, -1, -1, -1, |
14152 | 2569 2290, -1, 2292, -1, -1, -1, -1, -1, |
2570 -1, -1, -1, -1, -1, 2294, 2296, 2298, | |
2571 2300, 2302, -1, -1, 2304, 2306, -1, -1, | |
2572 2308, 2310, -1, -1, -1, -1, -1, -1, | |
2573 2312, 2314, -1, -1, 2316, 2318, -1, -1, | |
2574 2320, 2322, -1, -1, -1, -1, -1, -1, | |
11178
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2575 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2576 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2577 -1, -1, -1, -1, -1, -1, -1, -1, |
14152 | 2578 -1, -1, -1, -1, 2324, 2326, 2328, 2330, |
11178
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2579 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2580 -1, -1, -1, -1, -1, -1, -1, -1, |
14152 | 2581 2332, 2334, 2336, 2338, -1, -1, -1, -1, |
2582 -1, -1, 2340, 2342, 2344, 2346, -1, -1, | |
11178
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2583 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2584 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2585 -1, -1, -1, -1, -1, -1, -1, -1, |
14152 | 2586 -1, 2348, 2349, -1, -1, -1, -1, -1, |
11178
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2587 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2588 -1, -1, -1, -1, -1, -1, -1, -1, |
14152 | 2589 35118, 35119, 35120, 35121, 35122, 35123, 35124, 35125, |
2590 35126, 35127, 35129, 35131, 35133, 35135, 35137, 35139, | |
2591 35141, 35143, 35145, 35147, 35149, 35152, 35155, 35158, | |
2592 35161, 35164, 35167, 35170, 35173, 35176, 35180, 35184, | |
2593 35188, 35192, 35196, 35200, 35204, 35208, 35212, 35216, | |
2594 35220, 35222, 35224, 35226, 35228, 35230, 35232, 35234, | |
2595 35236, 35238, 35241, 35244, 35247, 35250, 35253, 35256, | |
2596 35259, 35262, 35265, 35268, 35271, 35274, 35277, 35280, | |
2597 35283, 35286, 35289, 35292, 35295, 35298, 35301, 35304, | |
2598 35307, 35310, 35313, 35316, 35319, 35322, 35325, 35328, | |
2599 35331, 35334, 35337, 35340, 35343, 35346, 35349, 35350, | |
2600 35351, 35352, 35353, 35354, 35355, 35356, 35357, 35358, | |
2601 35359, 35360, 35361, 35362, 35363, 35364, 35365, 35366, | |
2602 35367, 35368, 35369, 35370, 35371, 35372, 35373, 35374, | |
2603 35375, 35376, 35377, 35378, 35379, 35380, 35381, 35382, | |
2604 35383, 35384, 35385, 35386, 35387, 35388, 35389, 35390, | |
2605 35391, 35392, 35393, 35394, 35395, 35396, 35397, 35398, | |
2606 35399, 35400, 35401, -1, -1, -1, -1, -1, | |
11178
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2607 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2608 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2609 -1, -1, -1, -1, -1, -1, -1, -1, |
14152 | 2610 -1, -1, -1, -1, 35402, -1, -1, -1, |
11178
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2611 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2612 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2613 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2614 -1, -1, -1, -1, -1, -1, -1, -1, |
14152 | 2615 -1, -1, -1, -1, 35406, 35409, 35411, -1, |
11178
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2616 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2617 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2618 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2619 -1, -1, -1, -1, -1, -1, -1, -1, |
14152 | 2620 -1, -1, -1, -1, 2646, -1, -1, -1, |
11178
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2621 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2622 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2623 -1, -1, -1, -1, -1, -1, -1, -1, |
14152 | 2624 -1, -1, -1, -1, 35416, 35417, -1, -1, |
11178
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2625 -1, -1, -1, -1, -1, -1, -1, -1, |
14152 | 2626 -1, -1, -1, -1, -1, -1, -1, 35418, |
11178
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2627 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2628 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2629 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2630 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2631 -1, -1, -1, -1, -1, -1, -1, -1, |
14152 | 2632 -1, -1, -1, -1, -1, -1, -1, 35419, |
11178
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2633 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2634 -1, -1, -1, -1, -1, -1, -1, -1, |
14152 | 2635 -1, -1, -1, 35420, -1, -1, -1, -1, |
11178
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2636 -1, -1, -1, -1, -1, -1, -1, -1, |
14152 | 2637 35421, 35422, 35423, 35424, 35425, 35426, 35427, 35428, |
2638 35429, 35430, 35431, 35432, 35433, 35434, 35435, 35436, | |
2639 35437, 35438, 35439, 35440, 35441, 35442, 35443, 35444, | |
2640 35445, 35446, 35447, 35448, 35449, 35450, 35451, 35452, | |
2641 35453, 35454, 35455, 35456, 35457, 35458, 35459, 35460, | |
2642 35461, 35462, 35463, 35464, 35465, 35466, 35467, 35468, | |
2643 35469, 35470, 35471, 35472, 35473, 35474, 35475, 35476, | |
2644 35477, 35478, 35479, 35480, 35481, 35482, 35483, 35484, | |
2645 35485, 35486, 35487, 35488, 35489, 35490, 35491, 35492, | |
2646 35493, 35494, 35495, 35496, 35497, 35498, 35499, 35500, | |
2647 35501, 35502, 35503, 35504, 35505, 35506, 35507, 35508, | |
2648 35509, 35510, 35511, 35512, 35513, 35514, 35515, 35516, | |
2649 35517, 35518, 35519, 35520, 35521, 35522, 35523, 35524, | |
2650 35525, 35526, 35527, 35528, 35529, 35530, 35531, 35532, | |
2651 35533, 35534, 35535, 35536, 35537, 35538, 35539, 35540, | |
2652 35541, 35542, 35543, 35544, 35545, 35546, 35547, 35548, | |
2653 35549, 35550, 35551, 35552, 35553, 35554, 35555, 35556, | |
2654 35557, 35558, 35559, 35560, 35561, 35562, 35563, 35564, | |
2655 35565, 35566, 35567, 35568, 35569, 35570, 35571, 35572, | |
2656 35573, 35574, 35575, 35576, 35577, 35578, 35579, 35580, | |
2657 35581, 35582, 35583, 35584, 35585, 35586, 35587, 35588, | |
2658 35589, 35590, 35591, 35592, 35593, 35594, 35595, 35596, | |
2659 35597, 35598, 35599, 35600, 35601, 35602, 35603, 35604, | |
2660 35605, 35606, 35607, 35608, 35609, 35610, 35611, 35612, | |
2661 35613, 35614, 35615, 35616, 35617, 35618, 35619, 35620, | |
2662 35621, 35622, 35623, 35624, 35625, 35626, 35627, 35628, | |
2663 35629, 35630, 35631, 35632, 35633, 35634, -1, -1, | |
11178
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2664 -1, -1, -1, -1, -1, -1, -1, -1, |
14152 | 2665 35635, -1, -1, -1, -1, -1, -1, -1, |
11178
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2666 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2667 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2668 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2669 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2670 -1, -1, -1, -1, -1, -1, -1, -1, |
14152 | 2671 -1, -1, -1, -1, -1, -1, 35636, -1, |
2672 35637, 35638, 35639, -1, -1, -1, -1, -1, | |
11178
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2673 -1, -1, -1, -1, -1, -1, -1, -1, |
14152 | 2674 -1, -1, -1, -1, 2872, -1, 2874, -1, |
2675 2876, -1, 2878, -1, 2880, -1, 2882, -1, | |
2676 2884, -1, 2886, -1, 2888, -1, 2890, -1, | |
2677 2892, -1, 2894, -1, -1, 2896, -1, 2898, | |
2678 -1, 2900, -1, -1, -1, -1, -1, -1, | |
2679 2902, 2904, -1, 2906, 2908, -1, 2910, 2912, | |
2680 -1, 2914, 2916, -1, 2918, 2920, -1, -1, | |
11178
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2681 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2682 -1, -1, -1, -1, -1, -1, -1, -1, |
14152 | 2683 -1, -1, -1, -1, 2922, -1, -1, -1, |
2684 -1, -1, -1, 35692, 35694, -1, 2928, 35698, | |
11178
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2685 -1, -1, -1, -1, -1, -1, -1, -1, |
14152 | 2686 -1, -1, -1, -1, 2932, -1, 2934, -1, |
2687 2936, -1, 2938, -1, 2940, -1, 2942, -1, | |
2688 2944, -1, 2946, -1, 2948, -1, 2950, -1, | |
2689 2952, -1, 2954, -1, -1, 2956, -1, 2958, | |
2690 -1, 2960, -1, -1, -1, -1, -1, -1, | |
2691 2962, 2964, -1, 2966, 2968, -1, 2970, 2972, | |
2692 -1, 2974, 2976, -1, 2978, 2980, -1, -1, | |
11178
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2693 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2694 -1, -1, -1, -1, -1, -1, -1, -1, |
14152 | 2695 -1, -1, -1, -1, 2982, -1, -1, 2984, |
2696 2986, 2988, 2990, -1, -1, -1, 2992, 35762, | |
11178
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2697 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2698 -1, -1, -1, -1, -1, -1, -1, -1, |
14152 | 2699 -1, 35764, 35765, 35766, 35767, 35768, 35769, 35770, |
2700 35771, 35772, 35773, 35774, 35775, 35776, 35777, 35778, | |
2701 35779, 35780, 35781, 35782, 35783, 35784, 35785, 35786, | |
2702 35787, 35788, 35789, 35790, 35791, 35792, 35793, 35794, | |
2703 35795, 35796, 35797, 35798, 35799, 35800, 35801, 35802, | |
2704 35803, 35804, 35805, 35806, 35807, 35808, 35809, 35810, | |
2705 35811, 35812, 35813, 35814, 35815, 35816, 35817, 35818, | |
2706 35819, 35820, 35821, 35822, 35823, 35824, 35825, 35826, | |
2707 35827, 35828, 35829, 35830, 35831, 35832, 35833, 35834, | |
2708 35835, 35836, 35837, 35838, 35839, 35840, 35841, 35842, | |
2709 35843, 35844, 35845, 35846, 35847, 35848, 35849, 35850, | |
2710 35851, 35852, 35853, 35854, 35855, 35856, 35857, -1, | |
2711 -1, -1, 35858, 35859, 35860, 35861, 35862, 35863, | |
2712 35864, 35865, 35866, 35867, 35868, 35869, 35870, 35871, | |
2713 35872, 35875, 35878, 35881, 35884, 35887, 35890, 35893, | |
2714 35896, 35899, 35902, 35905, 35908, 35911, 35914, 35918, | |
2715 35922, 35926, 35930, 35934, 35938, 35942, 35946, 35950, | |
2716 35954, 35958, 35962, 35966, 35970, 35974, 35981, -1, | |
2717 35987, 35990, 35993, 35996, 35999, 36002, 36005, 36008, | |
2718 36011, 36014, 36017, 36020, 36023, 36026, 36029, 36032, | |
2719 36035, 36038, 36041, 36044, 36047, 36050, 36053, 36056, | |
2720 36059, 36062, 36065, 36068, 36071, 36074, 36077, 36080, | |
2721 36083, 36086, 36089, 36092, 36095, 36096, 36097, 36098, | |
11178
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2722 -1, -1, -1, -1, -1, -1, -1, -1, |
14152 | 2723 36099, 36102, 36104, 36106, 36108, 36110, 36112, 36114, |
2724 36116, 36118, 36120, 36122, 36124, 36126, 36128, 36130, | |
2725 36132, 36133, 36134, 36135, 36136, 36137, 36138, 36139, | |
2726 36140, 36141, 36142, 36143, 36144, 36145, 36146, 36148, | |
2727 36150, 36152, 36154, 36156, 36158, 36160, 36162, 36164, | |
2728 36166, 36168, 36170, 36172, 36174, 36179, 36183, -1, | |
2729 36185, 36186, 36187, 36188, 36189, 36190, 36191, 36192, | |
2730 36193, 36194, 36195, 36196, 36197, 36198, 36199, 36200, | |
2731 36201, 36202, 36203, 36204, 36205, 36206, 36207, 36208, | |
2732 36209, 36210, 36211, 36212, 36213, 36214, 36215, 36216, | |
2733 36217, 36218, 36219, 36220, 36221, 36222, 36223, 36224, | |
2734 36225, 36226, 36227, 36228, 36229, 36230, 36231, 36232, | |
2735 36233, 36234, 36236, 36238, 36240, 36242, 36244, 36246, | |
2736 36248, 36250, 36252, 36254, 36256, 36258, 36260, 36262, | |
2737 36264, 36266, 36268, 36270, 36272, 36274, 36276, 36278, | |
2738 36280, 36282, 36285, 36288, 36291, 36293, 36296, 36298, | |
2739 36301, 36302, 36303, 36304, 36305, 36306, 36307, 36308, | |
2740 36309, 36310, 36311, 36312, 36313, 36314, 36315, 36316, | |
2741 36317, 36318, 36319, 36320, 36321, 36322, 36323, 36324, | |
2742 36325, 36326, 36327, 36328, 36329, 36330, 36331, 36332, | |
2743 36333, 36334, 36335, 36336, 36337, 36338, 36339, 36340, | |
2744 36341, 36342, 36343, 36344, 36345, 36346, 36347, -1, | |
2745 36348, 36352, 36356, 36360, 36363, 36367, 36370, 36373, | |
2746 36378, 36382, 36385, 36388, 36391, 36395, 36399, 36402, | |
2747 36405, 36407, 36410, 36414, 36418, 36420, 36425, 36431, | |
2748 36436, 36439, 36444, 36449, 36453, 36456, 36459, 36462, | |
2749 36466, 36471, 36475, 36478, 36481, 36484, 36486, 36488, | |
2750 36490, 36492, 36495, 36498, 36503, 36506, 36510, 36515, | |
2751 36518, 36520, 36522, 36527, 36531, 36536, 36539, 36544, | |
2752 36546, 36549, 36552, 36555, 36558, 36561, 36565, 36568, | |
2753 36570, 36573, 36576, 36579, 36583, 36586, 36589, 36592, | |
2754 36597, 36601, 36603, 36608, 36610, 36614, 36618, 36621, | |
2755 36624, 36627, 36631, 36633, 36636, 36640, 36642, 36647, | |
2756 36650, 36652, 36654, 36656, 36658, 36660, 36662, 36664, | |
2757 36666, 36668, 36670, 36673, 36676, 36679, 36682, 36685, | |
2758 36688, 36691, 36694, 36697, 36700, 36703, 36706, 36709, | |
2759 36712, 36715, 36718, 36720, 36722, 36725, 36727, 36729, | |
2760 36731, 36734, 36737, 36739, 36741, 36743, 36745, 36747, | |
2761 36751, 36753, 36755, 36757, 36759, 36761, 36763, 36765, | |
2762 36767, 36770, 36774, 36776, 36778, 36780, 36782, 36784, | |
2763 36786, 36788, 36791, 36794, 36797, 36800, 36802, 36804, | |
2764 36806, 36808, 36810, 36812, 36814, 36816, 36818, 36820, | |
2765 36823, 36826, 36828, 36831, 36834, 36837, 36839, 36842, | |
2766 36845, 36849, 36851, 36854, 36857, 36860, 36863, 36868, | |
2767 36874, 36876, 36878, 36880, 36882, 36884, 36886, 36888, | |
2768 36890, 36892, 36894, 36896, 36898, 36900, 36902, 36904, | |
2769 36906, 36908, 36910, 36914, 36916, 36918, 36920, 36924, | |
2770 36927, 36929, 36931, 36933, 36935, 36937, 36939, 36941, | |
2771 36943, 36945, 36947, 36950, 36952, 36954, 36957, 36960, | |
2772 36962, 36966, 36969, 36971, 36973, 36975, 36977, 36980, | |
2773 36983, 36985, 36987, 36989, 36991, 36993, 36995, 36997, | |
2774 36999, 37001, 37004, 37007, 37010, 37013, 37016, 37019, | |
2775 37022, 37025, 37028, 37031, 37034, 37037, 37040, 37043, | |
2776 37046, 37049, 37052, 37055, 37058, 37061, 37064, 37067, | |
11178
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2777 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2778 -1, -1, -1, -1, -1, -1, -1, -1, |
14152 | 2779 37070, -1, -1, -1, -1, -1, -1, -1, |
11178
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2780 -1, -1, -1, -1, -1, -1, -1, -1, |
14152 | 2781 4303, 4304, 4305, 4306, 4307, 4308, 4309, 4310, |
2782 4311, 4312, 4313, 4314, 4315, 4316, 4317, 4318, | |
2783 4319, 4320, 4321, 4322, 4323, 4324, 4325, 4326, | |
2784 4327, 4328, 4329, 4330, 4331, 4332, 4333, 4334, | |
2785 4335, 4336, 4337, 4338, 4339, 4340, 4341, 4342, | |
2786 4343, 4344, 4345, 4346, 4347, 4348, 4349, 4350, | |
2787 4351, 4352, 4353, 4354, 4355, 4356, 4357, 4358, | |
2788 4359, 4360, 4361, 4362, 4363, 4364, 4365, 4366, | |
2789 4367, 4368, 4369, 4370, 4371, 4372, 4373, 4374, | |
2790 4375, 4376, 4377, 4378, 4379, 4380, 4381, 4382, | |
2791 4383, 4384, 4385, 4386, 4387, 4388, 4389, 4390, | |
2792 4391, 4392, 4393, 4394, 4395, 4396, 4397, 4398, | |
2793 4399, 4400, 4401, 4402, 4403, 4404, 4405, 4406, | |
2794 4407, 4408, 4409, 4410, 4411, 4412, 4413, 4414, | |
2795 4415, 4416, 4417, 4418, 4419, 4420, 4421, 4422, | |
2796 4423, 4424, 4425, 4426, 4427, 4428, 4429, 4430, | |
2797 4431, 4432, 4433, 4434, 4435, 4436, 4437, 4438, | |
2798 4439, 4440, 4441, 4442, 4443, 4444, 4445, 4446, | |
2799 4447, 4448, 4449, 4450, 4451, 4452, 4453, 4454, | |
2800 4455, 4456, 4457, 4458, 4459, 4460, 4461, 4462, | |
2801 4463, 4464, 4465, 4466, 4467, 4468, 4469, 4470, | |
2802 4471, 4472, 4473, 4474, 4475, 4476, 4477, 4478, | |
2803 4479, 4480, 4481, 4482, 4483, 4484, 4485, 4486, | |
2804 4487, 4488, 4489, 4490, 4491, 4492, 4493, 4494, | |
2805 4495, 4496, 4497, 4498, 4499, 4500, 4501, 4502, | |
2806 4503, 4504, 4505, 4506, 4507, 4508, 4509, 4510, | |
2807 4511, 4512, 4513, 4514, 4515, 4516, 4517, 4518, | |
2808 4519, 4520, 4521, 4522, 4523, 4524, 4525, 4526, | |
2809 4527, 4528, 4529, 4530, 4531, 4532, 4533, 4534, | |
2810 4535, 4536, 4537, 4538, 4539, 4540, 4541, 4542, | |
2811 4543, 4544, 4545, 4546, 4547, 4548, 4549, 4550, | |
2812 4551, 4552, 4553, 4554, 4555, 4556, 4557, 4558, | |
2813 4559, 4560, 4561, 4562, 4563, 4564, 4565, 4566, | |
2814 4567, 4568, 4569, 4570, 4571, 4572, -1, -1, | |
2815 4573, -1, 4574, -1, -1, 4575, 4576, 4577, | |
2816 4578, 4579, 4580, 4581, 4582, 4583, 4584, -1, | |
2817 4585, -1, 4586, -1, -1, 4587, 4588, -1, | |
2818 -1, -1, 4589, 4590, 4591, 4592, -1, -1, | |
2819 4593, 4594, 4595, 4596, 4597, 4598, 4599, 4600, | |
2820 4601, 4602, 4603, 4604, 4605, 4606, 4607, 4608, | |
2821 4609, 4610, 4611, 4612, 4613, 4614, 4615, 4616, | |
2822 4617, 4618, 4619, 4620, 4621, 4622, 4623, 4624, | |
2823 4625, 4626, 4627, 4628, 4629, 4630, 4631, 4632, | |
2824 4633, 4634, 4635, 4636, 4637, 4638, 4639, 4640, | |
2825 4641, 4642, 4643, 4644, 4645, 4646, 4647, 4648, | |
2826 4649, 4650, 4651, 4652, 4653, 4654, -1, -1, | |
2827 4655, 4656, 4657, 4658, 4659, 4660, 4661, 4662, | |
2828 4663, 4664, 4665, 4666, 4667, 4668, 4669, 4670, | |
2829 4671, 4672, 4673, 4674, 4675, 4676, 4677, 4678, | |
2830 4679, 4680, 4681, 4682, 4683, 4684, 4685, 4686, | |
2831 4687, 4688, 4689, 4690, 4691, 4692, 4693, 4694, | |
2832 4695, 4696, 4697, 4698, 4699, 4700, 4701, 4702, | |
2833 4703, 4704, 4705, 4706, 4707, 4708, 4709, 4710, | |
2834 4711, 4712, 4713, 4714, 4715, 4716, 4717, 4718, | |
2835 4719, 4720, 4721, 4722, 4723, 4724, 4725, 4726, | |
2836 4727, 4728, 4729, 4730, 4731, 4732, 4733, 4734, | |
2837 4735, 4736, 4737, 4738, 4739, 4740, 4741, 4742, | |
2838 4743, 4744, 4745, 4746, 4747, 4748, 4749, 4750, | |
2839 4751, 4752, 4753, 4754, 4755, 4756, 4757, 4758, | |
2840 4759, 4760, -1, -1, -1, -1, -1, -1, | |
2841 37529, 37531, 37533, 37535, 37538, 37541, 37543, -1, | |
11178
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2842 -1, -1, -1, -1, -1, -1, -1, -1, |
14152 | 2843 -1, -1, -1, 37545, 37547, 37549, 37551, 37553, |
2844 -1, -1, -1, -1, -1, 4787, -1, 4789, | |
2845 37559, 37560, 37561, 37562, 37563, 37564, 37565, 37566, | |
2846 37567, 37568, 4801, 4803, 4805, 4807, 4809, 4811, | |
2847 4813, 4815, 4817, 4819, 4821, 4823, 4825, -1, | |
2848 4827, 4829, 4831, 4833, 4835, -1, 4837, -1, | |
2849 4839, 4841, -1, 4843, 4845, -1, 4847, 4849, | |
2850 4851, 4853, 4855, 4857, 4859, 4861, 4863, 37633, | |
2851 37635, 37636, 37637, 37638, 37639, 37640, 37641, 37642, | |
2852 37643, 37644, 37645, 37646, 37647, 37648, 37649, 37650, | |
2853 37651, 37652, 37653, 37654, 37655, 37656, 37657, 37658, | |
2854 37659, 37660, 37661, 37662, 37663, 37664, 37665, 37666, | |
2855 37667, 37668, 37669, 37670, 37671, 37672, 37673, 37674, | |
2856 37675, 37676, 37677, 37678, 37679, 37680, 37681, 37682, | |
2857 37683, 37684, 37685, 37686, 37687, 37688, 37689, 37690, | |
2858 37691, 37692, 37693, 37694, 37695, 37696, 37697, 37698, | |
2859 37699, 37700, 37701, 37702, 37703, 37704, 37705, 37706, | |
2860 37707, 37708, 37709, 37710, 37711, 37712, 37713, 37714, | |
2861 37715, 37716, 37717, 37718, 37719, 37720, 37721, 37722, | |
2862 37723, 37724, 37725, 37726, 37727, 37728, 37729, 37730, | |
2863 37731, 37732, -1, -1, -1, -1, -1, -1, | |
11178
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2864 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2865 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2866 -1, -1, -1, -1, -1, -1, -1, -1, |
14152 | 2867 -1, -1, -1, 37733, 37734, 37735, 37736, 37737, |
2868 37738, 37739, 37740, 37741, 37742, 37743, 37744, 37745, | |
2869 37746, 37747, 37748, 37749, 37750, 37751, 37752, 37753, | |
2870 37754, 37755, 37756, 37758, 37760, 37762, 37764, 37766, | |
2871 37768, 37770, 37772, 37774, 37776, 37778, 37780, 37782, | |
2872 37784, 37786, 37788, 37790, 37792, 37793, 37794, 37795, | |
2873 37796, 37798, 37800, 37802, 37804, 37806, 37808, 37810, | |
2874 37812, 37814, 37816, 37818, 37820, 37822, 37824, 37826, | |
2875 37828, 37830, 37832, 37834, 37836, 37838, 37840, 37842, | |
2876 37844, 37846, 37848, 37850, 37852, 37854, 37856, 37858, | |
2877 37860, 37862, 37864, 37866, 37868, 37870, 37872, 37874, | |
2878 37876, 37878, 37880, 37882, 37884, 37886, 37888, 37890, | |
2879 37892, 37894, 37896, 37898, 37900, 37902, 37904, 37906, | |
2880 37908, 37910, 37912, 37914, 37916, 37918, 37920, 37922, | |
2881 37924, 37926, 37928, 37930, 37932, 37934, 37936, 37938, | |
2882 37940, 37942, 37944, 37946, 37948, 37950, 37952, 37954, | |
2883 37956, 37958, 37960, 37962, 37964, 37966, 37968, 37970, | |
2884 37972, 37974, 37976, 37978, 37980, 37982, 37984, 37987, | |
2885 37990, 37993, 37996, 37999, 38002, 38004, 38006, 38008, | |
2886 38010, 38012, 38014, 38016, 38018, 38020, 38022, 38024, | |
2887 38026, 38028, 38030, 38032, 38034, 38036, 38038, 38040, | |
2888 38042, 38044, 38046, 38048, 38050, 38052, 38054, 38056, | |
2889 38058, 38060, 38062, 38064, 38066, 38068, 38070, 38072, | |
2890 38074, 38076, 38078, 38080, 38082, 38084, 38086, 38088, | |
2891 38090, 38092, 38094, 38096, 38098, 38100, 38102, 38104, | |
2892 38106, 38108, 38110, 38112, 38114, 38116, 38118, 38120, | |
2893 38122, 38124, 38126, 38128, 38130, 38132, 38134, 38136, | |
2894 38138, 38140, 38142, 38144, 38146, 38148, 38150, 38152, | |
2895 38154, 38156, 38158, 38160, 38162, 38164, 38166, 38168, | |
2896 38170, 38172, 38174, 38176, 38178, 38180, 38182, 38184, | |
2897 38186, 38188, 38190, 38192, 38194, 38196, 38198, 38200, | |
2898 38202, 38204, 38206, 38208, 38210, 38212, 38214, 38216, | |
2899 38218, 38220, 38222, 38224, 38226, 38228, 38230, 38232, | |
2900 38234, 38236, 38238, 38240, 38242, 38244, 38246, 38248, | |
2901 38250, 38252, 38254, 38256, 38258, 38260, 38262, 38264, | |
2902 38266, 38268, 38270, 38272, 38274, 38276, 38278, 38280, | |
2903 38282, 38284, 38286, 38289, 38292, 38295, 38297, 38299, | |
2904 38301, 38303, 38305, 38307, 38309, 38311, 38313, 38315, | |
2905 38317, 38319, 38321, 38323, 38325, 38327, 38329, 38331, | |
2906 38333, 38335, 38337, 38339, 38341, 38343, 38345, 38347, | |
2907 38349, 38351, 38353, 38355, 38357, 38359, 38361, 38363, | |
2908 38365, 38367, 38369, 38371, 38373, 38375, 38377, 38379, | |
2909 38381, 38383, 38385, 38387, 38389, 38391, 38393, 38395, | |
2910 38397, 38399, 38401, 38403, 38405, 38407, 38409, 38411, | |
2911 38413, 38415, 38417, 38419, 38421, 38423, 38425, 38427, | |
2912 38429, 38431, 38433, 38435, 38437, 38439, -1, -1, | |
11178
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2913 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2914 -1, -1, -1, -1, -1, -1, -1, -1, |
14152 | 2915 38441, 38444, 38447, 38450, 38453, 38456, 38459, 38462, |
2916 38465, 38468, 38471, 38474, 38477, 38480, 38483, 38486, | |
2917 38489, 38492, 38495, 38498, 38501, 38504, 38507, 38510, | |
2918 38513, 38516, 38519, 38522, 38525, 38528, 38531, 38534, | |
2919 38537, 38540, 38543, 38546, 38549, 38552, 38555, 38558, | |
2920 38561, 38564, 38567, 38570, 38573, 38576, 38579, 38582, | |
2921 38585, 38588, 38591, 38594, 38597, 38600, 38603, 38606, | |
2922 38609, 38612, 38615, 38618, 38621, 38624, 38627, 38630, | |
2923 -1, -1, 38633, 38636, 38639, 38642, 38645, 38648, | |
2924 38651, 38654, 38657, 38660, 38663, 38666, 38669, 38672, | |
2925 38675, 38678, 38681, 38684, 38687, 38690, 38693, 38696, | |
2926 38699, 38702, 38705, 38708, 38711, 38714, 38717, 38720, | |
2927 38723, 38726, 38729, 38732, 38735, 38738, 38741, 38744, | |
2928 38747, 38750, 38753, 38756, 38759, 38762, 38765, 38768, | |
2929 38771, 38774, 38777, 38780, 38783, 38786, 38789, 38792, | |
11178
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2930 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2931 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2932 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2933 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2934 -1, -1, -1, -1, -1, -1, -1, -1, |
14152 | 2935 38795, 38798, 38801, 38805, 38809, 38813, 38817, 38821, |
2936 38825, 38829, 38832, 38850, 38858, -1, -1, -1, | |
11178
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2937 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2938 -1, -1, -1, -1, -1, -1, -1, -1, |
14152 | 2939 38862, 38863, 38864, 38865, 38866, 38867, 38868, 38869, |
2940 38870, 38871, -1, -1, -1, -1, -1, -1, | |
11178
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2941 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2942 -1, -1, -1, -1, -1, -1, -1, -1, |
14152 | 2943 38872, 38873, 38874, 38875, 38876, 38877, 38878, 38879, |
2944 38880, 38881, 38882, 38883, 38884, 38885, 38886, 38887, | |
2945 38888, 38889, 38890, 38891, 38892, -1, -1, 38893, | |
2946 38894, 38895, 38896, 38897, 38898, 38899, 38900, 38901, | |
2947 38902, 38903, 38904, -1, 38905, 38906, 38907, 38908, | |
2948 38909, 38910, 38911, 38912, 38913, 38914, 38915, 38916, | |
2949 38917, 38918, 38919, 38920, 38921, 38922, 38923, -1, | |
2950 38924, 38925, 38926, 38927, -1, -1, -1, -1, | |
2951 38928, 38930, 38932, -1, 38934, -1, 38936, 38938, | |
2952 38940, 38942, 38944, 38946, 38948, 38950, 38952, 38954, | |
2953 38956, 38957, 38958, 38959, 38960, 38961, 38962, 38963, | |
2954 38964, 38965, 38966, 38967, 38968, 38969, 38970, 38971, | |
2955 38972, 38973, 38974, 38975, 38976, 38977, 38978, 38979, | |
2956 38980, 38981, 38982, 38983, 38984, 38985, 38986, 38987, | |
2957 38988, 38989, 38990, 38991, 38992, 38993, 38994, 38995, | |
2958 38996, 38997, 38998, 38999, 39000, 39001, 39002, 39003, | |
2959 39004, 39005, 39006, 39007, 39008, 39009, 39010, 39011, | |
2960 39012, 39013, 39014, 39015, 39016, 39017, 39018, 39019, | |
2961 39020, 39021, 39022, 39023, 39024, 39025, 39026, 39027, | |
2962 39028, 39029, 39030, 39031, 39032, 39033, 39034, 39035, | |
2963 39036, 39037, 39038, 39039, 39040, 39041, 39042, 39043, | |
2964 39044, 39045, 39046, 39047, 39048, 39049, 39050, 39051, | |
2965 39052, 39053, 39054, 39055, 39056, 39057, 39058, 39059, | |
2966 39060, 39061, 39062, 39063, 39064, 39065, 39066, 39067, | |
2967 39068, 39069, 39070, 39071, 39072, 39073, 39075, 39077, | |
2968 39079, 39081, 39083, 39085, 39087, -1, -1, -1, | |
2969 -1, 39089, 39090, 39091, 39092, 39093, 39094, 39095, | |
2970 39096, 39097, 39098, 39099, 39100, 39101, 39102, 39103, | |
2971 39104, 39105, 39106, 39107, 39108, 39109, 39110, 39111, | |
2972 39112, 39113, 39114, 39115, 39116, 39117, 39118, 39119, | |
2973 39120, 39121, 39122, 39123, 39124, 39125, 39126, 39127, | |
2974 39128, 39129, 39130, 39131, 39132, 39133, 39134, 39135, | |
2975 39136, 39137, 39138, 39139, 39140, 39141, 39142, 39143, | |
2976 39144, 39145, 39146, 39147, 39148, 39149, 39150, 39151, | |
2977 39152, 39153, 39154, 39155, 39156, 39157, 39158, 39159, | |
2978 39160, 39161, 39162, 39163, 39164, 39165, 39166, 39167, | |
2979 39168, 39169, 39170, 39171, 39172, 39173, 39174, 39175, | |
2980 39176, 39177, 39178, 39179, 39180, 39181, 39182, 39183, | |
2981 39184, 39185, 39186, 39187, 39188, 39189, 39190, 39191, | |
2982 39192, 39193, 39194, 39195, 39196, 39197, 39198, 39199, | |
2983 39200, 39201, 39202, 39203, 39204, 39205, 39206, 39207, | |
2984 39208, 39209, 39210, 39211, 39212, 39213, 39214, 39215, | |
2985 39216, 39217, 39218, 39219, 39220, 39221, 39222, 39223, | |
2986 39224, 39225, 39226, 39227, 39228, 39229, 39230, 39231, | |
2987 39232, 39233, 39234, 39235, 39236, 39237, 39238, 39239, | |
2988 39240, 39241, 39242, 39243, 39244, 39245, 39246, 39247, | |
2989 39248, 39249, 39250, 39251, 39252, 39253, 39254, 39255, | |
2990 39256, 39257, 39258, 39259, 39260, 39261, 39262, 39263, | |
2991 39264, 39265, 39266, 39267, 39268, 39269, 39270, 39271, | |
2992 39272, 39273, 39274, 39275, 39276, 39277, 39278, -1, | |
2993 -1, -1, 39279, 39280, 39281, 39282, 39283, 39284, | |
2994 -1, -1, 39285, 39286, 39287, 39288, 39289, 39290, | |
2995 -1, -1, 39291, 39292, 39293, 39294, 39295, 39296, | |
2996 -1, -1, 39297, 39298, 39299, -1, -1, -1, | |
2997 39300, 39301, 39302, 39303, 39304, 39305, 39306, -1, | |
2998 39307, 39308, 39309, 39310, 39311, 39312, 39313, -1, | |
11178
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2999 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3000 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3001 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3002 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3003 -1, -1, -1, -1, -1, -1, -1, -1, |
14152 | 3004 -1, -1, 6546, -1, 6548, -1, -1, -1, |
3005 -1, -1, -1, -1, -1, -1, -1, -1, | |
3006 -1, -1, -1, 6550, -1, -1, -1, -1, | |
3007 -1, -1, -1, -1, -1, -1, -1, -1, | |
3008 -1, -1, -1, -1, -1, -1, -1, -1, | |
3009 -1, -1, -1, -1, -1, -1, -1, -1, | |
3010 -1, -1, -1, -1, -1, -1, -1, -1, | |
3011 -1, -1, -1, -1, -1, -1, -1, -1, | |
3012 -1, -1, -1, -1, -1, -1, 6552, 6554, | |
3013 6556, 6558, 6560, 6562, 6564, -1, -1, -1, | |
11178
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3014 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3015 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3016 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3017 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3018 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3019 -1, -1, -1, -1, -1, -1, -1, -1, |
14152 | 3020 -1, -1, -1, 6566, 6568, 6570, 6572, 6574, |
3021 6576, -1, -1, -1, -1, -1, -1, -1, | |
11178
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3022 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3023 -1, -1, -1, -1, -1, -1, -1, -1, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3024 -1, -1, -1, -1, -1, -1, -1, -1, |
14152 | 3025 39346, 39347, 39348, 39349, 39350, 39351, 39352, 39353, |
3026 39354, 39355, 39356, 39357, 39358, 39359, 39360, 39361, | |
3027 39362, 39363, 39364, 39365, 39366, 39367, 39368, 39369, | |
3028 39370, 39371, 39372, 39373, 39374, 39375, 39376, 39377, | |
3029 39378, 39379, 39380, 39381, 39382, 39383, 39384, 39385, | |
3030 39386, 39387, 39388, 39389, 39390, 39391, 39392, 39393, | |
3031 39394, 39395, 39396, 39397, 39398, 39399, 39400, 39401, | |
3032 39402, 39403, 39404, 39405, 39406, 39407, 39408, 39409, | |
3033 39410, 39411, 39412, 39413, 39414, 39415, 39416, 39417, | |
3034 39418, 39419, 39420, 39421, 39422, 39423, 39424, 39425, | |
3035 39426, 39427, 39428, 39429, 39430, -1, 39431, 39432, | |
3036 39433, 39434, 39435, 39436, 39437, 39438, 39439, 39440, | |
3037 39441, 39442, 39443, 39444, 39445, 39446, 39447, 39448, | |
3038 39449, 39450, 39451, 39452, 39453, 39454, 39455, 39456, | |
3039 39457, 39458, 39459, 39460, 39461, 39462, 39463, 39464, | |
3040 39465, 39466, 39467, 39468, 39469, 39470, 39471, 39472, | |
3041 39473, 39474, 39475, 39476, 39477, 39478, 39479, 39480, | |
3042 39481, 39482, 39483, 39484, 39485, 39486, 39487, 39488, | |
3043 39489, 39490, 39491, 39492, 39493, 39494, 39495, 39496, | |
3044 39497, 39498, 39499, 39500, 39501, -1, 39502, 39503, | |
3045 -1, -1, 39504, -1, -1, 39505, 39506, -1, | |
3046 -1, 39507, 39508, 39509, 39510, -1, 39511, 39512, | |
3047 39513, 39514, 39515, 39516, 39517, 39518, 39519, 39520, | |
3048 39521, 39522, -1, 39523, -1, 39524, 39525, 39526, | |
3049 39527, 39528, 39529, 39530, -1, 39531, 39532, 39533, | |
3050 39534, 39535, 39536, 39537, 39538, 39539, 39540, 39541, | |
3051 39542, 39543, 39544, 39545, 39546, 39547, 39548, 39549, | |
3052 39550, 39551, 39552, 39553, 39554, 39555, 39556, 39557, | |
3053 39558, 39559, 39560, 39561, 39562, 39563, 39564, 39565, | |
3054 39566, 39567, 39568, 39569, 39570, 39571, 39572, 39573, | |
3055 39574, 39575, 39576, 39577, 39578, 39579, 39580, 39581, | |
3056 39582, 39583, 39584, 39585, 39586, 39587, 39588, 39589, | |
3057 39590, 39591, 39592, 39593, 39594, 39595, -1, 39596, | |
3058 39597, 39598, 39599, -1, -1, 39600, 39601, 39602, | |
3059 39603, 39604, 39605, 39606, 39607, -1, 39608, 39609, | |
3060 39610, 39611, 39612, 39613, 39614, -1, 39615, 39616, | |
3061 39617, 39618, 39619, 39620, 39621, 39622, 39623, 39624, | |
3062 39625, 39626, 39627, 39628, 39629, 39630, 39631, 39632, | |
3063 39633, 39634, 39635, 39636, 39637, 39638, 39639, 39640, | |
3064 39641, 39642, -1, 39643, 39644, 39645, 39646, -1, | |
3065 39647, 39648, 39649, 39650, 39651, -1, 39652, -1, | |
3066 -1, -1, 39653, 39654, 39655, 39656, 39657, 39658, | |
3067 39659, -1, 39660, 39661, 39662, 39663, 39664, 39665, | |
3068 39666, 39667, 39668, 39669, 39670, 39671, 39672, 39673, | |
3069 39674, 39675, 39676, 39677, 39678, 39679, 39680, 39681, | |
3070 39682, 39683, 39684, 39685, 39686, 39687, 39688, 39689, | |
3071 39690, 39691, 39692, 39693, 39694, 39695, 39696, 39697, | |
3072 39698, 39699, 39700, 39701, 39702, 39703, 39704, 39705, | |
3073 39706, 39707, 39708, 39709, 39710, 39711, 39712, 39713, | |
3074 39714, 39715, 39716, 39717, 39718, 39719, 39720, 39721, | |
3075 39722, 39723, 39724, 39725, 39726, 39727, 39728, 39729, | |
3076 39730, 39731, 39732, 39733, 39734, 39735, 39736, 39737, | |
3077 39738, 39739, 39740, 39741, 39742, 39743, 39744, 39745, | |
3078 39746, 39747, 39748, 39749, 39750, 39751, 39752, 39753, | |
3079 39754, 39755, 39756, 39757, 39758, 39759, 39760, 39761, | |
3080 39762, 39763, 39764, 39765, 39766, 39767, 39768, 39769, | |
3081 39770, 39771, 39772, 39773, 39774, 39775, 39776, 39777, | |
3082 39778, 39779, 39780, 39781, 39782, 39783, 39784, 39785, | |
3083 39786, 39787, 39788, 39789, 39790, 39791, 39792, 39793, | |
3084 39794, 39795, 39796, 39797, 39798, 39799, 39800, 39801, | |
3085 39802, 39803, 39804, 39805, 39806, 39807, 39808, 39809, | |
3086 39810, 39811, 39812, 39813, 39814, 39815, 39816, 39817, | |
3087 39818, 39819, 39820, 39821, 39822, 39823, 39824, 39825, | |
3088 39826, 39827, 39828, 39829, 39830, 39831, 39832, 39833, | |
3089 39834, 39835, 39836, 39837, 39838, 39839, 39840, 39841, | |
3090 39842, 39843, 39844, 39845, 39846, 39847, 39848, 39849, | |
3091 39850, 39851, 39852, 39853, 39854, 39855, 39856, 39857, | |
3092 39858, 39859, 39860, 39861, 39862, 39863, 39864, 39865, | |
3093 39866, 39867, 39868, 39869, 39870, 39871, 39872, 39873, | |
3094 39874, 39875, 39876, 39877, 39878, 39879, 39880, 39881, | |
3095 39882, 39883, 39884, 39885, 39886, 39887, 39888, 39889, | |
3096 39890, 39891, 39892, 39893, 39894, 39895, 39896, 39897, | |
3097 39898, 39899, 39900, 39901, 39902, 39903, 39904, 39905, | |
3098 39906, 39907, 39908, 39909, 39910, 39911, 39912, 39913, | |
3099 39914, 39915, 39916, 39917, 39918, 39919, 39920, 39921, | |
3100 39922, 39923, 39924, 39925, 39926, 39927, 39928, 39929, | |
3101 39930, 39931, 39932, 39933, 39934, 39935, 39936, 39937, | |
3102 39938, 39939, 39940, 39941, 39942, 39943, 39944, 39945, | |
3103 39946, 39947, 39948, 39949, 39950, 39951, 39952, 39953, | |
3104 39954, 39955, 39956, 39957, 39958, 39959, 39960, 39961, | |
3105 39962, 39963, 39964, 39965, 39966, 39967, 39968, 39969, | |
3106 39970, 39971, 39972, 39973, 39974, 39975, 39976, 39977, | |
3107 39978, 39979, 39980, 39981, 39982, 39983, 39984, 39985, | |
3108 39986, 39987, 39988, 39989, 39990, 39991, 39992, 39993, | |
3109 39994, 39995, 39996, 39997, 39998, 39999, -1, -1, | |
3110 40000, 40001, 40002, 40003, 40004, 40005, 40006, 40007, | |
3111 40008, 40009, 40010, 40011, 40012, 40013, 40014, 40015, | |
3112 40016, 40017, 40018, 40019, 40020, 40021, 40022, 40023, | |
3113 40024, 40025, 40026, 40027, 40028, 40029, 40030, 40031, | |
3114 40032, 40033, 40034, 40035, 40036, 40037, 40038, 40039, | |
3115 40040, 40041, 40042, 40043, 40044, 40045, 40046, 40047, | |
3116 40048, 40049, 40050, 40051, 40052, 40053, 40054, 40055, | |
3117 40056, 40057, 40058, 40059, 40060, 40061, 40062, 40063, | |
3118 40064, 40065, 40066, 40067, 40068, 40069, 40070, 40071, | |
3119 40072, 40073, 40074, 40075, 40076, 40077, 40078, 40079, | |
3120 40080, 40081, 40082, 40083, 40084, 40085, 40086, 40087, | |
3121 40088, 40089, 40090, 40091, 40092, 40093, 40094, 40095, | |
3122 40096, 40097, 40098, 40099, 40100, 40101, 40102, 40103, | |
3123 40104, 40105, 40106, 40107, 40108, 40109, 40110, 40111, | |
3124 40112, 40113, 40114, 40115, 40116, 40117, 40118, 40119, | |
3125 40120, 40121, 40122, 40123, 40124, 40125, 40126, 40127, | |
3126 40128, 40129, 40130, 40131, 40132, 40133, 40134, 40135, | |
3127 40136, 40137, 40138, 40139, 40140, 40141, 40142, 40143, | |
3128 40144, 40145, 40146, 40147, 40148, 40149, 40150, 40151, | |
3129 40152, 40153, 40154, 40155, 40156, 40157, 40158, 40159, | |
3130 40160, 40161, 40162, 40163, 40164, 40165, 40166, 40167, | |
3131 40168, 40169, 40170, 40171, 40172, 40173, 40174, 40175, | |
3132 40176, 40177, 40178, 40179, 40180, 40181, 40182, 40183, | |
3133 40184, 40185, 40186, 40187, 40188, 40189, 40190, 40191, | |
3134 40192, 40193, 40194, 40195, 40196, 40197, 40198, 40199, | |
3135 40200, 40201, 40202, 40203, 40204, 40205, 40206, 40207, | |
3136 40208, 40209, 40210, 40211, 40212, 40213, 40214, 40215, | |
3137 40216, 40217, 40218, 40219, 40220, 40221, 40222, 40223, | |
3138 40224, 40225, 40226, 40227, 40228, 40229, 40230, 40231, | |
3139 40232, 40233, 40234, 40235, 40236, 40237, 40238, 40239, | |
3140 40240, 40241, 40242, 40243, 40244, 40245, 40246, 40247, | |
3141 40248, 40249, 40250, 40251, 40252, 40253, 40254, 40255, | |
3142 40256, 40257, 40258, 40259, 40260, 40261, 40262, 40263, | |
3143 40264, 40265, 40266, 40267, 40268, 40269, 40270, 40271, | |
3144 40272, 40273, 40274, 40275, 40276, 40277, 40278, 40279, | |
3145 40280, 40281, 40282, 40283, 40284, 40285, 40286, 40287, | |
3146 40288, 40289, 40290, 40291, -1, -1, 40292, 40293, | |
3147 40294, 40295, 40296, 40297, 40298, 40299, 40300, 40301, | |
3148 40302, 40303, 40304, 40305, 40306, 40307, 40308, 40309, | |
3149 40310, 40311, 40312, 40313, 40314, 40315, 40316, 40317, | |
3150 40318, 40319, 40320, 40321, 40322, 40323, 40324, 40325, | |
3151 40326, 40327, 40328, 40329, 40330, 40331, 40332, 40333, | |
3152 40334, 40335, 40336, 40337, 40338, 40339, 40340, 40341, | |
3153 40342, 40344, 40346, 40348, 40350, 40352, 40354, 40356, | |
3154 40358, 40360, 40362, -1, -1, -1, -1, -1, | |
3155 40364, 40367, 40370, 40373, 40376, 40379, 40382, 40385, | |
3156 40388, 40391, 40394, 40397, 40400, 40403, 40406, 40409, | |
3157 40412, 40415, 40418, 40421, 40424, 40427, 40430, 40433, | |
3158 40436, 40439, 40442, 40445, 40446, 40447, 40449, -1, | |
3159 -1, 40451, -1, -1, -1, -1, -1, -1, | |
3160 -1, -1, -1, -1, -1, 40452, -1, 40453, | |
3161 -1, -1, 40454, -1, -1, -1, 40455, -1, | |
3162 -1, -1, 40456, 40458, 40460, 40462, 40464, -1, | |
3163 -1, -1, -1, -1, -1, -1, -1, -1, | |
3164 -1, -1, -1, -1, -1, -1, -1, -1, | |
3165 -1, -1, -1, -1, -1, -1, -1, -1, | |
3166 -1, -1, -1, -1, -1, -1, -1, -1, | |
3167 40467, -1, -1, -1, -1, -1, -1, -1, | |
3168 -1, -1, -1, -1, -1, -1, -1, -1, | |
3169 40469, -1, -1, -1, -1, -1, -1, -1, | |
3170 -1, -1, -1, -1, -1, -1, -1, -1, | |
3171 40471, 40472, 40473, 40474, 40475, 40476, 40477, 40478, | |
3172 40479, 40480, 40481, 40482, 40483, 40484, 40485, 40486, | |
3173 40487, 40488, 40489, 40490, 40491, 40492, 40493, 40494, | |
3174 40495, 40496, 40497, 40498, 40499, 40500, 40501, 40502, | |
3175 40503, 40504, -1, -1, -1, -1, -1, -1, | |
3176 -1, -1, -1, -1, -1, -1, -1, -1, | |
3177 40505, 40508, 40511, 40514, 40517, 40520, 40523, 40526, | |
3178 40529, -1, -1, -1, -1, -1, -1, -1, | |
3179 -1, -1, -1, -1, -1, -1, -1, -1, | |
3180 -1, -1, -1, -1, -1, -1, -1, -1, | |
11178
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3181 7764, 7765, 7766, 7767, 7768, 7769, 7770, 7771, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3182 7772, 7773, 7774, 7775, 7776, 7777, 7778, 7779, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3183 7780, 7781, 7782, 7783, 7784, 7785, 7786, 7787, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3184 7788, 7789, 7790, 7791, 7792, 7793, 7794, 7795, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3185 7796, 7797, 7798, 7799, 7800, 7801, 7802, 7803, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3186 7804, 7805, 7806, 7807, 7808, 7809, 7810, 7811, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3187 7812, 7813, 7814, 7815, 7816, 7817, 7818, 7819, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3188 7820, 7821, 7822, 7823, 7824, 7825, 7826, 7827, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3189 7828, 7829, 7830, 7831, 7832, 7833, 7834, 7835, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3190 7836, 7837, 7838, 7839, 7840, 7841, 7842, 7843, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3191 7844, 7845, 7846, 7847, 7848, 7849, 7850, 7851, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3192 7852, 7853, 7854, 7855, 7856, 7857, 7858, 7859, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3193 7860, 7861, 7862, 7863, 7864, 7865, 7866, 7867, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3194 7868, 7869, 7870, 7871, 7872, 7873, 7874, 7875, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3195 7876, 7877, 7878, 7879, 7880, 7881, 7882, 7883, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3196 7884, 7885, 7886, 7887, 7888, 7889, 7890, 7891, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3197 7892, 7893, 7894, 7895, 7896, 7897, 7898, 7899, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3198 7900, 7901, 7902, 7903, 7904, 7905, 7906, 7907, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3199 7908, 7909, 7910, 7911, 7912, 7913, 7914, 7915, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3200 7916, 7917, 7918, 7919, 7920, 7921, 7922, 7923, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3201 7924, 7925, 7926, 7927, 7928, 7929, 7930, 7931, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3202 7932, 7933, 7934, 7935, 7936, 7937, 7938, 7939, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3203 7940, 7941, 7942, 7943, 7944, 7945, 7946, 7947, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3204 7948, 7949, 7950, 7951, 7952, 7953, 7954, 7955, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3205 7956, 7957, 7958, 7959, 7960, 7961, 7962, 7963, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3206 7964, 7965, 7966, 7967, 7968, 7969, 7970, 7971, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3207 7972, 7973, 7974, 7975, 7976, 7977, 7978, 7979, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3208 7980, 7981, 7982, 7983, 7984, 7985, 7986, 7987, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3209 7988, 7989, 7990, 7991, 7992, 7993, 7994, 7995, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3210 7996, 7997, 7998, 7999, 8000, 8001, 8002, 8003, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3211 8004, 8005, 8006, 8007, 8008, 8009, 8010, 8011, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3212 8012, 8013, 8014, 8015, 8016, 8017, 8018, 8019, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3213 8020, 8021, 8022, 8023, 8024, 8025, 8026, 8027, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3214 8028, 8029, 8030, 8031, 8032, 8033, 8034, 8035, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3215 8036, 8037, 8038, 8039, 8040, 8041, 8042, 8043, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3216 8044, 8045, 8046, 8047, 8048, 8049, 8050, 8051, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3217 8052, 8053, 8054, 8055, 8056, 8057, 8058, 8059, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3218 8060, 8061, 8062, 8063, 8064, 8065, 8066, 8067, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3219 8068, 8069, 8070, 8071, 8072, 8073, 8074, 8075, |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3220 8076, 8077, 8078, 8079, 8080, 8081, 8082, 8083, |
14152 | 3221 8084, 8085, 8086, 8087, 8088, 8089, 8090, 8091, |
3222 8092, 8093, 8094, 8095, 8096, 8097, 8098, 8099, | |
3223 8100, 8101, 8102, 8103, 8104, 8105, 8106, 8107, | |
3224 8108, 8109, 8110, 8111, 8112, 8113, 8114, 8115, | |
3225 8116, 8117, 8118, 8119, 8120, 8121, 8122, 8123, | |
3226 8124, 8125, 8126, 8127, 8128, 8129, 8130, 8131, | |
3227 8132, 8133, 8134, 8135, 8136, 8137, 8138, 8139, | |
3228 8140, 8141, 8142, 8143, 8144, 8145, 8146, 8147, | |
3229 8148, 8149, 8150, 8151, 8152, 8153, 8154, 8155, | |
3230 8156, 8157, 8158, 8159, 8160, 8161, 8162, 8163, | |
3231 8164, 8165, 8166, 8167, 8168, 8169, 8170, 8171, | |
3232 8172, 8173, 8174, 8175, 8176, 8177, 8178, 8179, | |
3233 8180, 8181, 8182, 8183, 8184, 8185, 8186, 8187, | |
3234 8188, 8189, 8190, 8191, 8192, 8193, 8194, 8195, | |
3235 8196, 8197, 8198, 8199, 8200, 8201, 8202, 8203, | |
3236 8204, 8205, 8206, 8207, 8208, 8209, 8210, 8211, | |
3237 8212, 8213, 8214, 8215, 8216, 8217, 8218, 8219, | |
3238 8220, 8221, 8222, 8223, 8224, 8225, 8226, 8227, | |
3239 8228, 8229, 8230, 8231, 8232, 8233, 8234, 8235, | |
3240 8236, 8237, 8238, 8239, 8240, 8241, 8242, 8243, | |
3241 8244, 8245, 8246, 8247, 8248, 8249, 8250, 8251, | |
3242 8252, 8253, 8254, 8255, 8256, 8257, 8258, 8259, | |
3243 8260, 8261, 8262, 8263, 8264, 8265, 8266, 8267, | |
3244 8268, 8269, 8270, 8271, 8272, 8273, 8274, 8275, | |
3245 8276, 8277, 8278, 8279, 8280, 8281, 8282, 8283, | |
3246 8284, 8285, 8286, 8287, 8288, 8289, 8290, 8291, | |
3247 8292, 8293, 8294, 8295, 8296, 8297, 8298, 8299, | |
3248 8300, 8301, 8302, 8303, 8304, 8305, -1, -1 | |
11178
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3249 } |
8af28582a966
New module 'uninorm/decomposition-table'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3250 }; |