summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2015-10-13 15:54:58 +0800
committerPeng Wu <alexepico@gmail.com>2015-10-13 15:54:58 +0800
commit9c490c6b8fe425eef1690f62e1655a045e254d9e (patch)
tree656794af0ec5dfad6559f08645178e994ee17114 /src
parent390a0c0959500de088783273fda4341e0644c24e (diff)
downloadlibpinyin-9c490c6b8fe425eef1690f62e1655a045e254d9e.tar.gz
libpinyin-9c490c6b8fe425eef1690f62e1655a045e254d9e.tar.xz
libpinyin-9c490c6b8fe425eef1690f62e1655a045e254d9e.zip
support fallback tables in double pinyin
Diffstat (limited to 'src')
-rw-r--r--src/storage/pinyin_parser2.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/storage/pinyin_parser2.h b/src/storage/pinyin_parser2.h
index e8f01cd..f490411 100644
--- a/src/storage/pinyin_parser2.h
+++ b/src/storage/pinyin_parser2.h
@@ -74,6 +74,11 @@ typedef struct {
} double_pinyin_scheme_yunmu_item_t;
typedef struct {
+ const char * m_input;
+ const char * m_yunmu;
+} double_pinyin_scheme_fallback_item_t;
+
+typedef struct {
const char m_input;
const char * m_chewing;
} chewing_symbol_item_t;