From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 86BE3388A42F; Mon, 30 Nov 2020 13:06:33 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 86BE3388A42F From: "vincent-srcware at vinc17 dot net" To: glibc-bugs@sourceware.org Subject: [Bug locale/17318] [RFE] Provide a C.UTF-8 locale by default Date: Mon, 30 Nov 2020 13:06:32 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: locale X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: vincent-srcware at vinc17 dot net X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: security- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: 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 X-BeenThere: glibc-bugs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Glibc-bugs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Nov 2020 13:06:34 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D17318 --- Comment #22 from Vincent Lef=C3=A8vre --- (In reply to Florian Weimer from comment #20) > I have not reviewed the patch posted here, but an upstream implementation > will have basic transliteration support as well, so this should not be a > problem. Note that there is also basic transliteration in the Debian patch. The issu= e is just that when iconv runs under C.UTF-8, it fails on some characters. This = even succeeds with a non-existing locale, such as: echo a=E2=94=80b | LC_ALL=3Dfoo /usr/bin/iconv -f utf-8 -t ascii//TRANSLIT However, it may be a more general issue with iconv since I've just noticed = that the behavior on "=C3=A9" in the C locale is buggy too. --=20 You are receiving this mail because: You are on the CC list for the bug.=