Iterating over UTF-8 "values" would be iterating over the bytes (chars) which 
form an valid unicode code point (rune). So it would advance 1 - 8 bytes in the 
UTF-8 encoded string. This means no decoding to unicode but working in the 
encoded format.

Reply via email to