IS_SEP_CHAR
#define IS_SEP_CHAR(c) (index(SC_CUT_SEPCHARS, (c) & 0xff) != NULL)
#define IS_SEP_CHAR(c) IS_SPACE_CHAR(c)