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.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/storage/pinyin_base.h b/src/storage/pinyin_base.h
index 163c9eb..f40b43b 100644
--- a/src/storage/pinyin_base.h
+++ b/src/storage/pinyin_base.h
@@ -173,14 +173,20 @@ enum PinyinTone
*/
enum PinyinShuangPinScheme
{
+#if 0
SHUANG_PIN_STONE = 0,
+#endif
SHUANG_PIN_ZRM = 1,
SHUANG_PIN_MS = 2,
SHUANG_PIN_ZIGUANG = 3,
SHUANG_PIN_ABC = 4,
+#if 0
SHUANG_PIN_LIUSHI = 5,
- SHUANG_PIN_CUSTOMIZED = 6,
- SHUANG_PIN_DEFAULT = SHUANG_PIN_ZRM
+#endif
+ SHUANG_PIN_PYJJ = 6,
+ SHUANG_PIN_XHE = 7,
+ SHUANG_PIN_CUSTOMIZED = 30, /* for user's keyboard */
+ SHUANG_PIN_DEFAULT = SHUANG_PIN_MS
};
/**