summaryrefslogtreecommitdiffstats
path: root/src/include/novel_types.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2017-05-11 17:24:55 +0800
committerPeng Wu <alexepico@gmail.com>2017-05-11 17:24:55 +0800
commitdcd10dd3958db7aedaf8e746e4657669ce8fb75d (patch)
tree8a6adaa18c4c76e357e7130902a2c71c28a0b128 /src/include/novel_types.h
parent3a3b0ff675a03c8af84fb0062e744084ecf6a6c6 (diff)
downloadlibpinyin-dcd10dd3958db7aedaf8e746e4657669ce8fb75d.tar.gz
libpinyin-dcd10dd3958db7aedaf8e746e4657669ce8fb75d.tar.xz
libpinyin-dcd10dd3958db7aedaf8e746e4657669ce8fb75d.zip
support zhuyin table in table_info.cpp
Diffstat (limited to 'src/include/novel_types.h')
-rw-r--r--src/include/novel_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/novel_types.h b/src/include/novel_types.h
index d9d9e65..15c8656 100644
--- a/src/include/novel_types.h
+++ b/src/include/novel_types.h
@@ -152,6 +152,7 @@ typedef enum {
/* for default tables. */
RESERVED = 0,
GB_DICTIONARY = 1,
+ TSI_DICTIONARY = 1,
GBK_DICTIONARY = 2,
OPENGRAM_DICTIONARY = 3,
MERGED_DICTIONARY = 4,