From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS3215 2.0.0.0/16 X-Spam-Status: No, score=-3.9 required=3.0 tests=AWL,BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id E0FB51F405 for ; Thu, 20 Dec 2018 11:30:33 +0000 (UTC) Received: from localhost ([::1]:36839 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gZwX9-0006LG-JY for normalperson@yhbt.net; Thu, 20 Dec 2018 06:30:31 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43664) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gZwWv-0006HX-Jp for bug-gnulib@gnu.org; Thu, 20 Dec 2018 06:30:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gZwWu-0002I2-Ek for bug-gnulib@gnu.org; Thu, 20 Dec 2018 06:30:17 -0500 Received: from mo6-p00-ob.smtp.rzone.de ([2a01:238:20a:202:5300::4]:32781) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gZwWt-0002ES-PG; Thu, 20 Dec 2018 06:30:16 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1545305412; s=strato-dkim-0002; d=clisp.org; h=References:In-Reply-To:Message-ID:Date:Subject:Cc:To:From: X-RZG-CLASS-ID:X-RZG-AUTH:From:Subject:Sender; bh=GgzAuWza+Fez/AQNvX8JsgZ0+6MEakjFEXpkTgC/F0g=; b=n3WPO5jRjZN9MswT8Ln1A1fHYZHXP43jgp0xlPDq0/oedh1pP/S/u0FhteJ52In60j H54epRf5F7bMAJRqU0jATFf0EWtXAByu5q39G/LGFF1+wyc/hvWVwLVgUSIee1/Ocsbe GGAo5bLBGh0QkTIYNaPfLTfvYgdpSiPiWem1PyytyPKMYtM3BTPCdlhyqKHLNs8AhQij atddBQJi8GmRsANzh1Z7JWJp5zA+JRL+BsXnLbAHwSez2SKQIvUyjFlta8YL8cVLUakB B+VwvmWUICCVtJ6O9MJahTbik7B4DyBu4bTtPIPpg8BVfZlYb/Fk6YAMY88+xJGZwJHc OW2A== X-RZG-AUTH: ":Ln4Re0+Ic/6oZXR1YgKryK8brlshOcZlIWs+iCP5vnk6shH+AHjwLuWOGKf2y/s=" X-RZG-CLASS-ID: mo00 Received: from bruno.haible.de by smtp.strato.de (RZmta 44.8 DYNA|AUTH) with ESMTPSA id n0abdeuBKBUAOCx (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (curve secp521r1 with 521 ECDH bits, eq. 15360 bits RSA)) (Client did not present a certificate); Thu, 20 Dec 2018 12:30:10 +0100 (CET) From: Bruno Haible To: arnold@skeeve.com Subject: Re: [Grep-devel] handling of non-BMP characters Date: Thu, 20 Dec 2018 12:30:10 +0100 Message-ID: <3003549.QkjS4paXHy@omega> User-Agent: KMail/5.1.3 (Linux/4.4.0-139-generic; KDE/5.18.0; x86_64; ; ) In-Reply-To: <201812200649.wBK6nd6c031463@freefriends.org> References: <201812200649.wBK6nd6c031463@freefriends.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2a01:238:20a:202:5300::4 X-BeenThere: bug-gnulib@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Gnulib discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: bug-gnulib@gnu.org, eggert@cs.ucla.edu, vinschen@redhat.com, eblake@redhat.com, grep-devel@gnu.org Errors-To: bug-gnulib-bounces+normalperson=yhbt.net@gnu.org Sender: "bug-gnulib" Hi Arnold, > > > 2) change those gnulib modules that don't behave well with beyond-BMP > > > characters on Windows and AIX to use char32_t instead of wchar_t. > ... > I assume you'll make parallel changes in dfa.c at the same time? If dfa.c does have bugs w.r.t. beyond-BMP characters, yes. Bruno