case-insensitive icon indicating copy to clipboard operation
case-insensitive copied to clipboard

documentation: provide some explanation of "case folding"

Open robx opened this issue 6 years ago • 4 comments

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.

  • add a sentence in the general parts of the documentation noting that case folding is mostly but not quite lowercasing (perhaps with a link to a more detailed explanation)
  • in the documentation of foldedCase, explicitly state that the result depends on the FoldCase instance (instead of just a "see also")
  • document the behaviour of the individual FoldCase instances

robx avatar Aug 22 '19 11:08 robx

I don't think this is maintained.

jappeace avatar Jun 03 '22 13:06 jappeace

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

jappeace avatar Jun 03 '22 13:06 jappeace

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

robx avatar Jun 03 '22 14:06 robx

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

jappeace avatar Jun 03 '22 16:06 jappeace