_MAXIDSTRLEN
char ids[_MAXIDSTRLEN];
if (u8s->utf8string_len >= _MAXIDSTRLEN)
(void) snprintf(ids, _MAXIDSTRLEN, "%d", id);