Yukihiro Matsumoto wrote:

> By the definition of UTF-8, 0x80-0xEF at the first byte of multibyte
> sequence are invalid, so Ruby treats them as if they are single byte
> characters.

Makes sense.  Thanks!

--- SER