Haskell Platform proposal: Add case-insensitive and Haskell 98/2010 compliance
Bas van Dijk
v.dijk.bas at gmail.com
Mon Jan 21 16:50:26 CET 2013
On 21 January 2013 00:29, Mark Lentczner <mark.lentczner at 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
More information about the Libraries
mailing list