From 0884a67e7f67d141d1af3943bdfb31cdce2b1234 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Fri, 23 Sep 2011 14:15:00 +0800 Subject: add correction options to pinyin custom settings --- src/storage/pinyin_base.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/storage/pinyin_base.cpp') diff --git a/src/storage/pinyin_base.cpp b/src/storage/pinyin_base.cpp index 25c33e1..acb5ee8 100644 --- a/src/storage/pinyin_base.cpp +++ b/src/storage/pinyin_base.cpp @@ -745,7 +745,7 @@ PinyinParser::normalize (PinyinKey &key) { static const PinyinReplaceRulePair rules [] = { -#if 1 +#if 0 {PINYIN_ZeroInitial, PINYIN_I, PINYIN_Yi, PINYIN_I}, {PINYIN_ZeroInitial, PINYIN_Ia, PINYIN_Yi, PINYIN_A}, {PINYIN_ZeroInitial, PINYIN_Ian, PINYIN_Yi, PINYIN_An}, -- cgit