ocs_isdigit
return idstart(c) || ocs_isdigit(c);
} else if (ocs_isdigit(*s)) {
while ((*s == ',') || ocs_isdigit(*s)) {