From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9DB463858D20; Mon, 20 Feb 2023 21:59:26 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9DB463858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1676930366; bh=BioXDqxPBqK3ObX8MzWnZm29AINki2dAdlag5YUFlB8=; h=From:To:Subject:Date:From; b=dzOjtJCiiRzdEzPc6kcMF5TtIOR0wBOrtswABuCweatNJH2inEmRqZIf4UqRwlyEb A3eFxbvRp6LXSLArk+uVvYkZiEC/VDRVqGhK+txPIqW2ItxRpPcR8kKqq3uvru0vlp YD1wXfjccek1adYHnlGUtd3lVtfZhue0dDpsE4c4= From: "infinity0 at pwned dot gg" To: glibc-bugs@sourceware.org Subject: =?UTF-8?B?W0J1ZyBsb2NhbGUvMzAxNDldIE5ldzogZW5fR0IgdGhpbmtzICI=?= =?UTF-8?B?45CsIiBhbmQgIuOSvCIgYXJlIHRoZSBzYW1lIGNoYXJhY3Rlciwgb3RoZXIg?= =?UTF-8?B?bG9jYWxlcyBhcmUgZmluZQ==?= Date: Mon, 20 Feb 2023 21:59:26 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: locale X-Bugzilla-Version: 2.36 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: infinity0 at pwned dot gg 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 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=3D30149 Bug ID: 30149 Summary: en_GB thinks "=E3=90=AC" and "=E3=92=BC" are the same c= haracter, other locales are fine Product: glibc Version: 2.36 Status: UNCONFIRMED Severity: normal Priority: P2 Component: locale Assignee: unassigned at sourceware dot org Reporter: infinity0 at pwned dot gg Target Milestone: --- $ cat test2.txt =E3=90=AC =E3=92=BC $ for l in C.UTF-8 en_GB.UTF-8 en_US.UTF-8 zh_CN.UTF-8; do echo $(LC_COLLAT= E=3D$l sort -u test2.txt | wc -l) $l; done 2 C.UTF-8 1 en_GB.UTF-8 2 en_US.UTF-8 2 zh_CN.UTF-8 Not sure why en_GB thinks it should be treating Chinese characters speciall= y. Other characters may be affected, I didn't do a thorough check across all Unicode characters x locales. --=20 You are receiving this mail because: You are on the CC list for the bug.=