summaryrefslogtreecommitdiffstats
path: root/src/storage/pinyin_custom2.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2015-10-16 13:13:27 +0800
committerPeng Wu <alexepico@gmail.com>2015-10-16 13:13:27 +0800
commit369a4d63b24d441c87da55aa11774881d02fd0a7 (patch)
treeef20515a918a64da17e5269cc1a408f35ca957c9 /src/storage/pinyin_custom2.h
parent7f77d9dcbc043d00d3ef2eacfb1237b32b1d6136 (diff)
downloadlibpinyin-369a4d63b24d441c87da55aa11774881d02fd0a7.tar.gz
libpinyin-369a4d63b24d441c87da55aa11774881d02fd0a7.tar.xz
libpinyin-369a4d63b24d441c87da55aa11774881d02fd0a7.zip
add pinyin_get_luoma_pinyin_string and pinyin_get_secondary_zhuyin_string
Diffstat (limited to 'src/storage/pinyin_custom2.h')
-rw-r--r--src/storage/pinyin_custom2.h2
1 files changed, 1 insertions, 1 deletions
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
};