summaryrefslogtreecommitdiffstats
path: root/src/storage/pinyin_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/storage/pinyin_base.h')
-rw-r--r--src/storage/pinyin_base.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/storage/pinyin_base.h b/src/storage/pinyin_base.h
index 4c15454..14d3a99 100644
--- a/src/storage/pinyin_base.h
+++ b/src/storage/pinyin_base.h
@@ -84,8 +84,8 @@ enum PinyinInitial
PINYIN_Fo = 5,
PINYIN_He = 6,
PINYIN_Ge = 7,
- PINYIN_Ji = 8,
- PINYIN_Ke = 9,
+ PINYIN_Ke = 8,
+ PINYIN_Ji = 9,
PINYIN_Mo =10,
PINYIN_Ne =11,
PINYIN_Le =12,
@@ -213,6 +213,7 @@ enum PinyinAmbiguity
PINYIN_AmbNeLe,
PINYIN_AmbLeRi,
PINYIN_AmbFoHe,
+ PINYIN_AmbGeKe,
PINYIN_AmbAnAng,
PINYIN_AmbEnEng,
PINYIN_AmbInIng,