Skip to content
This repository has been archived by the owner on Mar 27, 2019. It is now read-only.

Case folding vs. toLower() #6

Open
ezzatron opened this issue Dec 8, 2015 · 0 comments
Open

Case folding vs. toLower() #6

ezzatron opened this issue Dec 8, 2015 · 0 comments

Comments

@ezzatron
Copy link
Collaborator

ezzatron commented Dec 8, 2015

Case folding is a much more aggressive operation that is (as I understand it) intended for use in comparison, but not display logic. Furthermore, lowercasing is not even necessarily a subset of case folding (needs investigation).

I have made the mistake of using lowercasing where case folding was specified, which is one part of this problem. BUT perhaps more importantly, there is discussion in the PRECIS WG about whether case folding is actually the appropriate operation to use at various points in the spec, especially in "enforcement". I believe there is talk of an addendum of sorts to address this.

See discussion under #1, as well as these links to discussion provided by @stpeter:

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

No branches or pull requests

1 participant