openat: don’t close (-1)
[gnulib.git] / lib / uninorm / decomposition-table1.h
blobc6ee5ab59fe142c832eef7e361655d914e1928e5
1 /* DO NOT EDIT! GENERATED AUTOMATICALLY! */
2 /* Decomposition of Unicode characters. */
3 /* Generated automatically by gen-uni-tables.c for Unicode 16.0.0. */
5 /* Copyright (C) 2000-2024 Free Software Foundation, Inc.
7 This file is free software: you can redistribute it and/or modify
8 it under the terms of the GNU Lesser General Public License as
9 published by the Free Software Foundation; either version 2.1 of the
10 License, or (at your option) any later version.
12 This file is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 GNU Lesser General Public License for more details.
17 You should have received a copy of the GNU Lesser General Public License
18 along with this program. If not, see <https://www.gnu.org/licenses/>. */
20 extern const unsigned char gl_uninorm_decomp_chars_table[];
22 #define decomp_header_0 10
23 #define decomp_header_1 191
24 #define decomp_header_2 5
25 #define decomp_header_3 31
26 #define decomp_header_4 31
28 typedef struct
30 int level1[191];
31 int level2[30 << 5];
32 unsigned short level3[293 << 5];
34 decomp_index_table_t;
35 extern const decomp_index_table_t gl_uninorm_decomp_index_table;