Closed kazu-yamamoto closed 12 years ago
Thanks for the patch!
I also lower case capitals in the Latin-1 Supplement so that all capitals that can occur in ByteStrings are lower cased. This ensures the behavior is identical to before the optimization.
If this is OK with you I will make a 0.4.0.3 release.
Ah, yes. Please include the Latin-1 stuff. Thanks.
Released as 0.4.0.3.
Thank you!
I would like to remove overhead of conversion (Word8 -> Char then Char -> Word8).