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

pronto-spell does not work with characters other than a - z #14

Open
alexanderadam opened this issue May 19, 2023 · 0 comments
Open

pronto-spell does not work with characters other than a - z #14

alexanderadam opened this issue May 19, 2023 · 0 comments

Comments

@alexanderadam
Copy link

alexanderadam commented May 19, 2023

Characters from other language alphabets will turn into wrong results (i.e. Gebühr will fail because ).
I guess it is because in the regexp ([A-Z]{0,1}[a-z]+) are used instead of ([[:upper:]]{0,1}[[:lower:]]+) (or \w or [[:alnum:]] or [[:alpha:]] or \p{L} or [\u\l]+).

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