Path | Description | |
---|---|---|
range/ | Ranges | Readme |
test.data/ | Test data | Readme |
unchecked/ | Unchecked functions | Readme |
core.hh | Core constants and functions | Example/Tests |
count.hh | Count code points | Example/Tests |
encode.hh | Encode single code point | Example/Tests |
error.hh | Error (enum etc) | |
is_valid.hh | Is valid string | Example/Tests |
line_column.hh | Byte position to line-column | Example/Tests |
pad.hh | Pad to code point count | Example/Tests |
replace_invalid.hh | Replace invalid bytes | Example/Tests |
skip.hh | Skip valid bytes in front of range | Example/Tests |
status.hh | Get information about a string | Example/Tests |
strip_invalid.hh | Strip invalid bytes | Example/Tests |