summaryrefslogtreecommitdiffstats
path: root/src/storage/pinyin_base.cpp
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2011-09-23 14:15:00 +0800
committerPeng Wu <alexepico@gmail.com>2011-09-23 14:15:00 +0800
commit0884a67e7f67d141d1af3943bdfb31cdce2b1234 (patch)
treed4a93a6462249e66d97269a807f75906423a32e2 /src/storage/pinyin_base.cpp
parentbe59e5b5f901f0959e8824e81a7f49c434229440 (diff)
downloadlibpinyin-0884a67e7f67d141d1af3943bdfb31cdce2b1234.tar.gz
libpinyin-0884a67e7f67d141d1af3943bdfb31cdce2b1234.tar.xz
libpinyin-0884a67e7f67d141d1af3943bdfb31cdce2b1234.zip
add correction options to pinyin custom settings
Diffstat (limited to 'src/storage/pinyin_base.cpp')
-rw-r--r--src/storage/pinyin_base.cpp2
1 files changed, 1 insertions, 1 deletions
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},