From 369a4d63b24d441c87da55aa11774881d02fd0a7 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Fri, 16 Oct 2015 13:13:27 +0800 Subject: add pinyin_get_luoma_pinyin_string and pinyin_get_secondary_zhuyin_string --- src/storage/pinyin_custom2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/storage/pinyin_custom2.h') diff --git a/src/storage/pinyin_custom2.h b/src/storage/pinyin_custom2.h index 3b6e097..916e295 100644 --- a/src/storage/pinyin_custom2.h +++ b/src/storage/pinyin_custom2.h @@ -100,7 +100,7 @@ enum FullPinyinScheme { FULL_PINYIN_HANYU = 1, FULL_PINYIN_LUOMA = 2, - FULL_PINYIN_SECONDARY_BOPOMOFO = 3, + FULL_PINYIN_SECONDARY_ZHUYIN = 3, FULL_PINYIN_DEFAULT = FULL_PINYIN_HANYU }; -- cgit