Your message dated Sun, 20 Oct 2002 15:19:03 +0900
with message-id <[EMAIL PROTECTED]>
and subject line Bug#163199: locale: cannot set single category
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--------------------------------------
Received: (at submit) by bugs.debian.org; 3 Oct 2002 12:04:06 +0000
>From [EMAIL PROTECTED] Thu Oct 03 07:04:06 2002
Return-path: <[EMAIL PROTECTED]>
Received: from mailout01.sul.t-online.com [194.25.134.80]
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 17x4i6-0001XQ-00; Thu, 03 Oct 2002 07:04:06 -0500
Received: from fwd08.sul.t-online.de
by mailout01.sul.t-online.com with smtp
id 17x4i4-0003so-02; Thu, 03 Oct 2002 14:04:04 +0200
Received: from cave.achos.com ([EMAIL PROTECTED]) by fmrl08.sul.t-online.com
with esmtp id 17x4hz-2ArwDwC; Thu, 3 Oct 2002 14:03:59 +0200
Received: by cave.achos.com (Postfix, from userid 1111)
id 21460186DB; Thu, 3 Oct 2002 14:03:59 +0200 (CEST)
From: Tobias Stefan Richter <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: locale: cannot set single category
X-Mailer: reportbug 1.50
Date: Thu, 03 Oct 2002 14:03:58 +0200
Message-Id: <[EMAIL PROTECTED]>
X-Sender: [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]
Package: libc6
Version: 2.2.5-11.2
Severity: normal
When tracking down a problem with mutt not correctly displaying
German umlauts I discovered a probably related problem with
'locale'. I failed to test a single category to some value:
Default:
$ locale
LANG=C
LC_CTYPE="C"
LC_NUMERIC="C"
LC_TIME="C"
LC_COLLATE="C"
LC_MONETARY="C"
LC_MESSAGES="C"
LC_PAPER="C"
LC_NAME="C"
LC_ADDRESS="C"
LC_TELEPHONE="C"
LC_MEASUREMENT="C"
LC_IDENTIFICATION="C"
LC_ALL=C
A test to set only LC_CTYPE:
$ LC_CTYPE=de_DE locale
LANG=C
LC_CTYPE="C"
LC_NUMERIC="C"
LC_TIME="C"
LC_COLLATE="C"
LC_MONETARY="C"
LC_MESSAGES="C"
LC_PAPER="C"
LC_NAME="C"
LC_ADDRESS="C"
LC_TELEPHONE="C"
LC_MEASUREMENT="C"
LC_IDENTIFICATION="C"
LC_ALL=C
Failed. Setting LC_ALL works:
$ LC_ALL=de_DE locale
LANG=C
LC_CTYPE="de_DE"
LC_NUMERIC="de_DE"
LC_TIME="de_DE"
LC_COLLATE="de_DE"
LC_MONETARY="de_DE"
LC_MESSAGES="de_DE"
LC_PAPER="de_DE"
LC_NAME="de_DE"
LC_ADDRESS="de_DE"
LC_TELEPHONE="de_DE"
LC_MEASUREMENT="de_DE"
LC_IDENTIFICATION="de_DE"
LC_ALL=de_DE
I hope I do not miss anything obvious but from my understanding
(and after reading the man page) the second test above should
have LC_CTYPE set to de_DE, leaving the others untouched.
Setting LANG is the only thing that works separately.
With mutt I had the problem that setting LC_CTYPE was not
enough to show umlauts correctly, but setting LC_ALL
(which is not what I want) is sufficient. Maybe that is
related.
-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux cave 2.4.19-pre7 #1 Sun Apr 21 17:14:40 CEST 2002 i686
Locale: LANG=C, LC_CTYPE=C
---------------------------------------
Received: (at 163199-done) by bugs.debian.org; 20 Oct 2002 06:19:06 +0000
>From [EMAIL PROTECTED] Sun Oct 20 01:19:05 2002
Return-path: <[EMAIL PROTECTED]>
Received: from oris.opensource.jp (oris.opensource.gr.jp) [218.44.239.73]
([NWZWIzbMgD+SE5MCy/mKlHRMXqvu4bNW])
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 1839QX-0003gd-00; Sun, 20 Oct 2002 01:19:05 -0500
Received: from oris.opensource.jp (oris.opensource.jp [218.44.239.73])
by oris.opensource.gr.jp (Postfix) with ESMTP
id D448BC33C1; Sun, 20 Oct 2002 15:19:03 +0900 (JST)
Date: Sun, 20 Oct 2002 15:19:03 +0900
Message-ID: <[EMAIL PROTECTED]>
From: GOTO Masanori <[EMAIL PROTECTED]>
To: Tobias Stefan Richter <[EMAIL PROTECTED]>,
[EMAIL PROTECTED]
Subject: Re: Bug#163199: locale: cannot set single category
In-Reply-To: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
User-Agent: Wanderlust/2.9.9 (Unchained Melody) SEMI/1.14.3 (Ushinoya)
FLIM/1.14.3 (=?ISO-8859-4?Q?Unebigory=F2mae?=) APEL/10.3 Emacs/21.2
(i386-debian-linux-gnu) MULE/5.0 (SAKAKI)
MIME-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya")
Content-Type: text/plain; charset=US-ASCII
Delivered-To: [EMAIL PROTECTED]
X-Spam-Status: No, hits=-7.4 required=5.0
tests=IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_05_08,
UPPERCASE_25_50,USER_AGENT
version=2.41
X-Spam-Level:
This problem is solved in glibc 2.3.1-2.
Regards,
-- gotom
At Thu, 03 Oct 2002 14:03:58 +0200,
Tobias Stefan Richter wrote:
> When tracking down a problem with mutt not correctly displaying
> German umlauts I discovered a probably related problem with
> 'locale'. I failed to test a single category to some value:
>
> Default:
>
> $ locale
> LANG=C
> LC_CTYPE="C"
> LC_NUMERIC="C"
> LC_TIME="C"
> LC_COLLATE="C"
> LC_MONETARY="C"
> LC_MESSAGES="C"
> LC_PAPER="C"
> LC_NAME="C"
> LC_ADDRESS="C"
> LC_TELEPHONE="C"
> LC_MEASUREMENT="C"
> LC_IDENTIFICATION="C"
> LC_ALL=C
>
> A test to set only LC_CTYPE:
>
> $ LC_CTYPE=de_DE locale
> LANG=C
> LC_CTYPE="C"
> LC_NUMERIC="C"
> LC_TIME="C"
> LC_COLLATE="C"
> LC_MONETARY="C"
> LC_MESSAGES="C"
> LC_PAPER="C"
> LC_NAME="C"
> LC_ADDRESS="C"
> LC_TELEPHONE="C"
> LC_MEASUREMENT="C"
> LC_IDENTIFICATION="C"
> LC_ALL=C
>
> Failed. Setting LC_ALL works:
>
> $ LC_ALL=de_DE locale
> LANG=C
> LC_CTYPE="de_DE"
> LC_NUMERIC="de_DE"
> LC_TIME="de_DE"
> LC_COLLATE="de_DE"
> LC_MONETARY="de_DE"
> LC_MESSAGES="de_DE"
> LC_PAPER="de_DE"
> LC_NAME="de_DE"
> LC_ADDRESS="de_DE"
> LC_TELEPHONE="de_DE"
> LC_MEASUREMENT="de_DE"
> LC_IDENTIFICATION="de_DE"
> LC_ALL=de_DE
>
> I hope I do not miss anything obvious but from my understanding
> (and after reading the man page) the second test above should
> have LC_CTYPE set to de_DE, leaving the others untouched.
> Setting LANG is the only thing that works separately.
>
> With mutt I had the problem that setting LC_CTYPE was not
> enough to show umlauts correctly, but setting LC_ALL
> (which is not what I want) is sufficient. Maybe that is
> related.