Your message dated Wed, 2 Nov 2005 23:20:28 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Bug#214107: locales: en_US.UTF-8 treats [ as a space char
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; 4 Oct 2003 17:32:51 +0000
>From [EMAIL PROTECTED] Sat Oct 04 12:32:50 2003
Return-path: <[EMAIL PROTECTED]>
Received: from psycho.elho.net [62.8.228.162] 
        by master.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1A5qGw-00067s-00; Sat, 04 Oct 2003 12:32:50 -0500
Received: from stranger.elho.net ([62.8.228.164])
        by psycho.elho.net with esmtp (Exim 3.36 #1 (Debian))
        id 1A5qGp-000217-00; Sat, 04 Oct 2003 19:32:43 +0200
Received: from elho by stranger.elho.net with local (Exim 3.36 #1 (Debian))
        id 1A5qGo-0001WM-00; Sat, 04 Oct 2003 19:32:42 +0200
Date: Sat, 4 Oct 2003 19:32:42 +0200
From: Elmar Hoffmann <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: locales: en_US.UTF-8 treats [ as a space char
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
X-Reportbug-Version: 2.30
User-Agent: Mutt/1.5.4i
Sender: Elmar Hoffmann <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Status: No, hits=-6.5 required=4.0
        tests=BAYES_01,HAS_PACKAGE
        version=2.53-bugs.debian.org_2003_10_03
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_10_03 
(1.174.2.15-2003-03-30-exp)

Package: locales
Version: 2.3.2-8
Severity: normal
Tags: sid

See the following transcript:

[EMAIL PROTECTED]:~$ echo '[' | LANG=C egrep '^[^[:space:]]+$'
[
[EMAIL PROTECTED]:~$ echo '[' | LANG=en_US.UTF-8 egrep '^[^[:space:]]+$'
[EMAIL PROTECTED]:~$ echo '[' | LANG=en_US.UTF-8 egrep '^[^ ]+$'
[
[EMAIL PROTECTED]:~$ echo '[' | LANG=en_GB.UTF-8 egrep '^[^[:space:]]+$'
[
[EMAIL PROTECTED]:~$

elmar

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux stranger 2.4.21-grsecurity-1.9.10-evms-2.1.0 #1 Wed Jul 2 
17:30:13 CEST 2003 i686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8

Versions of packages locales depends on:
ii  debconf                       1.3.14     Debian configuration management sy
ii  libc6 [glibc-2.3.2-8]         2.3.2-8    GNU C Library: Shared libraries an

-- debconf information:
* locales/default_environment_locale: en_US
* locales/locales_to_be_generated: de_DE.UTF-8 UTF-8, [EMAIL PROTECTED] UTF-8, 
[EMAIL PROTECTED] ISO-8859-15, en_US ISO-8859-1, en_US.ISO-8859-15 ISO-8859-15, 
en_US.UTF-8 UTF-8


-- 

 .'"`.                                                            /"\
| :' :   Elmar Hoffmann <[EMAIL PROTECTED]>    ASCII Ribbon Campaign  \ /
`. `'    PGP key available via pgp.net        against HTML email   X
  `-                                                    & vCards  / \

---------------------------------------
Received: (at 214107-done) by bugs.debian.org; 2 Nov 2005 21:30:15 +0000
>From [EMAIL PROTECTED] Wed Nov 02 13:30:15 2005
Return-path: <[EMAIL PROTECTED]>
Received: from main.uucpssh.org [212.27.33.224] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1EXQBT-0005uv-00; Wed, 02 Nov 2005 13:30:15 -0800
Received: from localhost (localhost [127.0.0.1])
        by main.uucpssh.org (Postfix) with ESMTP id 878FE8D93E
        for <[EMAIL PROTECTED]>; Wed,  2 Nov 2005 22:30:08 +0100 (CET)
Received: by main.uucpssh.org (Postfix, from userid 10)
        id 01ECD8E48B; Wed,  2 Nov 2005 22:30:07 +0100 (CET)
Received: by localhost.localdomain (Postfix, from userid 1000)
        id 0669347B33; Wed,  2 Nov 2005 23:20:28 +0100 (CET)
Date: Wed, 2 Nov 2005 23:20:28 +0100
From: Denis Barbier <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: Bug#214107: locales: en_US.UTF-8 treats [ as a space char
Message-ID: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <[EMAIL PROTECTED]>
User-Agent: Mutt/1.5.11
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

Version: 2.3.5-7

This bug has gone with recent glibc:
  $ echo '[' | LC_ALL=en_US egrep '[[:space:]]+$'
  $ echo '[' | LC_ALL=en_US.UTF-8 egrep '[[:space:]]+$'
  $

Thanks for your report.

Denis


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to