X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Funinorm%2Fdecomposition-table1.h;h=3652aad763ef2554a94baa4f1bc74aed9d0ddb92;hb=fc492e92429a239ba32ffe14d3236685963818a3;hp=4ac70f4c38b1feb0abdc268fc9a4704b8d34b789;hpb=b3bff7a868656967a8007faa831a89f3a1601eb2;p=pspp diff --git a/lib/uninorm/decomposition-table1.h b/lib/uninorm/decomposition-table1.h index 4ac70f4c38..3652aad763 100644 --- a/lib/uninorm/decomposition-table1.h +++ b/lib/uninorm/decomposition-table1.h @@ -1,6 +1,6 @@ /* DO NOT EDIT! GENERATED AUTOMATICALLY! */ /* Decomposition of Unicode characters. */ -/* Generated automatically by gen-uni-tables.c for Unicode 5.1.0. */ +/* Generated automatically by gen-uni-tables.c for Unicode 5.2.0. */ extern const unsigned char gl_uninorm_decomp_chars_table[]; @@ -13,8 +13,8 @@ extern const unsigned char gl_uninorm_decomp_chars_table[]; typedef struct { int level1[191]; - int level2[18 << 5]; - unsigned short level3[254 << 5]; + int level2[20 << 5]; + unsigned short level3[263 << 5]; } decomp_index_table_t; extern const decomp_index_table_t gl_uninorm_decomp_index_table;