From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2711 invoked by alias); 20 Jul 2012 12:09:38 -0000 Received: (qmail 2391 invoked by uid 22791); 20 Jul 2012 12:09:35 -0000 X-SWARE-Spam-Status: No, hits=-3.2 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from plane.gmane.org (HELO plane.gmane.org) (80.91.229.3) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 20 Jul 2012 12:09:15 +0000 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SsC1A-0007Ig-Q0 for cygwin@cygwin.com; Fri, 20 Jul 2012 14:09:12 +0200 Received: from dslb-088-078-136-020.pools.arcor-ip.net ([88.78.136.20]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 20 Jul 2012 14:09:12 +0200 Received: from wiesweg by dslb-088-078-136-020.pools.arcor-ip.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 20 Jul 2012 14:09:12 +0200 To: cygwin@cygwin.com From: Ralf Subject: Re: Internal echo of shell beaves (sometimes) different to external echo Date: Fri, 20 Jul 2012 12:09:00 -0000 Message-ID: References: <50086B4A.6090801@laposte.net> <20120720082452.GV31055@calimero.vinschen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit User-Agent: Loom/3.14 (http://gmane.org/) X-IsSubscribed: yes Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com X-SW-Source: 2012-07/txt/msg00439.txt.bz2 Andy Koppe gmail.com> writes: > > It's because setting LC_ALL in a bash script is too late for the bash > process itself, which will be using the default C.UTF-8 locale unless > something else is set when bash is invoked. > Now I understand. Setting LC_ALL before calling ttt.sh works: C:\>set LC_ALL=de_DE C:\>bash ttt.sh CYGWIN_NT-6.0-WOW64 WIESWEG 1.7.15(0.260/5/3) 2012-05-09 10:25 i686 Cygwin Rücken 0000000 R ü c k e n \r \n 0000010 Rücken 0000000 R ü c k e n \n 0000007 Rücken 0000000 R ü c k e n \n 0000007 Thanks! -- 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