From bd771b0c51f35c6ab6377719ab654370782ef1c9 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Thu, 18 Apr 2013 10:23:49 +0800 Subject: support two letter yunmu from full pinyin --- src/storage/double_pinyin_table.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/storage/double_pinyin_table.h') diff --git a/src/storage/double_pinyin_table.h b/src/storage/double_pinyin_table.h index 6af66b7..52af618 100644 --- a/src/storage/double_pinyin_table.h +++ b/src/storage/double_pinyin_table.h @@ -307,11 +307,11 @@ const double_pinyin_scheme_yunmu_item_t double_pinyin_pyjj_yun[] = { }; const double_pinyin_scheme_shengmu_item_t double_pinyin_xhe_sheng[] = { -{NULL } /* A */, +{"'" } /* A */, {"b" } /* B */, {"c" } /* C */, {"d" } /* D */, -{NULL } /* E */, +{"'" } /* E */, {"f" } /* F */, {"g" } /* G */, {"h" } /* H */, -- cgit