From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id F1B353858428; Mon, 4 Sep 2023 13:32:52 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F1B353858428 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1693834372; bh=IrRaeEcfKIKW2HLVakFGjpKO7cv1N6a3bAyYD1G4rQk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=IEOY+nogF32hRk0TFW+OA4jiB1rY200QsLZThylfNprq2pU5My+aS7dC9wr9iyANe m08TND0VTwDexnzcihKKlHM37GlF12ssuguWz+vgPhm2gV7WjYVkfZ9uHOHA+pJBrZ 5IUK7620G0iGGrdYAlsqi/5Omz3swlDjQKJlEvx4= From: "fweimer at redhat dot com" To: glibc-bugs@sourceware.org Subject: [Bug locale/16621] C.UTF-8 locales should be regarded like C w.r.t. $LANGUAGE precedence Date: Mon, 04 Sep 2023 13:32:52 +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: 2.35 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: fweimer at redhat dot com X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: fweimer at redhat dot com X-Bugzilla-Target-Milestone: 2.39 X-Bugzilla-Flags: security- X-Bugzilla-Changed-Fields: target_milestone 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 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D16621 Florian Weimer changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |2.39 --- Comment #15 from Florian Weimer --- Fix pushed for 2.39: commit 2897b231a6b71ee17d47d3d63f1112b2641a476c Author: Bruno Haible Date: Mon Sep 4 15:31:36 2023 +0200 intl: Treat C.UTF-8 locale like C locale (BZ# 16621) The wiki page https://sourceware.org/glibc/wiki/Proposals/C.UTF-8 says that "Setting LC_ALL=3DC.UTF-8 will ignore LANGUAGE just like it does with LC_ALL=3DC." This patch implements it. * intl/dcigettext.c (guess_category_value): Treat C. locale like the C locale. Reviewed-by: Florian Weimer I'm going to post my test, too. --=20 You are receiving this mail because: You are on the CC list for the bug.=