From df20383358485ac69158b6dd4bec1a3c2e5bf9ea Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Fri, 21 Oct 2011 17:35:25 +0800 Subject: improves get chewing --- src/storage/chewing_key.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/storage/chewing_key.h') diff --git a/src/storage/chewing_key.h b/src/storage/chewing_key.h index 3e5c4b9..a9dde9a 100644 --- a/src/storage/chewing_key.h +++ b/src/storage/chewing_key.h @@ -96,7 +96,9 @@ enum ChewingFinal CHEWING_O = 13, /* "ㄛ". */ PINYIN_ONG = 14, /* "ueng". */ CHEWING_OU = 15, /* "ㄡ". */ - CHEWING_LAST_FINAL = CHEWING_OU, + PINYIN_IN = 16, /* "ien". */ + PINYIN_ING = 17, /* "ieng". */ + CHEWING_LAST_FINAL = CHEWING_ING, CHEWING_NUMBER_OF_FINALS = CHEWING_LAST_FINAL + 1 }; @@ -120,7 +122,7 @@ struct ChewingKey { guint16 m_initial : 5; guint16 m_middle : 2; - guint16 m_final : 4; + guint16 m_final : 5; guint16 m_tone : 3; }; -- cgit