This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [grep] regression: Windows version grep not search two non ASCII words separated by space


On 31/01/2017 14:08, Михаил Гаврилов wrote:
Windows version grep not search two non ASCII words separated by space
More details described here: https://github.com/geany/geany/issues/1366
Last workable version is 2.24

works for me

$ echo "Без названия" > example2.txt

$ grep  "Без названия"  example2.txt
Без названия

$ set |grep LANG
LANG=en_US.UTF-8

so may be you need to clarify your test case ?
Link to other project issues are not appreciated as only reference.

Regards
Marco



--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]