From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out-no.shaw.ca (smtp-out-no.shaw.ca [64.59.134.13]) by sourceware.org (Postfix) with ESMTPS id C1B593851C2A for ; Wed, 7 Oct 2020 23:32:08 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org C1B593851C2A Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=SystematicSw.ab.ca Authentication-Results: sourceware.org; spf=none smtp.mailfrom=brian.inglis@systematicsw.ab.ca Received: from [192.168.1.104] ([24.64.172.44]) by shaw.ca with ESMTP id QIukkul3Is3D6QIulkaygI; Wed, 07 Oct 2020 17:32:07 -0600 X-Authority-Analysis: v=2.4 cv=bZHV7MDB c=1 sm=1 tr=0 ts=5f7e4ff7 a=kiZT5GMN3KAWqtYcXc+/4Q==:117 a=kiZT5GMN3KAWqtYcXc+/4Q==:17 a=IkcTkHD0fZMA:10 a=w_pzkKWiAAAA:8 a=94nOnFI1EgyDtX4ev68A:9 a=QEXdDO2ut3YA:10 a=jlVtmY5-3xQA:10 a=6JEs93TBHJIA:10 a=sRI3_1zDfAgwuvI8zelB:22 From: Brian Inglis Subject: Re: Unconsistent command-line parsing in case of UTF-8 quoted arguments Reply-To: cygwin@cygwin.com To: cygwin@cygwin.com References: <634821436.20201004141809@yandex.ru> Autocrypt: addr=Brian.Inglis@SystematicSw.ab.ca; prefer-encrypt=mutual; keydata= mDMEXopx8xYJKwYBBAHaRw8BAQdAnCK0qv/xwUCCZQoA9BHRYpstERrspfT0NkUWQVuoePa0 LkJyaWFuIEluZ2xpcyA8QnJpYW4uSW5nbGlzQFN5c3RlbWF0aWNTdy5hYi5jYT6IlgQTFggA PhYhBMM5/lbU970GBS2bZB62lxu92I8YBQJeinHzAhsDBQkJZgGABQsJCAcCBhUKCQgLAgQW AgMBAh4BAheAAAoJEB62lxu92I8Y0ioBAI8xrggNxziAVmr+Xm6nnyjoujMqWcq3oEhlYGAO WacZAQDFtdDx2koSVSoOmfaOyRTbIWSf9/Cjai29060fsmdsDLg4BF6KcfMSCisGAQQBl1UB BQEBB0Awv8kHI2PaEgViDqzbnoe8B9KMHoBZLS92HdC7ZPh8HQMBCAeIfgQYFggAJhYhBMM5 /lbU970GBS2bZB62lxu92I8YBQJeinHzAhsMBQkJZgGAAAoJEB62lxu92I8YZwUBAJw/74rF IyaSsGI7ewCdCy88Lce/kdwX7zGwid+f8NZ3AQC/ezTFFi5obXnyMxZJN464nPXiggtT9gN5 RSyTY8X+AQ== Organization: Systematic Software Message-ID: Date: Wed, 7 Oct 2020 17:32:06 -0600 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.12.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-CA Content-Transfer-Encoding: 8bit X-CMAE-Envelope: MS4xfMdyRxegDHpJomq6jtl3EL5n+CwbR8UH3fE07tTfbdlSX0zZMJVicAf6xo9Vq+zoiEQZNAd80D154kh4AHz/j8kEbr0ToY6Fq3+Buz5lOnUSWDgen06K t/3jnO1FNfh0beJ2H7EGHEVlzdlzZA1Xs2hpcq/MJgFHAu84DiU0GLfKeCxbNXtsIDph2XJvUIrOEK0gqFLxqKqGrs9bPmUtdEQ= X-Spam-Status: No, score=-5.1 required=5.0 tests=BAYES_00, BODY_8BITS, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, NICE_REPLY_A, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H4, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Oct 2020 23:32:11 -0000 On 2020-10-06 23:17, Thomas Wolff wrote: > > > Am 06.10.2020 um 23:36 schrieb Jérôme Froissart: >> Thanks for your replies. >> This issue only happens when a program is run from cmd.exe, not from a >> Cygwin bash shell. >> This is important for me, since I discovered this bug in a project >> that must be run from Windows graphical shell (i.e. there is no >> sensible way to run it through Cygwin and Bash). >> >>> Please show us the output from "uname -a" and "locale" run from the bash prompt. >> Running it from the same Cygwin bash prompt works as expected >>      $ uname -a >>      CYGWIN_NT-10.0 XPS 3.1.5(0.340/5/3) 2020-06-01 08:59 x86_64 Cygwin > Please update to cygwin 3.1.7; there were issues about command line quoting > before, I'm not sure whether there was a tweak since 3.1.5 already. [PATCH] Cygwin: console: Replace WriteConsoleA() with WriteConsoleW(): https://cygwin.com/pipermail/cygwin-patches/2020q3/010495.html [PATCH v4 1/3] Cygwin: rewrite and make public cmdline parser: https://cygwin.com/pipermail/cygwin-patches/2020q3/010577.html Issues raised and no v5 response so far -- Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada This email may be disturbing to some readers as it contains too much technical detail. Reader discretion is advised. [Data in binary units and prefixes, physical quantities in SI.]