
21 Jan
2013
21 Jan
'13
10:50 a.m.
On 21 January 2013 00:29, Mark Lentczner
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