Y
Hacker News
new
|
ask
|
show
|
jobs
by
ivanjermakov
301 days ago
There is no such thing as "just bytes" when it comes to Unicode. UTF-8 is a way to represent Unicode codepoints in binary.
But I agree that author's statement is wrong. Go stings are equivalent to byte slices.
1 comments
bradfitz
300 days ago
Go strings are just bytes. There is no Unicode or encodings.
link