summaryrefslogtreecommitdiff
path: root/src/Normalize.zig (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Normalize: Mark utf8Encode errors as unreachable, use explicit error setsGravatar Ryan Liptak2024-06-251-11/+11
| | | | These utf8Encode calls are converting normalized codepoints back into UTF-8, so the codepoints can be assumed to be valid.
* NormData init now takes pointer to uninitialized Self to avoid stack copy ↵Gravatar Jose Colon Rodriguez2024-04-021-8/+16
| | | | issues.
* Updated READMEGravatar Jose Colon Rodriguez2024-03-311-41/+0
|
* Split out Unicode tests to separate fileGravatar Jose Colon Rodriguez2024-03-281-120/+1
|
* ScriptsData and made all Datas constGravatar Jose Colon Rodriguez2024-03-271-29/+29
|
* GraphemeData and Normalize non-pub fnsGravatar Jose Colon Rodriguez2024-03-261-6/+6
|
* Rename CaseFold and NormalizeGravatar Jose Colon Rodriguez2024-03-231-0/+774