format_unescape
value = format_unescape(es, cp + 1, end - (cp + 1));
value = format_unescape(es, cp, end - cp);
value = format_unescape(es, copy, strlen(copy));