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

grep fails to find non-Latin-1 Unicode characters #5001

Open
1 task done
fmeum opened this issue Nov 12, 2024 · 0 comments
Open
1 task done

grep fails to find non-Latin-1 Unicode characters #5001

fmeum opened this issue Nov 12, 2024 · 0 comments
Labels

Comments

@fmeum
Copy link

fmeum commented Nov 12, 2024

Description / Steps to reproduce the issue

In the MSYS2 shell, run:

echo "äöüÄÖÜß🌱" | grep -F "äöüÄÖÜß🌱"

Expected behavior

Output:

äöüÄÖÜß🌱

Actual behavior

Empty output, no match.

Verification

Windows Version

MSYS_NT-10.0-22631

Are you willing to submit a PR?

Yes, but I would need some help as a first-time contributor to the project

@fmeum fmeum added the bug label Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant