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

Fix case insensitive not working properly for a few characters #436

Merged
merged 1 commit into from
Oct 15, 2023

Conversation

tjenkinson
Copy link
Owner

The spec says internally it should use .toUpperCase not toLowerCase, and also in cases where toUpperCase results in multiple code points (e.g. ß), the initial codepoint should be used.

@tjenkinson tjenkinson merged commit 404d8ae into main Oct 15, 2023
6 checks passed
@tjenkinson tjenkinson deleted the fix-case-insignificant-algorithm branch October 15, 2023 09:36
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

Successfully merging this pull request may close these issues.

None yet

1 participant