summaryrefslogtreecommitdiff
path: root/src/code_point.zig (follow)
Commit message (Expand)AuthorAgeFilesLines
* refactor CodePoint.Iterator into a reusable fnGravatar Jonathan Raphaelson2024-07-051-57/+79
* codepoint: prevent panic when last cp too shortGravatar Tim Culverhouse2024-06-101-0/+11
* Back to zg code_point. 4ms faster than Ghostty's Utf8DecoderGravatar Jose Colon Rodriguez2024-02-181-29/+39
* Code point code is now a method not a field.Gravatar Jose Colon Rodriguez2024-02-181-39/+29
* Code point and grapheme are now namespaces.Gravatar Jose Colon Rodriguez2024-02-181-0/+85