public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/16621] New: C.UTF-8 locales should be regarded like C w.r.t. $LANGUAGE precedence
@ 2014-02-21 12:47 vincent-srcware at vinc17 dot net
  2014-02-21 13:41 ` [Bug libc/16621] " vincent-srcware at vinc17 dot net
                   ` (19 more replies)
  0 siblings, 20 replies; 21+ messages in thread
From: vincent-srcware at vinc17 dot net @ 2014-02-21 12:47 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=16621

            Bug ID: 16621
           Summary: C.UTF-8 locales should be regarded like C w.r.t.
                    $LANGUAGE precedence
           Product: glibc
           Version: 2.18
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
          Assignee: unassigned at sourceware dot org
          Reporter: vincent-srcware at vinc17 dot net
                CC: drepper.fsp at gmail dot com

Scripts tend to use LC_ALL=C.UTF-8 instead of LC_ALL=C for UTF-8 support and to
behave in a locale-independent manner. However $LANGUAGE is still taken into
account by glibc:

xvii% LANGUAGE=fr_FR LC_ALL=C.UTF-8 cp
cp: opérande de fichier manquant
Saisissez « cp --help » pour plus d'informations.
xvii% LANGUAGE=fr_FR LC_ALL=C cp
cp: missing file operand
Try 'cp --help' for more information.

Both should have output in English.

Glibc should apply the same rules with C.UTF-8 as with C locales.

Also reported in Debian:
  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=719590

-- 
You are receiving this mail because:
You are on the CC list for the bug.
>From glibc-bugs-return-21726-listarch-glibc-bugs=sources.redhat.com@sourceware.org Fri Feb 21 12:58:16 2014
Return-Path: <glibc-bugs-return-21726-listarch-glibc-bugs=sources.redhat.com@sourceware.org>
Delivered-To: listarch-glibc-bugs@sources.redhat.com
Received: (qmail 24661 invoked by alias); 21 Feb 2014 12:58:15 -0000
Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm
Precedence: bulk
List-Id: <glibc-bugs.sourceware.org>
List-Subscribe: <mailto:glibc-bugs-subscribe@sourceware.org>
List-Post: <mailto:glibc-bugs@sourceware.org>
List-Help: <mailto:glibc-bugs-help@sourceware.org>, <http://sourceware.org/lists.html#faqs>
Sender: glibc-bugs-owner@sourceware.org
Delivered-To: mailing list glibc-bugs@sourceware.org
Received: (qmail 24627 invoked by uid 48); 21 Feb 2014 12:58:12 -0000
From: "schwab@linux-m68k.org" <sourceware-bugzilla@sourceware.org>
To: glibc-bugs@sourceware.org
Subject: [Bug libc/16621] C.UTF-8 locales should be regarded like C w.r.t. $LANGUAGE precedence
Date: Fri, 21 Feb 2014 12:58:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: glibc
X-Bugzilla-Component: libc
X-Bugzilla-Version: 2.18
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: schwab@linux-m68k.org
X-Bugzilla-Status: NEW
X-Bugzilla-Priority: P2
X-Bugzilla-Assigned-To: unassigned at sourceware dot org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields:
Message-ID: <bug-16621-131-drEZvQQRkY@http.sourceware.org/bugzilla/>
In-Reply-To: <bug-16621-131@http.sourceware.org/bugzilla/>
References: <bug-16621-131@http.sourceware.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Bugzilla-URL: http://sourceware.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2014-02/txt/msg00703.txt.bz2
Content-length: 234

https://sourceware.org/bugzilla/show_bug.cgi?id\x16621

--- Comment #1 from Andreas Schwab <schwab@linux-m68k.org> ---
There is no C.UTF-8 locale in glibc.

--
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2023-11-20 15:03 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-21 12:47 [Bug libc/16621] New: C.UTF-8 locales should be regarded like C w.r.t. $LANGUAGE precedence vincent-srcware at vinc17 dot net
2014-02-21 13:41 ` [Bug libc/16621] " vincent-srcware at vinc17 dot net
2014-06-13  9:20 ` fweimer at redhat dot com
2014-08-27 12:59 ` ncoghlan at gmail dot com
2015-08-27 22:20 ` [Bug locale/16621] " jsm28 at gcc dot gnu.org
2015-08-29 20:41 ` vapier at gentoo dot org
2015-08-30  5:59 ` vapier at gentoo dot org
2015-08-30  6:20 ` ncoghlan at gmail dot com
2021-12-16 21:31 ` carlos at redhat dot com
2022-08-02 10:36 ` nl6720 at gmail dot com
2022-08-02 11:38 ` vincent-srcware at vinc17 dot net
2022-08-02 11:39 ` vincent-srcware at vinc17 dot net
2022-08-02 13:40 ` fweimer at redhat dot com
2022-08-02 14:17 ` vincent-srcware at vinc17 dot net
2022-08-02 14:30 ` fweimer at redhat dot com
2022-08-02 15:15 ` vincent-srcware at vinc17 dot net
2022-08-04 20:46 ` jwilk at jwilk dot net
2022-11-14 13:01 ` fweimer at redhat dot com
2023-09-04 13:29 ` fweimer at redhat dot com
2023-09-04 13:32 ` fweimer at redhat dot com
2023-11-20 15:03 ` cvs-commit at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).