> How do I iterate over utf8 values instead?
There's no such thing as a utf8 value. UTF8 is a multibyte encoding of Unicode code points.
> How do I iterate over utf8 values instead?
There's no such thing as a utf8 value. UTF8 is a multibyte encoding of Unicode code points.