> Given we're calling to_lower() on a single byte in the code referred
> to, should we even be doing that when we have a multi-byte encoding
> and the high bit is set?
>
>
Nobody responded to this, but I'm rather inclined to say we should not.
Here's a simple patch to avoid this case.
Comments?
cheers
andrew