[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#202722: marked as done (sed: replace result is wrong)



Your message dated Tue, 16 Dec 2003 00:11:35 -0500
with message-id <1071551495.11717.49.camel@outpost.dnsalias.org>
and subject line Estonian Alphabet
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; 24 Jul 2003 17:45:05 +0000
>From lenar@vision.ee Thu Jul 24 12:45:03 2003
Return-path: <lenar@vision.ee>
Received: from tristate.vision.ee (mail.city.ee) [194.204.30.144] 
	by master.debian.org with smtp (Exim 3.35 1 (Debian))
	id 19fk9G-0004N0-00; Thu, 24 Jul 2003 12:45:02 -0500
Received: (qmail 28608 invoked by uid 64014); 24 Jul 2003 17:45:00 -0000
Received: from lenar@horizon.vision.ee by tristate by uid 64011 with qmail-scanner-1.16 
 (clamscan: 0.53.  Clear:SA:0(-100.0/4.0):. 
 Processed in 0.253402 secs); 24 Jul 2003 17:45:00 -0000
Received: from unknown (HELO horizon) (213.168.19.202)
  by tristate.vision.ee with SMTP; 24 Jul 2003 17:45:00 -0000
Received: (qmail 21438 invoked by uid 1000); 24 Jul 2003 17:45:01 -0000
Message-ID: <20030724174501.21437.qmail@horizon>
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="ISO-8859-1"
From: =?iso-8859-1?q?Lenar_L=F5hmus?= <lenar@vision.ee>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: sed: replace result is wrong
X-Mailer: reportbug 2.20
Date: Thu, 24 Jul 2003 20:45:01 +0300
X-BadReturnPath: lenar@horizon.vision.ee rewritten as lenar@vision.ee
  using "From" header
Delivered-To: submit@bugs.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0
	tests=BAYES_01,HAS_PACKAGE
	version=2.53-bugs.debian.org_2003_07_20
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_07_20 (1.174.2.15-2003-03-30-exp)

Package: sed
Version: 4.0.7-1
Severity: important



-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux horizon 2.4.21-ck3-2 #3 Mon Jul 21 23:31:13 EEST 2003 i686
Locale: LANG=et_EE, LC_CTYPE=et_EE

Versions of packages sed depends on:
ii  libc6                         2.3.1-17   GNU C Library: Shared libraries an

-- no debconf information

Entering following command in bash:

echo 'abcdefghijklmopqrstuvwxyz' | sed 's/[-_a-zA-Z0-9]//g'

Gives back:

tuvwxy

or TUVWXY if you use uppercase letters in input.
Correct result of that command should be empty string.

This renders many (all?) ./configure scripts unusable and propably
has many ill side-effects in other places too.


---------------------------------------
Received: (at 202722-done) by bugs.debian.org; 16 Dec 2003 05:45:50 +0000
>From jbailey@nisa.net Mon Dec 15 23:45:33 2003
Return-path: <jbailey@nisa.net>
Received: from fep04-mail.bloor.is.net.cable.rogers.com [66.185.86.74] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1AW7Vl-0002TA-00; Mon, 15 Dec 2003 23:12:45 -0600
Received: from hosts ([65.49.88.87])
          by fep04-mail.bloor.is.net.cable.rogers.com
          (InterMail vM.5.01.05.12 201-253-122-126-112-20020820) with ESMTP
          id <20031216050931.VOSS317816.fep04-mail.bloor.is.net.cable.rogers.com@hosts>;
          Tue, 16 Dec 2003 00:09:31 -0500
Subject: Estonian Alphabet
From: Jeff Bailey <jbailey@nisa.net>
To: 202722-requester@bugs.debian.org, 202722-done@bugs.debian.org
Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-gtgH1p0lOZtMnD2KmCon"
Message-Id: <1071551495.11717.49.camel@outpost.dnsalias.org>
Mime-Version: 1.0
X-Mailer: Ximian Evolution 1.4.5 
Date: Tue, 16 Dec 2003 00:11:35 -0500
X-Authentication-Info: Submitted using SMTP AUTH PLAIN at fep04-mail.bloor.is.net.cable.rogers.com from [65.49.88.87] using ID <jbailey01@rogers.com> at Tue, 16 Dec 2003 00:09:30 -0500
Delivered-To: 202722-done@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 
	2.60-master.debian.org_2003_11_25-bugs.debian.org_2003_12_15 
	(1.212-2003-09-23-exp) on master.debian.org
X-Spam-Status: No, hits=0.0 required=4.0 tests=none autolearn=no 
	version=2.60-master.debian.org_2003_11_25-bugs.debian.org_2003_12_15
X-Spam-Level: 


--=-gtgH1p0lOZtMnD2KmCon
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

According to [0], the behaviour you're seeing is correct.  The last
letter of the alphabet is not 'z'.

Instead, please use this:

echo 'abcdefghijklmopqrstuvwxyz' | sed 's/[-_[:alnum:]]//g'

Closing this bug.

Tks,
Jeff Bailey

[0] http://muhu.cs.helsinki.fi/By_Subject/Language/alphabet.html

--=20
In the United States, there isn't a government database that hasn't been
misused by the very people entrusted with keeping its information safe.
 - Bruce Schneier

--=-gtgH1p0lOZtMnD2KmCon
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQA/3pQG5M5hmdCYCpkRAqe5AJ4zF2X/vg3Uvtbr63SttzHN/bVb8gCfVc8N
dhbrk/HzhiCyuuBMAy13qoA=
=fFrN
-----END PGP SIGNATURE-----

--=-gtgH1p0lOZtMnD2KmCon--



Reply to: