You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ah I think I know what's going on. I believe the regular expression handling the quote replacement doesn't consider 'ά' to be a letter. This is something which can be fixed without needing to specify a language.
I believe [a-z] in quotes.js needs to be modified to match accented characters too.
Found three small issues, all related to different behaviour when processing greek characters, instead of latin.
Problem 1: single quote before space
Problem 2: double quotes before full stop
Problem 3: double quotes before comma
The text was updated successfully, but these errors were encountered: