summaryrefslogtreecommitdiff
path: root/src/unicode_tests.zig (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge NormData with NormalizeGravatar Sam Atman2025-04-301-3/+2
|
* grapheme now Graphemes, Data files goneGravatar Sam Atman2025-04-301-4/+4
|
* Factor out 'Data' for grapheme and DisplayWidthGravatar Sam Atman2025-04-301-5/+5
| | | | | In the process of refactoring the whole library, so that it doesn't expose anything called "Data" separately from user functionality.
* All the std.mem.Allocators that were stored just for init and deinitGravatar lch3612025-04-291-6/+6
| | | | methods were removed, mem.Allocators were added to deinit as arguments.
* Add peek() to Grapheme.IteratorGravatar Sam Atman2024-11-021-0/+26
| | | | | This does the expected thing: returns the next ?Grapheme without mutation of the iteration state.
* Replace deprecated uses of std.mem.splitGravatar Sam Atman2024-11-021-8/+8
|
* NormData init now takes pointer to uninitialized Self to avoid stack copy ↵Gravatar Jose Colon Rodriguez2024-04-021-2/+3
| | | | issues.
* Split out Unicode tests to separate fileGravatar Jose Colon Rodriguez2024-03-281-0/+194