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

Accented characters should be normalized to allow for matching when the non-accented character is typed #57

Open
ManiacDC opened this issue Jul 23, 2015 · 3 comments
Assignees
Milestone

Comments

@ManiacDC
Copy link
Owner

When a user types a non-accented character, accented characters should be found as matches.
When a user types an accented character, only that specific character should be found as a match.

@ManiacDC ManiacDC self-assigned this Jul 23, 2015
@ManiacDC ManiacDC added this to the Coded milestone Jul 23, 2015
@ManiacDC
Copy link
Owner Author

256dd1c

(Vista+ only)Accented Characters in the wordlist are now normalized for matching. Accented characters the user typed are NOT normalized. Even if case correction is OFF, the word will be backspaced to add in the accented characters, but case will NOT be changed.

Stroke characters are NOT supported for normalization as I'm using a standard Windows API that does not support them.

@ManiacDC
Copy link
Owner Author

ManiacDC commented Aug 4, 2015

Switched to KD normalization
ecaed65

@ManiacDC
Copy link
Owner Author

added normalization for oe, ae, and ss
7f969cb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant