summaryrefslogtreecommitdiffstats
path: root/scripts/pinyin_parser_table.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/pinyin_parser_table.h.in')
-rw-r--r--scripts/pinyin_parser_table.h.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/scripts/pinyin_parser_table.h.in b/scripts/pinyin_parser_table.h.in
index ae8093d..6a9bccb 100644
--- a/scripts/pinyin_parser_table.h.in
+++ b/scripts/pinyin_parser_table.h.in
@@ -26,6 +26,21 @@ const resplit_table_item_t resplit_table[] = {
@RESPLIT_TABLE@
};
+const gint chewing_key_table[CHEWING_NUMBER_OF_INITIALS *
+ CHEWING_NUMBER_OF_MIDDLES *
+ CHEWING_NUMBER_OF_FINALS] = {
+@TABLE_INDEX@
+};
+
+const char * chewing_tone_table[CHEWING_NUMBER_OF_TONES] = {
+"",
+"ˉ",
+'ˊ',
+'ˇ',
+'ˋ',
+'˙'
+};
+
};
#endif