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

Question: why grave accent replaced with back slash? #84

Open
stereobooster opened this issue Dec 28, 2022 · 1 comment
Open

Question: why grave accent replaced with back slash? #84

stereobooster opened this issue Dec 28, 2022 · 1 comment

Comments

@stereobooster
Copy link

stereobooster commented Dec 28, 2022

First of all thank you for this project.

I wonder is there specific reason why this

unidecode('Dr. Kargˋs')

converted to Dr. Karg\s and not to Dr. Karg's?

@stereobooster
Copy link
Author

Found answer myself. It's because it is U+02CB (MODIFIER LETTER GRAVE ACCENT) and not U+0060 (GRAVE ACCENT). Not sure if this a bug or intentional behavior

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

No branches or pull requests

1 participant