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:references :in-reply-to:content-type:content-transfer-encoding :mime-version; q=dns; s=default; b=HqQFHsM4D4OpQa8aQHyMqXIiv1NCp OCYYM2o1OLIDKVQqC4woXO53f0nWycBehSpwo6CYTHDiSVO4aCmhpi9mCFloiofK sIANnMw2FERfK9WOhir6sQ+yHyqe3ORExgRrn0KrKflRbV0h4Nrwkm257AbS/NY0 THx9RVqaIJ00po= 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:references :in-reply-to:content-type:content-transfer-encoding :mime-version; s=default; bh=IYhqNuBm0V+YvlWSaBjntTQNL3w=; b=vOQ k5w87hKr3btNxxKn3RPT20YAKjJ0/MAGnzNUuMQmOawwVJafCFuflFT/6Wxh9UYX Sl7HcMW5mBWhtUcVU+v9DDRoreena9jcsPddJfxsGgnuoMvrRuDQckZELEmpQVVz vWqqkJtJhC2OfJ/3JNzd7NJYx/SJ+o2/Uw7edtws= 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.5 required=5.0 tests=AWL,BAYES_00,MIME_BASE64_BLANKS,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:818, observation, accessing X-HELO: USA7109MR010.ACS-INC.COM From: "Nellis, Kenneth (Conduent)" To: "cygwin AT cygwin DOT com" Subject: RE: cygpath Date: Mon, 13 Feb 2017 17:29:46 +0000 Message-ID: <0D835E9B9CD07F40A48423F80D3B5A704BBE89A2@USA7109MB022.na.xerox.net> References: <151946397 DOT 20170210223617 AT yandex DOT ru> In-Reply-To: <151946397.20170210223617@yandex.ru> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id v1DIU281027931 From: Andrey Repin > See http://cygwin.com/cygwin-ug-net/using-specialnames.html#pathnames-specialchars This reference says: > All of the above characters, except for the backslash, are converted to > special UNICODE characters in the range 0xf000 to 0xf0ff (the "Private > use area") when creating or accessing files. It does not say *how* they are converted. In fact, by observation, they appear to be converted by having 0xF000 added to their code points. Perhaps this text could be updated accordingly. I propose the following: > All of the above characters, except for the backslash, are converted to > special UNICODE characters in the range 0xf000 to 0xf0ff (the "Private > use area") when creating or accessing files by adding 0xf000 to the > forbidden characters' code points. --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