What does HackerNews think of ziglyph?
Unicode text processing for the Zig programming language.
Language:
Zig
The stdlib is not yet the focus of development so we don't know precisely what should or should not be in the stdlib.
This library implements the unicode spec and there have been talks about upstreaming it into the stdlib, but no decisions yet.
Well, there's functions for working with code points within the bytes that (may) make up utf8 strings.. in order to do actual string level manipulation a library is needed (such as https://github.com/jecolon/ziglyph or others)
for strings, these might be good (haven't tried them yet):
https://github.com/jecolon/zigstr
https://github.com/jecolon/ziglyph
Agreed, and Zig also has a lib for that as well: