From dcd10dd3958db7aedaf8e746e4657669ce8fb75d Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Thu, 11 May 2017 17:24:55 +0800 Subject: support zhuyin table in table_info.cpp --- src/include/novel_types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include') 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, -- cgit