ChanServ changed the topic of #zig to: zig programming language | ziglang.org | be excellent to each other | channel logs: https://irclog.whitequark.org/zig/
<ForLoveOfCats>
I see, so it is pretty much the same situation as fitting UTF-8 encoded Unicode text into a std::string in C++? "It'll fit, just don't expect it to work like a normal string"
<andrewrk>
ForLoveOfCats, I'm not sure what you mean by "normal string". Zig doesn't have strings in the language or the standard library