Hacker News
new
past
comments
ask
show
jobs
points
by
echoangle
6 hours ago
|
comments
by
zahlman
3 hours ago
|
[-]
Zero bytes won't ever be part of a multi-byte character in UTF-8. They simply represent code point 0 (which is valid, but wouldn't appear in normal text) by themselves.
reply
by
echoangle
2 hours ago
|
parent
|
[-]
Ah even better so you can just use null terminated strings
reply