File indexing completed on 2024-05-12 16:39:57

0001 /* Transliteration table of 65535 unicode characters
0002    Do not edit this file, it is generated
0003    by ./generate_transliteration_table.sh script. */
0004 
0005 #ifndef KEXI_TRANSLITERATION_TABLE_H
0006 #define KEXI_TRANSLITERATION_TABLE_H
0007 
0008 #define TRANSLITERATION_TABLE_SIZE 65535
0009 const char* const* transliteration_table();
0010 
0011 #endif