X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1638A3856962 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1690492981; bh=tJoqRZSReBfChpMVI+9jI9bCInrluY+fXxi6hSvmVPA=; h=To:Cc:Subject:Date:In-Reply-To:References:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From:Reply-To:From; b=lEf9+Vd23Y7Xs5MUVMzB9smb65tdeXH3meUmiYVX4SBVAK1JES0Z5D+C5Cz3/DTB7 4Wdpph16oAncVbsbYy0OwHc2RjptEtC1xDC4xRf5jL0xy+Esv/TUYrcciyPZkWXqLV ge3xsgoR+mSX8AxBpxkMRpwgZEnHhninJAZT/IEQ= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 3C2E03858D37 ARC-Seal: i=1; a=rsa-sha256; t=1690492962; cv=none; d=strato.com; s=strato-dkim-0002; b=ivJDjyRIWyyi1Hvysxg5PVyCptCCuBGCLgLlhoyspMtBL58eobDUCPM3ovu3eQ5s+M 9+MnSMPAsYDawslX6Zf1IADALBV4foXQHM2XltS0WyUJkxYDmveLlFJXnSoaoZszJbPS Lg6dtE5+sm93BuHAvSqGrMAl8czrZ1SJMxwnS1CCQaMP9zT/nyyD1QRzQj/KE7cli/dn 39xhxRtp5pr+/BneLebmrTJEyjxcsRkaP/sb/zCoTNQWS/fr8ivDK7bYELabh+N4SeE6 IvW0VdrIKf1Mp1J4AB8/ZV8TJqZTXHLVoWy0BFriFTcoxm46l4/JA/74VTJqHAusdesD JSdQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; t=1690492962; s=strato-dkim-0002; d=strato.com; h=References:In-Reply-To:Message-ID:Date:Subject:Cc:To:From:Cc:Date: From:Subject:Sender; bh=ai6ay9wiqm4FBTsRgbr6EZF1xbmivcLlN5o/7v3Rd84=; b=K/ikOgImsxdoYKMfgiterXn4jogkWPUfu8e5JiGUE8/tuvWALeofvgpSAoM7bmzWn3 b+1UnGi7cVzX5mn1wKH3xqplf4HxZBGjbH/z2e6L+gqpZISMzmpRg8bZTTmuQK+noFym VBLXk4/B6FIy6CVpiD/QF4asTlpxtZ5rjrHoihxNAY7eVr4zXR+Lv041T2/qLo20pPjt nfyElk4cIfBGcbF/OctFRY49buill9KPvRlZXBo+YgYYDYTSvSaG/5vOGWX4OX8mOTiu XBn6eJiSd4LDR1UU5eT9NPg9vuayZYFeQ0CFsz8QXNIWaGKCDUv/3oguVN9aJUDe5adO aMyg== ARC-Authentication-Results: i=1; strato.com; arc=none; dkim=none X-RZG-CLASS-ID: mo00 X-RZG-AUTH: ":Ln4Re0+Ic/6oZXR1YgKryK8brlshOcZlIWs+iCP5vnk6shH0WWb0LN8XZoH94zq68+3cfpOU3vHMHGOPJ/ArHF88rp8ePd9i2g==" To: Brian DOT Inglis AT shaw DOT ca Cc: cygwin AT cygwin DOT com Subject: Re: fnmatch improvements Date: Thu, 27 Jul 2023 23:22:41 +0200 Message-ID: <4813639.AzxliCZhLW@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_LOW, 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" Brian Inglis wrote: > It was added in C99 TR19769, integrated in C/++11 Yes. > available in libicu-devel: > > https://cplusplus.com/reference/cuchar/ > > https://open-std.org/jtc1/sc22/open/n3579.pdf > > https://open-std.org/jtc1/sc22/wg14/www/docs/n1326.pdf > > https://www.open-std.org/jtc1/sc22/wg14/www/docs/n1570.pdf#page=416 > > $ find /usr/include/ -name uchar.h > /usr/include/unicode/uchar.h > > $ cygcheck -f /usr/include/unicode/uchar.h > libicu-devel-72.1-1 This file, from ICU4C, is something completely different than ISO C's . 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