// 取得汉字的笔画
/*
gb2312_stkcnt.cpp
Retrieve the stroke count of Chinese character.
Support GB2312_80.
Chunhua Liu
Last updated: 2001-11-22/1500
*/
/* D6 */
9, 10, 8, 7, 6, 8, 4, 7,
14, 8, 8, 10, 5, 3, 8, 11,
8, 12, 12, 6, 10, 8, 7, 9,
4, 11, 5, 6, 7, 7, 10, 11,
6, 10, 13, 8, 9, 8, 12, 10,
13, 8, 8, 11, 12, 8, 11, 4,
9, 8, 9, 10, 8, 9, 8, 9,
6, 6, 6, 8, 6, 9, 7, 12,
9, 7, 8, 8, 10, 8, ...[ 查看全文 ]