summaryrefslogtreecommitdiffstats
path: root/src/storage/double_pinyin_table.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2013-04-18 10:23:49 +0800
committerPeng Wu <alexepico@gmail.com>2013-04-18 11:02:59 +0800
commitbd771b0c51f35c6ab6377719ab654370782ef1c9 (patch)
treedd8fcfd7c87a25d23613ef8107b66ccda04d8e2e /src/storage/double_pinyin_table.h
parent29ba511009f6346e0350735d342b81de56336b6b (diff)
downloadlibpinyin-bd771b0c51f35c6ab6377719ab654370782ef1c9.tar.gz
libpinyin-bd771b0c51f35c6ab6377719ab654370782ef1c9.tar.xz
libpinyin-bd771b0c51f35c6ab6377719ab654370782ef1c9.zip
support two letter yunmu from full pinyin
Diffstat (limited to 'src/storage/double_pinyin_table.h')
-rw-r--r--src/storage/double_pinyin_table.h4
1 files changed, 2 insertions, 2 deletions
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 */,