From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CC2BE3858418; Tue, 12 Dec 2023 15:53:21 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CC2BE3858418 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1702396401; bh=BktD8GTRot9H41eKIDgJK4U7gsWsK+R+kumN72CGfgM=; h=From:To:Subject:Date:From; b=EDELnR1k21luOqKD055ZCLo0C+6yLdyh5mGhOqMgK8XGNhZbYQjxfFeeAMJtuq+wM cLlLot3XVQ7usvaDXXd8ElxnCHeEgFHMkDALsxpNn/Pkz0Y4nfqSoe0d80ZQgXMcQ0 cfl6kUqxEypb0lvWlPBUzTqsooeFkd5Rj+vWZU2E= From: "vincent-srcware at vinc17 dot net" To: glibc-bugs@sourceware.org Subject: [Bug localedata/31149] New: combining characters (accents) misclassified as punct rather than alpha Date: Tue, 12 Dec 2023 15:53:21 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: localedata X-Bugzilla-Version: 2.37 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: vincent-srcware at vinc17 dot net X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter cc target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D31149 Bug ID: 31149 Summary: combining characters (accents) misclassified as punct rather than alpha Product: glibc Version: 2.37 Status: UNCONFIRMED Severity: normal Priority: P2 Component: localedata Assignee: unassigned at sourceware dot org Reporter: vincent-srcware at vinc17 dot net CC: libc-locales at sourceware dot org Target Milestone: --- Combining characters such as U+0301 COMBINING ACUTE ACCENT are misclassifie= d as punct, while this should be alpha. With glibc 2.37 under Debian/unstable, I get for this character: Property alnum : no Property alpha : no Property cntrl : no Property digit : no Property graph : yes Property lower : no Property print : yes Property punct : yes Property space : no Property upper : no Property xdigit: no This affects grep: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D27681 (w= here it is said that the bug is in the GNU libc). Corresponding Debian bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=3D868654 (which was reported on 2017-07-17 and hasn't got any activity yet). --=20 You are receiving this mail because: You are on the CC list for the bug.=