root/maint/gnulib/lib/uninorm/decomposition-table1.h

/* [previous][next][first][last][top][bottom][index][help] */

INCLUDED FROM


   1 /* DO NOT EDIT! GENERATED AUTOMATICALLY! */
   2 /* Decomposition of Unicode characters.  */
   3 /* Generated automatically by gen-uni-tables.c for Unicode 9.0.0.  */
   4 
   5 /* Copyright (C) 2000-2021 Free Software Foundation, Inc.
   6 
   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.
  11 
  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.
  16 
  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/>.  */
  19 
  20 extern const unsigned char gl_uninorm_decomp_chars_table[];
  21 
  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
  27 
  28 typedef struct
  29   {
  30     int level1[191];
  31     int level2[23 << 5];
  32     unsigned short level3[277 << 5];
  33   }
  34 decomp_index_table_t;
  35 extern const decomp_index_table_t gl_uninorm_decomp_index_table;

/* [previous][next][first][last][top][bottom][index][help] */