X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8951C3858430 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1690829040; bh=eYJG+YNBPzaXE5PH5CMmyJ06jmTts74exN20ydLlXRM=; h=To:Subject:Date:In-Reply-To:References:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=NXkHcuZcJhhjRJrtv9QgyAoT0iOgaHDbqGj7Bu96zuwDG4Uei1BlTHtkgOx7ocUpX F8YCCN4MCqHBwMPDMbrrAVqsN+wYkoyxRdRwQ/05egSyyLYQjkBzgkfUTWY3GcYOLN 4sRTazY573gacbmu1ZmKXEx7wZhGiKXX83LETATc= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 65B5A3858C66 ARC-Seal: i=1; a=rsa-sha256; t=1690829001; cv=none; d=strato.com; s=strato-dkim-0002; b=MnY9Q+Y2oeTyfeaXRhPOA9BGXq9lnD9BF7O56lkhL8sWjZp/XY4ugNMPBy7AkgdBGJ QJ6CC8kBVkJETaB1GLyB94UhhlnkQJYgQSoxPbLV8jJ5sf3auir/mHZ0dQLD6NuM4uj5 33cPn4MXZn8EnJR4RgEu6uXiItsNttLKM5psJm5ZpY+RJizO1NWfli81UJ0p10iNP9VI IcddjGe1TWPpZHD1RHOUMVVsbQvsJkOE4mXS1D+j/N7KS+8cjmOIyPphAlZmwUfc15bG 6UJXtjEOmkRGmXh5FI9g1DrZ3TMwmRQsDuBu9xBn1pCOnHb8dlv5JXjxpykEfoeOWHkO jf5w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; t=1690829001; s=strato-dkim-0002; d=strato.com; h=References:In-Reply-To:Message-ID:Date:Subject:To:From:Cc:Date:From: Subject:Sender; bh=4N0xRXUb7oZEXKpESsI0o2XRO3Uee6c38rxFsGyZU/A=; b=odQAzItgW+L9liRD9t9WNmaazTnCDO/lvjgMGp7zGsp88AGJUXmhRV//UJw2lQ9ueS 0mghfg2dOEcR7Cclr5Lshcpr8GtvZ8lOwfGt0RFn4n7ihRmOwtCx58Duu80BaYD5yQRu wZnhCjQ9rS+hb93ZLzfnzJO/iWYtEJspWnLfqBKrfgKOdXeDX/8VnGQC0xRGmbBfg8M3 Vwq55+tH7yahnCYTiYcOxGET6noo08AsxQupVPHqiZQZ9W6heBvOaXtbW7Yzi2Shcdk8 e17PsWvKcdWLiiH6WnqnOq/2VkcOEqhSoUcz5VbLWOnZ5tfv3qa5QXYwU430JvAIT3qV lWmg== ARC-Authentication-Results: i=1; strato.com; arc=none; dkim=none X-RZG-CLASS-ID: mo00 X-RZG-AUTH: ":Ln4Re0+Ic/6oZXR1YgKryK8brlshOcZlIWs+iCP5vnk6shH0WWb0LN8XZoH94zq68+3cfpPHj6C6mIk6D1piuCc2EubRrsS9rw==" To: cygwin AT cygwin DOT com Subject: Re: character class "alpha" Date: Mon, 31 Jul 2023 20:43:21 +0200 Message-ID: <4474610.kIfH5X4irW@nimes> In-Reply-To: References: <3884636 DOT 3uDm00564X AT nimes> MIME-Version: 1.0 X-Spam-Status: No, score=-3.4 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H5, RCVD_IN_MSPIKE_WL, SPF_HELO_PASS, SPF_NONE, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: cygwin AT cygwin DOT 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: , From: Bruno Haible via Cygwin Reply-To: Bruno Haible Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com Sender: "Cygwin" Corinna Vinschen wrote: > there are more of those expressions which are disabled on glibc and > fail on Cygwin, for instance in test-c32iscntrl.c. Maybe it's actually > the better idea to disable them on Cygwin, too, rather than to change > a working system... Sure. There is no standard how to map the Unicode properties to POSIX character classes. Other than the mentioned ISO C constraints for 'digit' and 'xdigit' and a few POSIX constraints, you are free to map them as you like. For glibc and gnulib, I mapped them in a way that seemed to make most sense for applications. But different people might come to different meanings of "make sense". Bruno -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple