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:from:to:subject:date:reply-to:message-id :mime-version:content-type:content-transfer-encoding; q=dns; s= default; b=dj3U0g+Xrj6dxDKNeWRKNj7wNReEK6UggEwrC6IBodYKgmcmiQoYc 3z8ptrE94mdRdkFQc0rBU4oWQYoog7qZujyJaa1H6dcWF/eJ/7bEPUVipT7Af19e whTUB24h6mbgpvlSXpfKSmEK9g7+cXoFKZHFJHTm8dXol5xFlM6YLM= 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:from:to:subject:date:reply-to:message-id :mime-version:content-type:content-transfer-encoding; s=default; bh=dH7WTNwWO02HjMsFhepmEvuvXyc=; b=Q1lAG0b/o1DfDTnpnrGSJ9YOerJz J6sdQQgB5fIQ5SH9ZfkPnzAMCkVKqPl3SH9XKKWIUzpWR/YKmW0L4BinJa5fCv4O B4WuU+s02B9yVIbHWHdBo7Za8CQIROpUa6+imgk92V49GSNkbXa/H7w2fGXy0Jk8 PtXI5NOCx1BkUCc= 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: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 spammy=bengt, Bengt X-HELO: homiemail-a87.g.dreamhost.com From: Bengt Larsson To: cygwin AT cygwin DOT com Subject: Bug in arguments in console Date: Sun, 25 Sep 2016 13:00:32 +0200 Reply-To: cygwin AT cygwin DOT com Message-ID: User-Agent: ForteAgent/7.20.32.1218 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id u8PB174a009654 There is a bug with arguments in the console since 2.6.0. C:\Users\Bengt\Desktop\src\mg2a\temp>\cygwin64\bin\echo едц едц C:\Users\Bengt\Desktop\src\mg2a\temp>\cygwin64\bin\echo "едц" "едц" (the quote marks are left in) C:\Users\Bengt\Desktop\src\mg2a\temp>ls -l total 1 -rw-r--r-- 1 Bengt None 0 Sep 7 01:07 blah.txt -rw-r--r-- 1 Bengt None 23 Sep 7 04:53 versions -rw-r--r-- 1 Bengt None 0 Sep 7 11:05 едц.txt C:\Users\Bengt\Desktop\src\mg2a\temp>ls *.txt ls: cannot access '*.txt': No such file or directory -- 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