From 88c6d1ac5b6a945730554da7a22e2e7716055bcb Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Mon, 27 Jun 2016 17:07:09 +0800 Subject: update double pinyin --- scripts2/doublepinyin.py | 1 - src/storage/double_pinyin_table.h | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/scripts2/doublepinyin.py b/scripts2/doublepinyin.py index 5bfe525..ad41d23 100644 --- a/scripts2/doublepinyin.py +++ b/scripts2/doublepinyin.py @@ -213,7 +213,6 @@ XHE_SHUANGPIN_SHENGMU_DICT = { "m" : "m", "n" : "n", "o" : "'", "p" : "p", "q" : "q", "r" : "r", "s" : "s", "t" : "t", "u" : "sh", "v" : "zh", "w" : "w", "x" : "x", "y" : "y", "z" : "z", - "a" : "'", "e" : "'" } XHE_SHUANGPIN_YUNMU_DICT = { diff --git a/src/storage/double_pinyin_table.h b/src/storage/double_pinyin_table.h index 784d686..7583a64 100644 --- a/src/storage/double_pinyin_table.h +++ b/src/storage/double_pinyin_table.h @@ -337,11 +337,11 @@ const double_pinyin_scheme_fallback_item_t double_pinyin_pyjj_fallback[] = { }; const double_pinyin_scheme_shengmu_item_t double_pinyin_xhe_sheng[] = { -{"'" } /* A */, +{NULL } /* A */, {"b" } /* B */, {"c" } /* C */, {"d" } /* D */, -{"'" } /* E */, +{NULL } /* E */, {"f" } /* F */, {"g" } /* G */, {"h" } /* H */, -- cgit