-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
[Bug]: grep can not regex Chinese characters. #7517
Comments
Most likely same issue as in #5171 |
404..should be #5171 |
Thanks. As mentioned in the issue grep works fine if compiled on device, so there has to be some configure option causing it |
ok,I tried to compile the latest version in Termux,but failed. |
Problem description
echo 中文 | grep 中文
there is noting happen,it shuld be print 中文.
This caused me to delete a large number of files by mistake when I used grep -v whitelist to delete files.
Steps to reproduce the behavior.
echo 中文 | grep 中文
What is the expected behavior?
Under normal Ubuntu, grep can be matched to Chinese.
System information
The text was updated successfully, but these errors were encountered: