aboutsummaryrefslogtreecommitdiffstats
path: root/src/util/unicode.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-10-25Regenerate unicode punctuationLibravatar Christian Murphy1-1/+24
Closes GH-15. Reviewed-by: Titus Wormer <tituswormer@gmail.com>
2022-08-19Refactor to move more things to `util/`Libravatar Titus Wormer1-0/+0
2022-08-15Refactor to proof docs, grammarsLibravatar Titus Wormer1-2/+2
2022-07-29Refactor to improve statesLibravatar Titus Wormer1-1/+1
* Remove custom kind wrappers, use plain bytes instead * Remove `Into`s, use the explicit expected types instead * Refactor to use `slice.as_str` in most places * Remove unneeded unique check before adding a definition * Use a shared CDATA prefix in constants * Inline byte checks into matches * Pass bytes back from parser instead of whole parse state * Refactor to work more often on bytes * Rename custom `size` to `len`
2022-07-05Fix typoLibravatar Titus Wormer1-1/+1
2022-07-04Add support for unicode punctuationLibravatar Titus Wormer1-0/+838