Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Date: Fri, 12 Apr 2002 13:48:47 +0200 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: Wrong output with ls and german umlauts Message-ID: <20020412134847.Z1127@cygbert.vinschen.de> Mail-Followup-To: cygwin AT cygwin DOT com References: <3224 DOT 1018611020 AT www50 DOT gmx DOT net> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <3224.1018611020@www50.gmx.net> User-Agent: Mutt/1.3.22.1i On Fri, Apr 12, 2002 at 01:30:20PM +0200, Markus Brandt wrote: > Hello, > > I'm using Cygwin under a german Windows XP. > When listening files or directories which contains umlauts - like ä, ö, ü, > Ä, Ö, Ü or ß - th ls command only prints a '?' in place where the umlauts > should be. That has nothing to do with Cygwin but is default behaviour of ls. When output is a tty, it doesn't print only printable ASCII chars (32 <= char <= 126). The option you're searching for is --show-control-chars. The man page is your friend! Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Developer mailto:cygwin AT cygwin DOT com Red Hat, Inc. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/