diff options
| author | Peng Wu <alexepico@gmail.com> | 2012-06-06 11:20:03 +0800 |
|---|---|---|
| committer | Peng Wu <alexepico@gmail.com> | 2012-06-06 13:14:43 +0800 |
| commit | 7a1e07bce049bddefc7404cb6e12158ca1742463 (patch) | |
| tree | 9e54cac9ba23a1206b4e565fbcc8b9bcf03d7cdb | |
| parent | 0cfa303cdce19eac3bff44ec9166960d2e3a895e (diff) | |
| download | libpinyin-0.6.x.tar.gz libpinyin-0.6.x.tar.xz libpinyin-0.6.x.zip | |
fixes jv,ju in ABC0.6.x
| -rw-r--r-- | src/storage/pinyin_parser2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |
