summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2013-09-12 12:47:20 +0800
committerPeng Wu <alexepico@gmail.com>2013-09-12 15:00:13 +0800
commitb4ea781c0f9b845d14ced43eda05ea95be7fef57 (patch)
tree4e34d04da31bd9ae1be49c91ad2ecdd4a2fbe348 /src
parent6a27e581954819bdfe9b5730ed6aef0ad27239fe (diff)
downloadlibzhuyin-b4ea781c0f9b845d14ced43eda05ea95be7fef57.tar.gz
libzhuyin-b4ea781c0f9b845d14ced43eda05ea95be7fef57.tar.xz
libzhuyin-b4ea781c0f9b845d14ced43eda05ea95be7fef57.zip
update ChewingScheme
Diffstat (limited to 'src')
-rw-r--r--src/storage/pinyin_custom2.h11
1 files changed, 8 insertions, 3 deletions
diff --git a/src/storage/pinyin_custom2.h b/src/storage/pinyin_custom2.h
index 4212745..ae3f8ae 100644
--- a/src/storage/pinyin_custom2.h
+++ b/src/storage/pinyin_custom2.h
@@ -78,9 +78,14 @@ enum PinyinScheme
enum ChewingScheme
{
CHEWING_STANDARD = 1,
- CHEWING_IBM = 2,
- CHEWING_GINYIEH = 3,
- CHEWING_ETEN = 4,
+ CHEWING_HSU = 2,
+ CHEWING_IBM = 3,
+ CHEWING_GINYIEH = 4,
+ CHEWING_ETEN = 5,
+ CHEWING_ETEN26 = 6,
+ CHEWING_STANDARD_DVORAK = 7,
+ CHEWING_HSU_DVORAK = 8,
+ CHEWING_DACHEN_CP26 = 9,
CHEWING_DEFAULT = CHEWING_STANDARD
};