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 string comparison with lc/uc is probably a trap #994

Closed
AlexDaniel opened this issue Oct 27, 2016 · 0 comments
Closed

Case-insensitive string comparison with lc/uc is probably a trap #994

AlexDaniel opened this issue Oct 27, 2016 · 0 comments
Labels
docs Documentation issue (primary issue type)

Comments

@AlexDaniel
Copy link
Member

say groß.lc eq GROSS.lc # False
say groß.uc eq GROSS.uc # True, but that's just luck
say groß.fc eq GROSS.fc # True

Of course, this is not specific to Perl 6. However, we probably want to mention it anyway given how much we love unicode.

“Probably” because I'm not sure if there's someone who doesn't know about this.

@AlexDaniel AlexDaniel added the docs Documentation issue (primary issue type) label Oct 27, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation issue (primary issue type)
Projects
None yet
Development

No branches or pull requests

1 participant