summaryrefslogtreecommitdiffstats
path: root/src/storage/pinyin_parser2.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2011-11-18 16:02:42 +0800
committerPeng Wu <alexepico@gmail.com>2011-11-18 16:02:42 +0800
commit2c97eb4bdb4f4e121cc8618b639aa574387e99c1 (patch)
tree31a02c8b4cb94e5954d76453bdad9aa5711cd5d9 /src/storage/pinyin_parser2.h
parent479f391d04433c91e3b4e5b537e856cb0e73e43b (diff)
downloadlibpinyin-2c97eb4bdb4f4e121cc8618b639aa574387e99c1.tar.gz
libpinyin-2c97eb4bdb4f4e121cc8618b639aa574387e99c1.tar.xz
libpinyin-2c97eb4bdb4f4e121cc8618b639aa574387e99c1.zip
clean up chewing parser2 definition
Diffstat (limited to 'src/storage/pinyin_parser2.h')
-rw-r--r--src/storage/pinyin_parser2.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/storage/pinyin_parser2.h b/src/storage/pinyin_parser2.h
index 53b5e9b..e0b43ea 100644
--- a/src/storage/pinyin_parser2.h
+++ b/src/storage/pinyin_parser2.h
@@ -157,15 +157,12 @@ public:
* @brief Class to parse Chewing input string
*
* Several keyboard scheme are supported:
- * * ZHUYIN_ZHUYIN Parse original ZhuYin string, such as ㄅㄧㄢ
* * Chewing_STANDARD Standard ZhuYin keyboard, which maps 1 to Bo(ㄅ), q to Po(ㄆ) etc.
* * Chewing_HSU Hsu ZhuYin keyboard, which uses a-z (except q) chars.
* * Chewing_IBM IBM ZhuYin keyboard, which maps 1 to Bo(ㄅ), 2 to Po(ㄆ) etc.
* * Chewing_GIN_YIEH Gin-Yieh ZhuYin keyboard.
* * Chewing_ET Eten (倚天) ZhuYin keyboard.
* * Chewing_ET26 Eten (倚天) ZhuYin keyboard, which only uses a-z chars.
- * UTF-8 string is used in ZhuYin Parser, because the requirement of supporting original ZhuYin strings.
- * So that the length of inputted string is calculated in number of utf8 chars instead of bytes.
*/
class ChewingParser2 : public PinyinParser2
{