basvandijk / case-insensitive

Case insensitive string comparison
Other
25 stars 19 forks source link

documentation: provide some explanation of "case folding" #28

Open robx opened 5 years ago

robx commented 5 years ago

I just spent quite a while digging, first through the source, finally ending up at http://hackage.haskell.org/package/text-1.2.4.0/docs/Data-Text.html#v:toCaseFold while trying to figure out what the result of toCaseFold is actually like.

It would probably be useful to others to do one or more of the following.

jappeace commented 2 years ago

I don't think this is maintained.

jappeace commented 2 years ago

@basvandijk please add me or robx as maintainer on hackage, my hackage name is Jappie (case sensitive).

robx commented 2 years ago

(I'd rather not take on a maintainer role.)

jappeace commented 2 years ago

presumably this is the source of the naming: http://www.unicode.org/Public/UCD/latest/ucd/CaseFolding.txt I intend to link to that in the docs