X-Recipient: archive-cygwin@delorie.com
X-Spam-Check-By: sourceware.org
Date: Wed, 30 Dec 2009 13:30:19 -0500
From: Christopher Faylor <cgf-use-the-mailinglist-please@cygwin.com>
To: cygwin@cygwin.com
Subject: Re: Problem with wildcard from Windows
Message-ID: <20091230183019.GC17448@ednor.casa.cgf.cx>
Reply-To: cygwin@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
References: <bivmj55gng57ut1ei2e1in1hufms1h90ri@4ax.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=unknown-8bit
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
In-Reply-To: <bivmj55gng57ut1ei2e1in1hufms1h90ri@4ax.com>
User-Agent: Mutt/1.5.20 (2009-06-14)
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

On Wed, Dec 30, 2009 at 05:36:05PM +0100, Bengt Larsson wrote:
>I seem to have a problem with wildcards from the Windows command line
>when there are high-bit characters in a filename.
>
>A directory contains only the two files "user" and "anv?ndare"
>("anv?ndare" being user in Swedish):
>
>  C:\Documents and Settings\Bengt2\Desktop\test\ttt>ls -l
>  total 0
>  -rw-r--r-- 1 Bengt2 Users 0 2009-12-30 02:23 anv?ndare
>  -rw-r--r-- 1 Bengt2 Users 0 2009-12-30 02:23 user
>  
>  C:\Documents and Settings\Bengt2\Desktop\test\ttt>ls u*
>  user
>  
>  C:\Documents and Settings\Bengt2\Desktop\test\ttt>ls a*
>  ls: cannot access a*: No such file or directory

I get a different (and slightly more understandable) error
(not sure how this will translate to my email client from vnc):

c:\tmp> ls a*
ls: cannot access anvA¤ndare: No such file or directory
autoruns.chm  autoruns.exe  autorunsc.exe

I'm not really familiar with all of the changes that Corinna made
for this but I'll take a look to see if this is easy to fix.

cgf

--
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

