NC_MAX
g->charjump = (int *)malloc((NC_MAX + 1) * sizeof(int));
unsigned char bmp[NC_MAX / 8];
#define NC ((MB_CUR_MAX) == 1 ? (NC_MAX) : (128))