X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:references:to:from:reply-to:message-id :date:mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=B/4H956xuZhiTA+u 6VWs5FQShuh7B37A/hKPV2dkqbR0GSSaI6/bpyPUlpEkO3+/uiaiEDSEZANqy/b4 tat8ofrGNLGeAPaJA1Ve3NTmv0TGFyc1NGjmeKW374Z81bZ5WrslAae2+OKkCi7I vlJVeFQR7IgEXmj+j7kD22NoXMU= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:references:to:from:reply-to:message-id :date:mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=VWNKplQtY8yJE/5lPaI27X E3K+A=; b=tMhgKRrt2OqrAlYUVcD7E5DGpHKU+1XgiOxwddnlZJNOhByk/z08iO X1fieR0+3f3UULN1fqfh5o71s9RR+KYcN2ZTnw9jzzsIQUuILBeU1WMzwF8gTdKr JnQUhRXt/9fcU9NlG/kE18h0j+IeniJQt222xA7NYU2muZWlrs8V0= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: =?ISO-8859-1?Q?No, score=4.7 required=5.0 tests=AWL,BAYES_50,BODY_8BITS,GARBLED_BODY,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 spammy==d0=b8=d1, =d0=b0=d0=b2=d1, H*RU:64.59.134.13, Hx-spam-relays-external:64.59.134.13?= X-HELO: smtp-out-no.shaw.ca X-Authority-Analysis: v=2.2 cv=BNTDlBYG c=1 sm=1 tr=0 a=WqCeCkldcEjBO3QZneQsCg==:117 a=WqCeCkldcEjBO3QZneQsCg==:17 a=IkcTkHD0fZMA:10 a=NEAV23lmAAAA:8 a=mDV3o1hIAAAA:8 a=Xtk01RnK6kYte3u5SrIA:9 a=QEXdDO2ut3YA:10 a=dI9p-avQWAUA:10 a=Bn2pgwyD2vrAyMmN8A2t:22 a=_FVE-zBwftR9WsbkzFJk:22 Subject: Re: [grep] regression: Windows version grep not search two non ASCII words separated by space References: To: cygwin AT cygwin DOT com From: Brian Inglis Reply-To: Brian DOT Inglis AT SystematicSw DOT ab DOT ca Message-ID: Date: Tue, 31 Jan 2017 10:11:46 -0700 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-CMAE-Envelope: MS4wfBE1xVpDnKMRqkI9LLeQtRsHJUmLwCfBD3bBftuMnrmQViXwyWTH2hfJKScCQQw8nc7B1697dZe8emh0hn2jRz1+OhSGQNsr/KRHvwkNSC+m9ngPLpKF /yQkn9xzPW0lYRshgCrkPcUujjxtC3V0eVR4FbdSk1GCjtc6kdg7cC26iEb6rm1CaE694XwLDJCIOA== X-IsSubscribed: yes Note-from-DJ: This may be spam On 2017-01-31 06: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 WJFFM with your name (above) on current Cygwin, mintty, bash, grep (below). A number of UTF-8 updates have been made recently to Cygwin and utilities. Your grep version looks old - try upgrading your whole installation. Are you having a problem under cmd or other shell? Which shell and release? $ uname -srvmo; mintty --version; bash --version; grep --version CYGWIN_NT-10.0 2.6.1(0.305/5/3) 2016-12-16 11:55 x86_64 Cygwin mintty 2.7.4 (x86_64-pc-cygwin) © (C) 2013/2016 Andy Koppe / Thomas Wolff License GPLv3+: GNU GPL version 3 or later There is no warranty, to the extent permitted by law. GNU bash, version 4.4.12(3)-release (x86_64-unknown-cygwin) Copyright (C) 2016 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software; you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. grep (GNU grep) 2.27 Copyright (C) 2016 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later . This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by Mike Haertel and others, see . $ echo "Михаил Гаврилов" > t $ for cmd in fgrep grep egrep do $cmd --version echo "Михаил Гаврилов" | $cmd "Михаил Гаврилов" $cmd "Михаил Гаврилов" t done Михаил Гаврилов Михаил Гаврилов Михаил Гаврилов Михаил Гаврилов Михаил Гаврилов Михаил Гаврилов -- Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada -- 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