Parcom already has the [char parser](https://dokwork.github.io/parcom/index.html#sources.char). It would be good to have a similar parser for utf8 symbols: ```zig pub fn utf8(comptime U: u21) ParserCombinator(Utf8(, U)) ``` The package [std.unicode](https://ziglang.org/documentation/master/std/#std.unicode) may help in this issue.