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 Unicode Issue with Autocorrect #643

Merged
merged 2 commits into from
Mar 9, 2023
Merged

Conversation

pjkaufman
Copy link
Collaborator

Fixes #633

When checking for words to autocorrect, make sure unicode is supported since \w is not unicode aware.

Changes Made:

  • Updated the regex in order to include unicode values as well
  • Added a test to make sure it would not happen where the scenario in question happens again

@pjkaufman pjkaufman self-assigned this Mar 9, 2023
@pjkaufman pjkaufman added the bug Something isn't working label Mar 9, 2023
@pjkaufman pjkaufman merged commit 2ea07fd into platers:master Mar 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: incorrect/spurious transformation être → êtree.
1 participant