Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
robx opened this issue Aug 22, 2019 · 4 comments
Open

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

robx opened this issue Aug 22, 2019 · 4 comments

Comments

@robx
Copy link

robx commented Aug 22, 2019

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
@jappeace
Copy link

jappeace commented Jun 3, 2022

I don't think this is maintained.

@jappeace
Copy link

jappeace commented Jun 3, 2022

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

@robx
Copy link
Author

robx commented Jun 3, 2022

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

@jappeace
Copy link

jappeace commented Jun 3, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants