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

Case insensitive literal match should use case folding instead of to_uppercase #64

Closed
kevinmehall opened this issue Mar 13, 2015 · 0 comments

Comments

@kevinmehall
Copy link
Owner

Uppercase is not a correct case folding for all unicode characters. See http://www.w3.org/International/wiki/Case_folding for details.

Of course, the only use of this feature I know of is a SQL parser, and there as in most programming languages, all identifiers are ASCII, so this is likely just pedantry.

See also: rust-lang/rfcs#791

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

1 participant