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

PCRE engine matches ä (ASCII char 228) to other diacritics #503

Open
marcrebel opened this issue Aug 8, 2023 · 0 comments
Open

PCRE engine matches ä (ASCII char 228) to other diacritics #503

marcrebel opened this issue Aug 8, 2023 · 0 comments

Comments

@marcrebel
Copy link

in the current () version a single ASCII character with a diacritic is matched by the PCRE engine to all other characters with diacritics as well.
The JavaScript engine matches as expected ( eg. "ä" only to "ä", not ê etc.).

Side note: on hover over the right sided match counter the black detail box reports "No match found in nn characters" despite the counter showing n > 0

(Info: https://regexr.com/45vjd)

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