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

Simplification On Chars That Does Not Have Accent #1

Open
erthium opened this issue Jan 14, 2024 · 0 comments
Open

Simplification On Chars That Does Not Have Accent #1

erthium opened this issue Jan 14, 2024 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@erthium
Copy link
Owner

erthium commented Jan 14, 2024

Currently used string simplification process is simple:

  • Normalise all character with NFKD, which removes accents from characters and create 2 different chars.
  • Remove all characters that are not in ASCII range.

This process works just fine for almost all cases, but in some situtation it fails, such as the letter ı does not have any accent, but used a lot in Turkish language and clearly corresponds to the letter i in ASCII, but since it does not have accent, it gets lost in the process.

We need to find a way to support such characters.

@erthium erthium added bug Something isn't working good first issue Good for newcomers labels Jan 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant