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