Not understanding the concept of a rune
In Go, a rune is a Unicode code point.
Mistake
Believing that runes are always UTF8, this is false.
Fix
Runes can be any encoding.
In Go, a rune is a Unicode code point.
Believing that runes are always UTF8, this is false.
Runes can be any encoding.