-
Notifications
You must be signed in to change notification settings - Fork 14
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
The normalize function doesn't return 'm' for 'rn', 'r' followed by 'n' #36
Comments
This version of normalize seems to handle multi-character confusables and closely matches the behavior of the existing normalize function:
|
To clarify, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using the normalize function for 'rn', 'r' followed by 'n', it doesn't include 'm' in the returned list despite the fact that applying confusable_characters to 'm' includes 'rn' in the list, presumably normalize is only applying to single characters e.g:
The text was updated successfully, but these errors were encountered: