// 取得汉字的笔画
/*
gb2312_stkcnt.cpp
Retrieve the stroke count of Chinese character.
Support GB2312_80.
Chunhua Liu
Last updated: 2001-11-22/1500
*/
static int gb2312_stroke_count[] =
{
/* B0 */
10, 7, 10, 10, 8, 10, 9, 11,
17, 14, 13, 5, 13, 10, 12, 15,
10, 6, 10, 9, 13, 8, 10, 10,
8, 8, 10, 5, 10, 14, 16, 9,
12, 12, 15, 15, 7, 10, 5, 5,
7, 10, 2, 9, 4, 8, 12, 13,
7, 10, 7, 21, 10, 8, 5, 9,
6, 13, 8, 8, 9, ...[ 查看全文 ]