From 8919f4c989c55e52ae6a18bfc4e1e4a1ed35d48b Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Mon, 14 Nov 2011 16:52:42 +0800 Subject: refine pinyin custom2 --- src/storage/pinyin_custom2.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/storage/pinyin_custom2.h b/src/storage/pinyin_custom2.h index 52f093b..d0238cf 100644 --- a/src/storage/pinyin_custom2.h +++ b/src/storage/pinyin_custom2.h @@ -41,9 +41,9 @@ enum PinyinTableFlag{ * We allow these ambiguities. */ enum PinyinAmbiguity2{ - PINYIN_AMB_C_Ch = 1U << 9, - PINYIN_AMB_Z_Zh = 1U << 10, - PINYIN_AMB_S_Sh = 1U << 11, + PINYIN_AMB_C_CH = 1U << 9, + PINYIN_AMB_Z_ZH = 1U << 10, + PINYIN_AMB_S_SH = 1U << 11, PINYIN_AMB_L_N = 1U << 12, PINYIN_AMB_F_H = 1U << 13, PINYIN_AMB_L_R = 1U << 14, -- cgit