From 7a1e07bce049bddefc7404cb6e12158ca1742463 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Wed, 6 Jun 2012 11:20:03 +0800 Subject: fixes jv,ju in ABC --- src/storage/pinyin_parser2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/storage/pinyin_parser2.cpp b/src/storage/pinyin_parser2.cpp index cebdf91..abea35c 100644 --- a/src/storage/pinyin_parser2.cpp +++ b/src/storage/pinyin_parser2.cpp @@ -574,7 +574,7 @@ bool DoublePinyinParser2::parse_one_key(pinyin_option_t options, ChewingTone tone = CHEWING_ZERO_TONE; options &= ~(PINYIN_INCOMPLETE|CHEWING_INCOMPLETE); - options |= PINYIN_CORRECT_UE_VE; + options |= PINYIN_CORRECT_UE_VE | PINYIN_CORRECT_V_U; /* parse tone */ if (3 == len) { -- cgit v1.2.1