On 21 January 2013 00:29, Mark Lentczner <mark.lentcz...@gmail.com> wrote:
> In 0.4.0.2 and earlier, it was mapping Data.Char's toLower for all types
> except Text (where it was using Text's toCaseFold)
> From 0.4.0.3 and on, it is using Text's toCaseFold for all types, except
> ByteString, where it uses it's own toLower function optimized for just
> ISO-8859-1.

The output should be identical between 0.4.0.2 and 0.4.0.3.

In the hp branch I changed the documentation to mention ISO-8859-1
instead of ASCII:

https://github.com/basvandijk/case-insensitive/tree/hp

Feel free to send me pull requests for better phrasing.

Bas

_______________________________________________
Haskell-platform mailing list
Haskell-platform@projects.haskell.org
http://projects.haskell.org/cgi-bin/mailman/listinfo/haskell-platform

Reply via email to