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:message-id:content-type :content-transfer-encoding:mime-version; q=dns; s=default; b=s2F Ame+BGhKqaXx7XblTRwLMaHOcHxc2k/WfDszFW/eYUwIDLs++5GK/3VGvlV1Mjfx cJ1GNyziZj9zB3Zx303DiVAoh1Dx34lSsmJlnrcpGA2LX4nhqungj1r7yU7jnhb/ y8zojW7v62l7DNSuNg74P+xw92AMBfWW0viR8C5M= 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:message-id:content-type :content-transfer-encoding:mime-version; s=default; bh=6f3mxXdNA +ZtMUKbEDaRAJDwjcg=; b=J+RYitsAJFvnbogiMTf3yZLhyRSlD1jpcV8IX0cPb /4ikMoOuYr0YDStlethoj96zoOd2teVrGpZ1B51gizknS2N5lFYFUe0J4wIWbdDP nvqRVB6gZehlDvcuvmcJSJkixKewQoqtZV9Zubwg7R/pv0rN12bOjKB5FOQFmI15 zA= 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=0.2 required=5.0 tests=AWL,BAYES_40,SPF_PASS autolearn=ham version=3.3.2 spammy=Nellis, nellis, postings, Authors X-HELO: USA7109MR002.ACS-INC.COM From: "Nellis, Kenneth (Conduent)" To: "cygwin AT cygwin DOT com" Subject: cygpath (reprised) Date: Tue, 21 Feb 2017 17:21:57 +0000 Message-ID: <0D835E9B9CD07F40A48423F80D3B5A704BBEEB39@USA7109MB022.na.xerox.net> Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id v1LHMEfR019852 I followed and understood the discussion to all the recent cygpath postings, so I understand and expect the following: $ cygpath -w 'a*b' | od -An -tx1c 61 ef 80 aa 62 0a a 357 200 252 b \n $ But, consider the following: $ cygpath -w a:b | od -An -tx1c 41 3a 62 0a A : b \n $ Instead of the special character colon (:), shouldn't cygpath be showing something in the Unicode Private Use area? $ uname -svr CYGWIN_NT-6.1 2.7.0(0.306/5/3) 2017-02-12 13:18 $ cygpath --version cygpath (cygwin) 2.7.0 Path Conversion Utility Copyright (C) 1998 - 2017 Cygwin Authors This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. $ --Ken Nellis -- 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