GNU logs - #12192, boring messages


Message sent to bug-coreutils@HIDDEN:


X-Loop: help-debbugs@HIDDEN
Subject: bug#12192: tr - bytes vs characters
Resent-From: Michael Stummvoll <michael@HIDDEN>
Original-Sender: debbugs-submit-bounces <at> debbugs.gnu.org
Resent-CC: bug-coreutils@HIDDEN
Resent-Date: Mon, 13 Aug 2012 13:02:02 +0000
Resent-Message-ID: <handler.12192.B.134486288516186 <at> debbugs.gnu.org>
Resent-Sender: help-debbugs@HIDDEN
X-GNU-PR-Message: report 12192
X-GNU-PR-Package: coreutils
X-GNU-PR-Keywords: 
To: 12192 <at> debbugs.gnu.org
X-Debbugs-Original-To: bug-coreutils@HIDDEN
Received: via spool by submit <at> debbugs.gnu.org id=B.134486288516186
          (code B ref -1); Mon, 13 Aug 2012 13:02:02 +0000
Received: (at submit) by debbugs.gnu.org; 13 Aug 2012 13:01:25 +0000
Received: from localhost ([127.0.0.1]:52807 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.72)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1T0uGq-0004D1-Vr
	for submit <at> debbugs.gnu.org; Mon, 13 Aug 2012 09:01:25 -0400
Received: from eggs.gnu.org ([208.118.235.92]:44414)
	by debbugs.gnu.org with esmtp (Exim 4.72)
	(envelope-from <michael@HIDDEN>) id 1T0uGo-0004Cs-9L
	for submit <at> debbugs.gnu.org; Mon, 13 Aug 2012 09:01:23 -0400
Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71)
	(envelope-from <michael@HIDDEN>) id 1T0u8S-0004Sr-7i
	for submit <at> debbugs.gnu.org; Mon, 13 Aug 2012 08:52:49 -0400
X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org
X-Spam-Level: 
X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI
	autolearn=unavailable version=3.3.2
Received: from lists.gnu.org ([208.118.235.17]:46589)
	by eggs.gnu.org with esmtp (Exim 4.71)
	(envelope-from <michael@HIDDEN>) id 1T0u8S-0004Sl-4l
	for submit <at> debbugs.gnu.org; Mon, 13 Aug 2012 08:52:44 -0400
Received: from eggs.gnu.org ([208.118.235.92]:45797)
	by lists.gnu.org with esmtp (Exim 4.71)
	(envelope-from <michael@HIDDEN>) id 1T0u8M-0005et-9Z
	for bug-coreutils@HIDDEN; Mon, 13 Aug 2012 08:52:43 -0400
Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71)
	(envelope-from <michael@HIDDEN>) id 1T0u8K-0004S9-Mb
	for bug-coreutils@HIDDEN; Mon, 13 Aug 2012 08:52:38 -0400
Received: from wolf.stummi.org ([78.47.79.60]:41632)
	by eggs.gnu.org with esmtp (Exim 4.71)
	(envelope-from <michael@HIDDEN>) id 1T0u8K-0004S1-GD
	for bug-coreutils@HIDDEN; Mon, 13 Aug 2012 08:52:36 -0400
Received: from eddie (dslb-088-072-034-000.pools.arcor-ip.net [88.72.34.0])
	by wolf.stummi.org (Postfix) with ESMTPSA id 03819140696
	for <bug-coreutils@HIDDEN>; Mon, 13 Aug 2012 14:52:31 +0200 (CEST)
Date: Mon, 13 Aug 2012 14:52:22 +0200
From: Michael Stummvoll <michael@HIDDEN>
Message-ID: <20120813145222.0450a1a8@eddie>
X-Mailer: Claws Mail 3.8.1 (GTK+ 2.24.10; i486-pc-linux-gnu)
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
X-detected-operating-system: by eggs.gnu.org: Genre and OS details not
	recognized.
X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3)
X-Received-From: 208.118.235.17
X-Spam-Score: -6.9 (------)
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <http://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>,
	<mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <http://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <http://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>,
	<mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Sender: debbugs-submit-bounces <at> debbugs.gnu.org
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
X-Spam-Score: -6.9 (------)

Hi gnu folks,

as already known, tr cannot handle multibyte-encodings like utf-8:

> mst@eddie:~$ echo "foo" | tr o =C3=B6
> f=C3=83=C3=83

i know, that multibyte encoding support is not needed for
posix-compilance, BUT:

the manpage of tr says the following:=20

> Translate, squeeze, and/or delete characters from standard input,
> writing to standard output.

and thats the inconsistence imho.

The typical interpretation of "character" in such a context means one
character on display. regardless which encoding is used or how many
bytes are used to display this. So, if tr realy translates "characters"
it should preserve the encoding. If it doesn't do, it does not
translate "characters" but "bytes". So there I see two ways:

- add multybyte-encoding support to tr
or
- change the manpage and helptext to not say "characters" but "bytes"

since it doesn't seem that somebody want to add the support to tr, an
update of the manpage would be the easier way to ensure the consistence.

Kind regards,
Michael




Message sent:


Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
X-Mailer: MIME-tools 5.428 (Entity 5.428)
Content-Type: text/plain; charset=utf-8
X-Loop: help-debbugs@HIDDEN
From: help-debbugs@HIDDEN (GNU bug Tracking System)
To: Michael Stummvoll <michael@HIDDEN>
Subject: bug#12192: Acknowledgement (tr - bytes vs characters)
Message-ID: <handler.12192.B.134486288516186.ack <at> debbugs.gnu.org>
References: <20120813145222.0450a1a8@eddie>
X-Gnu-PR-Message: ack 12192
X-Gnu-PR-Package: coreutils
Reply-To: 12192 <at> debbugs.gnu.org
Date: Mon, 13 Aug 2012 13:02:02 +0000

Thank you for filing a new bug report with debbugs.gnu.org.

This is an automatically generated reply to let you know your message
has been received.

Your message is being forwarded to the package maintainers and other
interested parties for their attention; they will reply in due course.

Your message has been sent to the package maintainer(s):
 bug-coreutils@HIDDEN

If you wish to submit further information on this problem, please
send it to 12192 <at> debbugs.gnu.org.

Please do not send mail to help-debbugs@HIDDEN unless you wish
to report a problem with the Bug-tracking system.

--=20
12192: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D12192
GNU Bug Tracking System
Contact help-debbugs@HIDDEN with problems


Message sent to bug-coreutils@HIDDEN:


X-Loop: help-debbugs@HIDDEN
Subject: bug#12192: tr - bytes vs characters
Resent-From: Eric Blake <eblake@HIDDEN>
Original-Sender: debbugs-submit-bounces <at> debbugs.gnu.org
Resent-CC: bug-coreutils@HIDDEN
Resent-Date: Mon, 13 Aug 2012 14:03:01 +0000
Resent-Message-ID: <handler.12192.B12192.134486656122031 <at> debbugs.gnu.org>
Resent-Sender: help-debbugs@HIDDEN
X-GNU-PR-Message: followup 12192
X-GNU-PR-Package: coreutils
X-GNU-PR-Keywords: 
To: Michael Stummvoll <michael@HIDDEN>
Cc: 12192 <at> debbugs.gnu.org
Received: via spool by 12192-submit <at> debbugs.gnu.org id=B12192.134486656122031
          (code B ref 12192); Mon, 13 Aug 2012 14:03:01 +0000
Received: (at 12192) by debbugs.gnu.org; 13 Aug 2012 14:02:41 +0000
Received: from localhost ([127.0.0.1]:53505 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.72)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1T0vE8-0005jH-Sc
	for submit <at> debbugs.gnu.org; Mon, 13 Aug 2012 10:02:41 -0400
Received: from mx1.redhat.com ([209.132.183.28]:48770)
	by debbugs.gnu.org with esmtp (Exim 4.72)
	(envelope-from <eblake@HIDDEN>) id 1T0vE5-0005j9-Kb
	for 12192 <at> debbugs.gnu.org; Mon, 13 Aug 2012 10:02:39 -0400
Received: from int-mx01.intmail.prod.int.phx2.redhat.com
	(int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11])
	by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q7DDs3Ud003524
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK);
	Mon, 13 Aug 2012 09:54:03 -0400
Received: from [10.3.113.122] (ovpn-113-122.phx2.redhat.com [10.3.113.122])
	by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP
	id q7DDs2QN024785; Mon, 13 Aug 2012 09:54:03 -0400
Message-ID: <502906FA.3040803@HIDDEN>
Date: Mon, 13 Aug 2012 07:54:02 -0600
From: Eric Blake <eblake@HIDDEN>
Organization: Red Hat
User-Agent: Mozilla/5.0 (X11; Linux x86_64;
	rv:14.0) Gecko/20120717 Thunderbird/14.0
MIME-Version: 1.0
References: <20120813145222.0450a1a8@eddie>
In-Reply-To: <20120813145222.0450a1a8@eddie>
X-Enigmail-Version: 1.4.3
OpenPGP: url=http://people.redhat.com/eblake/eblake.gpg
Content-Type: multipart/signed; micalg=pgp-sha256;
	protocol="application/pgp-signature";
	boundary="------------enig5917B7A51DC11C249879F585"
X-Scanned-By: MIMEDefang 2.67 on 10.5.11.11
X-Spam-Score: -6.9 (------)
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <http://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>,
	<mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <http://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <http://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>,
	<mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Sender: debbugs-submit-bounces <at> debbugs.gnu.org
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
X-Spam-Score: -6.9 (------)

This is an OpenPGP/MIME signed message (RFC 2440 and 3156)
--------------enig5917B7A51DC11C249879F585
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

On 08/13/2012 06:52 AM, Michael Stummvoll wrote:
> Hi gnu folks,
>=20
> as already known, tr cannot handle multibyte-encodings like utf-8:
>=20
>> mst@eddie:~$ echo "foo" | tr o =C3=B6
>> f=C3=83=C3=83
>=20
> i know, that multibyte encoding support is not needed for
> posix-compilance,

Actually, POSIX _does_ require multi-byte support; it's just that no one
has yet contributed code for this upstream that is easy enough to
maintain and without penalizing single-byte locales.  Patches are welcome=
=2E

--=20
Eric Blake   eblake@HIDDEN    +1-919-301-3266
Libvirt virtualization library http://libvirt.org


--------------enig5917B7A51DC11C249879F585
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Public key at http://people.redhat.com/eblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQEcBAEBCAAGBQJQKQb6AAoJEKeha0olJ0NqEUoH/2dJx4tSPEIc1FCQ/ubCqbrs
7MMBxT8gAGXq7jjZKXH3kdvxlx5GXfQsSTPHDjITygo08XPD3Ng4UGTfjj8lhB7v
2YRc47C3n3eQ8Wq0bWU2oQ7NEllF9oAxSlKzS+y6MF0D9NQPTTF+C+AKmJLE3REe
a+rYi53N32ng0UM/pZOX2mVuRZcYv7piizkKZbqyGl1z0LKU5+UBd2//cGGq394W
QPdG49a+KmHicJ9Nw2sQRD+vPAj71+Qy/SGpCScEt+G5ak2T9BesUBTAAYvTGTPH
G8+TtOjfV+okJ4cMCk15IK1tX/douTHTSyMBbW4m6yjry09DXyiHFw3WPFA9BfA=
=TRe7
-----END PGP SIGNATURE-----

--------------enig5917B7A51DC11C249879F585--




Message sent to bug-coreutils@HIDDEN:


X-Loop: help-debbugs@HIDDEN
Subject: bug#12192: tr - bytes vs characters
Resent-From: Paul Eggert <eggert@HIDDEN>
Original-Sender: debbugs-submit-bounces <at> debbugs.gnu.org
Resent-CC: bug-coreutils@HIDDEN
Resent-Date: Tue, 14 Aug 2012 02:55:01 +0000
Resent-Message-ID: <handler.12192.B12192.134491288031993 <at> debbugs.gnu.org>
Resent-Sender: help-debbugs@HIDDEN
X-GNU-PR-Message: followup 12192
X-GNU-PR-Package: coreutils
X-GNU-PR-Keywords: 
To: Eric Blake <eblake@HIDDEN>
Cc: 12192 <at> debbugs.gnu.org, Michael Stummvoll <michael@HIDDEN>
Received: via spool by 12192-submit <at> debbugs.gnu.org id=B12192.134491288031993
          (code B ref 12192); Tue, 14 Aug 2012 02:55:01 +0000
Received: (at 12192) by debbugs.gnu.org; 14 Aug 2012 02:54:40 +0000
Received: from localhost ([127.0.0.1]:54578 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.72)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1T17HD-0008Jy-Mo
	for submit <at> debbugs.gnu.org; Mon, 13 Aug 2012 22:54:39 -0400
Received: from smtp.cs.ucla.edu ([131.179.128.62]:44924)
	by debbugs.gnu.org with esmtp (Exim 4.72)
	(envelope-from <eggert@HIDDEN>) id 1T17HA-0008Jj-5c
	for 12192 <at> debbugs.gnu.org; Mon, 13 Aug 2012 22:54:37 -0400
Received: from localhost (localhost.localdomain [127.0.0.1])
	by smtp.cs.ucla.edu (Postfix) with ESMTP id 0B2DAA60005;
	Mon, 13 Aug 2012 19:46:00 -0700 (PDT)
X-Virus-Scanned: amavisd-new at smtp.cs.ucla.edu
Received: from smtp.cs.ucla.edu ([127.0.0.1])
	by localhost (smtp.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id iQhgQd4yoq6K; Mon, 13 Aug 2012 19:45:59 -0700 (PDT)
Received: from [10.10.73.118] (unknown [208.181.80.18])
	by smtp.cs.ucla.edu (Postfix) with ESMTPSA id 948A7A60004;
	Mon, 13 Aug 2012 19:45:59 -0700 (PDT)
Message-ID: <5029BBE2.1030407@HIDDEN>
Date: Mon, 13 Aug 2012 19:45:54 -0700
From: Paul Eggert <eggert@HIDDEN>
User-Agent: Mozilla/5.0 (X11; Linux i686;
	rv:14.0) Gecko/20120714 Thunderbird/14.0
MIME-Version: 1.0
References: <20120813145222.0450a1a8@eddie> <502906FA.3040803@HIDDEN>
In-Reply-To: <502906FA.3040803@HIDDEN>
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-Spam-Score: -1.9 (-)
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <http://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>,
	<mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <http://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <http://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>,
	<mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Sender: debbugs-submit-bounces <at> debbugs.gnu.org
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
X-Spam-Score: -1.9 (-)

On 08/13/2012 06:54 AM, Eric Blake wrote:
> POSIX _does_ require multi-byte support

The last time I checked, POSIX did not require
the implementation to provide any multibyte locales.
Has this changed?

But yes, the main thing is for someone to contribute
correct, easy-to-maintain, and efficient code.




Message sent to bug-coreutils@HIDDEN:


X-Loop: help-debbugs@HIDDEN
Subject: bug#12192: tr - bytes vs characters
Resent-From: Eric Blake <eblake@HIDDEN>
Original-Sender: debbugs-submit-bounces <at> debbugs.gnu.org
Resent-CC: bug-coreutils@HIDDEN
Resent-Date: Tue, 14 Aug 2012 05:44:02 +0000
Resent-Message-ID: <handler.12192.B12192.134492298921687 <at> debbugs.gnu.org>
Resent-Sender: help-debbugs@HIDDEN
X-GNU-PR-Message: followup 12192
X-GNU-PR-Package: coreutils
X-GNU-PR-Keywords: 
To: Paul Eggert <eggert@HIDDEN>
Cc: 12192 <at> debbugs.gnu.org, Michael Stummvoll <michael@HIDDEN>
Received: via spool by 12192-submit <at> debbugs.gnu.org id=B12192.134492298921687
          (code B ref 12192); Tue, 14 Aug 2012 05:44:02 +0000
Received: (at 12192) by debbugs.gnu.org; 14 Aug 2012 05:43:09 +0000
Received: from localhost ([127.0.0.1]:54765 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.72)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1T19uG-0005dk-Pj
	for submit <at> debbugs.gnu.org; Tue, 14 Aug 2012 01:43:09 -0400
Received: from mx1.redhat.com ([209.132.183.28]:22795)
	by debbugs.gnu.org with esmtp (Exim 4.72)
	(envelope-from <eblake@HIDDEN>) id 1T19uD-0005db-K4
	for 12192 <at> debbugs.gnu.org; Tue, 14 Aug 2012 01:43:07 -0400
Received: from int-mx01.intmail.prod.int.phx2.redhat.com
	(int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11])
	by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q7E5YLmR003362
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK);
	Tue, 14 Aug 2012 01:34:21 -0400
Received: from [10.3.113.122] (ovpn-113-122.phx2.redhat.com [10.3.113.122])
	by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP
	id q7E5YG5X014002; Tue, 14 Aug 2012 01:34:16 -0400
Message-ID: <5029E358.7000301@HIDDEN>
Date: Mon, 13 Aug 2012 23:34:16 -0600
From: Eric Blake <eblake@HIDDEN>
Organization: Red Hat
User-Agent: Mozilla/5.0 (X11; Linux x86_64;
	rv:14.0) Gecko/20120717 Thunderbird/14.0
MIME-Version: 1.0
References: <20120813145222.0450a1a8@eddie> <502906FA.3040803@HIDDEN>
	<5029BBE2.1030407@HIDDEN>
In-Reply-To: <5029BBE2.1030407@HIDDEN>
X-Enigmail-Version: 1.4.3
OpenPGP: url=http://people.redhat.com/eblake/eblake.gpg
Content-Type: multipart/signed; micalg=pgp-sha256;
	protocol="application/pgp-signature";
	boundary="------------enig6C0A89109EE1E9A915F7BB30"
X-Scanned-By: MIMEDefang 2.67 on 10.5.11.11
X-Spam-Score: -6.9 (------)
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <http://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>,
	<mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <http://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <http://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>,
	<mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Sender: debbugs-submit-bounces <at> debbugs.gnu.org
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
X-Spam-Score: -6.9 (------)

This is an OpenPGP/MIME signed message (RFC 2440 and 3156)
--------------enig6C0A89109EE1E9A915F7BB30
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

On 08/13/2012 08:45 PM, Paul Eggert wrote:
> On 08/13/2012 06:54 AM, Eric Blake wrote:
>> POSIX _does_ require multi-byte support
>=20
> The last time I checked, POSIX did not require
> the implementation to provide any multibyte locales.
> Has this changed?

Fair enough - POSIX does not require the existence of a multibyte
locale; an embedded system that provides only single-byte encodings can
still be POSIX-compliant.  But POSIX _does_ require that tr be
locale-aware, and therefore if an implementation provides multibyte
locales (which most desktop glibc-based GNU/Linux systems do), then tr
should honor those locales, including multibyte character support.

>=20
> But yes, the main thing is for someone to contribute
> correct, easy-to-maintain, and efficient code.

We're in violent agreement on this point :)

--=20
Eric Blake   eblake@HIDDEN    +1-919-301-3266
Libvirt virtualization library http://libvirt.org


--------------enig6C0A89109EE1E9A915F7BB30
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Public key at http://people.redhat.com/eblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQEcBAEBCAAGBQJQKeNYAAoJEKeha0olJ0NqfhMH+gJNQMClvbTFDeBr47+3Xt62
dMuOJoYFEWaBakfAYwAjDja0dDAiV3Dlgdit8pIFV4as9Qi8m2u/7zHjNHWEc818
ao4LaS2AvHyoUcumcnq7IN/YWG6rpCl+W6JNsVQI/xZE36SLTvNl3C9LXFNx8gW5
3wNRVpAxF+Ga62WCBapUvdsr/njx6LohPxU99dovsjDJcG+nrI+Y0iQ+EVd78Q3Z
1So307IIq8NARN15jLFUQNTMV8b59xCjUBlz+80aK1Gr8IxbX1D3oxgFg6PdUaGf
mDp0/kWuK8t2VOWU1WkqePXMu4cf0br1fKsyqrpv2K4SO1U//9uzclktaRxinP0=
=8DF9
-----END PGP SIGNATURE-----

--------------enig6C0A89109EE1E9A915F7BB30--




Message sent to bug-coreutils@HIDDEN:


X-Loop: help-debbugs@HIDDEN
Subject: bug#12192: tr - bytes vs characters
Resent-From: Paul Eggert <eggert@HIDDEN>
Original-Sender: debbugs-submit-bounces <at> debbugs.gnu.org
Resent-CC: bug-coreutils@HIDDEN
Resent-Date: Tue, 14 Aug 2012 07:54:01 +0000
Resent-Message-ID: <handler.12192.B12192.134493078610936 <at> debbugs.gnu.org>
Resent-Sender: help-debbugs@HIDDEN
X-GNU-PR-Message: followup 12192
X-GNU-PR-Package: coreutils
X-GNU-PR-Keywords: 
To: Eric Blake <eblake@HIDDEN>
Cc: 12192 <at> debbugs.gnu.org, Michael Stummvoll <michael@HIDDEN>
Received: via spool by 12192-submit <at> debbugs.gnu.org id=B12192.134493078610936
          (code B ref 12192); Tue, 14 Aug 2012 07:54:01 +0000
Received: (at 12192) by debbugs.gnu.org; 14 Aug 2012 07:53:06 +0000
Received: from localhost ([127.0.0.1]:55002 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.72)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1T1Bw1-0002qK-I1
	for submit <at> debbugs.gnu.org; Tue, 14 Aug 2012 03:53:06 -0400
Received: from smtp.cs.ucla.edu ([131.179.128.62]:53558)
	by debbugs.gnu.org with esmtp (Exim 4.72)
	(envelope-from <eggert@HIDDEN>) id 1T1Bw0-0002qC-30
	for 12192 <at> debbugs.gnu.org; Tue, 14 Aug 2012 03:53:05 -0400
Received: from localhost (localhost.localdomain [127.0.0.1])
	by smtp.cs.ucla.edu (Postfix) with ESMTP id 81620A60005;
	Tue, 14 Aug 2012 00:44:26 -0700 (PDT)
X-Virus-Scanned: amavisd-new at smtp.cs.ucla.edu
Received: from smtp.cs.ucla.edu ([127.0.0.1])
	by localhost (smtp.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id pcBwhj5pT7Wj; Tue, 14 Aug 2012 00:44:26 -0700 (PDT)
Received: from [10.10.73.118] (unknown [208.181.80.18])
	by smtp.cs.ucla.edu (Postfix) with ESMTPSA id 0FF43A60004;
	Tue, 14 Aug 2012 00:44:26 -0700 (PDT)
Message-ID: <502A01D8.1080604@HIDDEN>
Date: Tue, 14 Aug 2012 00:44:24 -0700
From: Paul Eggert <eggert@HIDDEN>
User-Agent: Mozilla/5.0 (X11; Linux i686;
	rv:14.0) Gecko/20120714 Thunderbird/14.0
MIME-Version: 1.0
References: <20120813145222.0450a1a8@eddie> <502906FA.3040803@HIDDEN>
	<5029BBE2.1030407@HIDDEN> <5029E358.7000301@HIDDEN>
In-Reply-To: <5029E358.7000301@HIDDEN>
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-Spam-Score: -1.9 (-)
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <http://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>,
	<mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <http://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <http://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>,
	<mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Sender: debbugs-submit-bounces <at> debbugs.gnu.org
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
X-Spam-Score: -1.9 (-)

On 08/13/2012 10:34 PM, Eric Blake wrote:
> But POSIX _does_ require that tr be
> locale-aware, and therefore if an implementation provides multibyte
> locales (which most desktop glibc-based GNU/Linux systems do), then tr
> should honor those locales, including multibyte character support.

All this is absolutely correct; but still, if the issue is merely POSIX
conformance, these glibc-based GNU/Linux systems do conform to POSIX,
since the POSIX-conformance document for these systems can state that
the supported locales are merely the single-byte locales.  Admittedly this
is legal hairsplitting, but if POSIX compliance is the issue
then one is in legal-hairsplitting mode already....




Message sent to bug-coreutils@HIDDEN:


X-Loop: help-debbugs@HIDDEN
Subject: bug#12192: tr - bytes vs characters
Resent-From: Michael Stummvoll <michael@HIDDEN>
Original-Sender: debbugs-submit-bounces <at> debbugs.gnu.org
Resent-CC: bug-coreutils@HIDDEN
Resent-Date: Fri, 17 Aug 2012 12:13:02 +0000
Resent-Message-ID: <handler.12192.B12192.13452055651112 <at> debbugs.gnu.org>
Resent-Sender: help-debbugs@HIDDEN
X-GNU-PR-Message: followup 12192
X-GNU-PR-Package: coreutils
X-GNU-PR-Keywords: 
To: Paul Eggert <eggert@HIDDEN>
Cc: 12192 <at> debbugs.gnu.org
Received: via spool by 12192-submit <at> debbugs.gnu.org id=B12192.13452055651112
          (code B ref 12192); Fri, 17 Aug 2012 12:13:02 +0000
Received: (at 12192) by debbugs.gnu.org; 17 Aug 2012 12:12:45 +0000
Received: from localhost ([127.0.0.1]:35038 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.72)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1T2LPx-0000Ht-IA
	for submit <at> debbugs.gnu.org; Fri, 17 Aug 2012 08:12:45 -0400
Received: from wolf.stummi.org ([78.47.79.60]:56169)
	by debbugs.gnu.org with esmtp (Exim 4.72)
	(envelope-from <michael@HIDDEN>) id 1T2LPv-0000Hm-Ka
	for 12192 <at> debbugs.gnu.org; Fri, 17 Aug 2012 08:12:44 -0400
Received: from eddie (dslb-088-072-034-000.pools.arcor-ip.net [88.72.34.0])
	by wolf.stummi.org (Postfix) with ESMTPSA id D68EE1401FD;
	Fri, 17 Aug 2012 14:03:46 +0200 (CEST)
Date: Fri, 17 Aug 2012 14:03:42 +0200
From: Michael Stummvoll <michael@HIDDEN>
Message-ID: <20120817140342.03812f2b@eddie>
In-Reply-To: <5029BBE2.1030407@HIDDEN>
References: <20120813145222.0450a1a8@eddie> <502906FA.3040803@HIDDEN>
	<5029BBE2.1030407@HIDDEN>
X-Mailer: Claws Mail 3.8.1 (GTK+ 2.24.10; i486-pc-linux-gnu)
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Spam-Score: -1.9 (-)
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <http://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>,
	<mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <http://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <http://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>,
	<mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Sender: debbugs-submit-bounces <at> debbugs.gnu.org
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
X-Spam-Score: -1.9 (-)

Hi there,
> But yes, the main thing is for someone to contribute
> correct, easy-to-maintain, and efficient code.

Just for the record, if any day somebody wants to attend this

I just noticed, that the "tr" from 9base can handle utf-8 correctly.
9base is a unix-port of the plan9 utils: http://tools.suckless.org/9base

i didn't took an closer look yet to the sources neither from gnu tr nor
from 9base tr. But may somebody other could benefit from there.

Kind Regards,
Michael






Message sent to bug-coreutils@HIDDEN:


X-Loop: help-debbugs@HIDDEN
Subject: bug#12192: tr - bytes vs characters
Resent-From: Jim Meyering <jim@HIDDEN>
Original-Sender: debbugs-submit-bounces <at> debbugs.gnu.org
Resent-CC: bug-coreutils@HIDDEN
Resent-Date: Sat, 15 Sep 2012 10:30:02 +0000
Resent-Message-ID: <handler.12192.B12192.134770500032677 <at> debbugs.gnu.org>
Resent-Sender: help-debbugs@HIDDEN
X-GNU-PR-Message: followup 12192
X-GNU-PR-Package: coreutils
X-GNU-PR-Keywords: 
To: Michael Stummvoll <michael@HIDDEN>
Cc: 12192 <at> debbugs.gnu.org
Received: via spool by 12192-submit <at> debbugs.gnu.org id=B12192.134770500032677
          (code B ref 12192); Sat, 15 Sep 2012 10:30:02 +0000
Received: (at 12192) by debbugs.gnu.org; 15 Sep 2012 10:30:00 +0000
Received: from localhost ([127.0.0.1]:34896 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.72)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1TCpdP-0008Uy-VD
	for submit <at> debbugs.gnu.org; Sat, 15 Sep 2012 06:30:00 -0400
Received: from mx.meyering.net ([88.168.87.75]:49067)
	by debbugs.gnu.org with esmtp (Exim 4.72)
	(envelope-from <jim@HIDDEN>)
	id 1TCpdN-0008Un-W7; Sat, 15 Sep 2012 06:29:58 -0400
Received: from rho.meyering.net (rho.meyering.net [127.0.0.1])
	by rho.meyering.net (Acme Bit-Twister) with ESMTP id E49B7601F7;
	Sat, 15 Sep 2012 12:28:54 +0200 (CEST)
From: Jim Meyering <jim@HIDDEN>
In-Reply-To: <20120813145222.0450a1a8@eddie> (Michael Stummvoll's message of
	"Mon, 13 Aug 2012 14:52:22 +0200")
References: <20120813145222.0450a1a8@eddie>
Date: Sat, 15 Sep 2012 12:28:54 +0200
Message-ID: <87wqzvvau1.fsf@HIDDEN>
Lines: 37
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable
X-Spam-Score: -2.4 (--)
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <http://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>,
	<mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <http://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <http://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>,
	<mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Sender: debbugs-submit-bounces <at> debbugs.gnu.org
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
X-Spam-Score: -2.4 (--)

forcemerge 12192 9365
thanks

Michael Stummvoll wrote:
> Hi gnu folks,
>
> as already known, tr cannot handle multibyte-encodings like utf-8:
>
>> mst@eddie:~$ echo "foo" | tr o =F6
>> f=C3=C3
>
> i know, that multibyte encoding support is not needed for
> posix-compilance, BUT:
>
> the manpage of tr says the following:
>
>> Translate, squeeze, and/or delete characters from standard input,
>> writing to standard output.
>
> and thats the inconsistence imho.
>
> The typical interpretation of "character" in such a context means one
> character on display. regardless which encoding is used or how many
> bytes are used to display this. So, if tr realy translates "characters"
> it should preserve the encoding. If it doesn't do, it does not
> translate "characters" but "bytes". So there I see two ways:
>
> - add multybyte-encoding support to tr
> or
> - change the manpage and helptext to not say "characters" but "bytes"
>
> since it doesn't seem that somebody want to add the support to tr, an
> update of the manpage would be the easier way to ensure the consistence.

Thanks for the report.
I'm merging this issue with the others that relate to tr
and multi-byte support.




Message received at control <at> debbugs.gnu.org:


Received: (at control) by debbugs.gnu.org; 15 Sep 2012 10:30:00 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Sat Sep 15 06:30:00 2012
Received: from localhost ([127.0.0.1]:34898 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.72)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1TCpdQ-0008V1-6j
	for submit <at> debbugs.gnu.org; Sat, 15 Sep 2012 06:30:00 -0400
Received: from mx.meyering.net ([88.168.87.75]:49067)
	by debbugs.gnu.org with esmtp (Exim 4.72)
	(envelope-from <jim@HIDDEN>)
	id 1TCpdN-0008Un-W7; Sat, 15 Sep 2012 06:29:58 -0400
Received: from rho.meyering.net (rho.meyering.net [127.0.0.1])
	by rho.meyering.net (Acme Bit-Twister) with ESMTP id E49B7601F7;
	Sat, 15 Sep 2012 12:28:54 +0200 (CEST)
From: Jim Meyering <jim@HIDDEN>
To: Michael Stummvoll <michael@HIDDEN>
Subject: Re: bug#12192: tr - bytes vs characters
In-Reply-To: <20120813145222.0450a1a8@eddie> (Michael Stummvoll's message of
	"Mon, 13 Aug 2012 14:52:22 +0200")
References: <20120813145222.0450a1a8@eddie>
Date: Sat, 15 Sep 2012 12:28:54 +0200
Message-ID: <87wqzvvau1.fsf@HIDDEN>
Lines: 37
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable
X-Spam-Score: -2.4 (--)
X-Debbugs-Envelope-To: control
Cc: 12192 <at> debbugs.gnu.org
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <http://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>,
	<mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <http://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <http://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>,
	<mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Sender: debbugs-submit-bounces <at> debbugs.gnu.org
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
X-Spam-Score: -2.4 (--)

forcemerge 12192 9365
thanks

Michael Stummvoll wrote:
> Hi gnu folks,
>
> as already known, tr cannot handle multibyte-encodings like utf-8:
>
>> mst@eddie:~$ echo "foo" | tr o =F6
>> f=C3=C3
>
> i know, that multibyte encoding support is not needed for
> posix-compilance, BUT:
>
> the manpage of tr says the following:
>
>> Translate, squeeze, and/or delete characters from standard input,
>> writing to standard output.
>
> and thats the inconsistence imho.
>
> The typical interpretation of "character" in such a context means one
> character on display. regardless which encoding is used or how many
> bytes are used to display this. So, if tr realy translates "characters"
> it should preserve the encoding. If it doesn't do, it does not
> translate "characters" but "bytes". So there I see two ways:
>
> - add multybyte-encoding support to tr
> or
> - change the manpage and helptext to not say "characters" but "bytes"
>
> since it doesn't seem that somebody want to add the support to tr, an
> update of the manpage would be the easier way to ensure the consistence.

Thanks for the report.
I'm merging this issue with the others that relate to tr
and multi-byte support.




Message received at control <at> debbugs.gnu.org:


Received: (at control) by debbugs.gnu.org; 6 Jan 2013 12:23:25 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Sun Jan 06 07:23:25 2013
Received: from localhost ([127.0.0.1]:47129 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.72)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1TrpG9-0005xs-64
	for submit <at> debbugs.gnu.org; Sun, 06 Jan 2013 07:23:25 -0500
Received: from mx1.redhat.com ([209.132.183.28]:20124)
	by debbugs.gnu.org with esmtp (Exim 4.72)
	(envelope-from <P@HIDDEN>)
	id 1TrpG4-0005xb-KS; Sun, 06 Jan 2013 07:23:21 -0500
Received: from int-mx12.intmail.prod.int.phx2.redhat.com
	(int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25])
	by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r06CN0bp025753
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK);
	Sun, 6 Jan 2013 07:23:01 -0500
Received: from [10.36.116.39] (ovpn-116-39.ams2.redhat.com [10.36.116.39])
	by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP
	id r06CMvfH030424
	(version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO);
	Sun, 6 Jan 2013 07:22:59 -0500
Message-ID: <50E96CA0.4030802@HIDDEN>
Date: Sun, 06 Jan 2013 12:22:56 +0000
From: =?ISO-8859-1?Q?P=E1draig_Brady?= <P@HIDDEN>
User-Agent: Mozilla/5.0 (X11; Linux x86_64;
	rv:13.0) Gecko/20120615 Thunderbird/13.0.1
MIME-Version: 1.0
To: Urs Thuermann <urs@HIDDEN>
Subject: Re: bug#13362: tr does not work with UTF-8 locales
References: <ygf38yfalsz.fsf@HIDDEN>
In-Reply-To: <ygf38yfalsz.fsf@HIDDEN>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
X-Scanned-By: MIMEDefang 2.68 on 10.5.11.25
Content-Transfer-Encoding: quoted-printable
X-MIME-Autoconverted: from 8bit to quoted-printable by mx1.redhat.com id
	r06CN0bp025753
X-Spam-Score: -4.2 (----)
X-Debbugs-Envelope-To: control
Cc: 13362 <at> debbugs.gnu.org
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <http://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>,
	<mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <http://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <http://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>,
	<mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Sender: debbugs-submit-bounces <at> debbugs.gnu.org
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
X-Spam-Score: -5.0 (-----)

forcemerge 13362 9365
thanks

On 01/05/2013 11:53 AM, Urs Thuermann wrote:
> The tr utility from coreutils-8.20 does not handle multi-byte
> characters in UTF-8 correctly.  It seems the arguments and standard
> input are read byte-by-byte instead of character-by-character.

We all agree that this is an issue.
Someone just needs to get the time to implement it.

thanks,
P=E1draig.




Message received at control <at> debbugs.gnu.org:


Received: (at control) by debbugs.gnu.org; 15 Oct 2018 14:06:07 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Mon Oct 15 10:06:07 2018
Received: from localhost ([127.0.0.1]:50838 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1gC3VX-0006u9-Ec
	for submit <at> debbugs.gnu.org; Mon, 15 Oct 2018 10:06:07 -0400
Received: from mail-pf1-f181.google.com ([209.85.210.181]:45055)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <assafgordon@HIDDEN>) id 1gC3VV-0006tg-UX
 for control <at> debbugs.gnu.org; Mon, 15 Oct 2018 10:06:06 -0400
Received: by mail-pf1-f181.google.com with SMTP id r9-v6so9729297pff.11
 for <control <at> debbugs.gnu.org>; Mon, 15 Oct 2018 07:06:05 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025;
 h=to:from:message-id:date:user-agent:mime-version:content-language
 :content-transfer-encoding;
 bh=tslEaETexaL5Plma/unGTsX6EP4DKD4xeOJEPvCMxto=;
 b=IgYFBuphZeO6ufK2R0ThohvlgQjuhoNFWS1LlcCSo1fBUKysCs/zlabxiMQtbAEcv9
 5lGZ2r6pLOmV6xqrPS+qDt2TeNf9PdqM87PuEWn/4x620EkidrGhTUDmK8QpzgVQzVAQ
 EbQlLs3N5jp0ConLqnjfIhq7aDCn8Xl50ynhkCdy0fANLzrY2EvRmD3m7uMjb5jb+xqH
 xS/hKhgbCyjDaI3jvxizDo6EABMqsRi+3b0sr7dxdtRTv6KUKh7gQ5PU0nHQE8YeQONT
 P9HPFS0vFx2QnpJxGkZmXHf+3XGL8HKXvVuDTlSNkqF/qZTLVqCRMbMCWIvHt6+ZEs5y
 n3hw==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20161025;
 h=x-gm-message-state:to:from:message-id:date:user-agent:mime-version
 :content-language:content-transfer-encoding;
 bh=tslEaETexaL5Plma/unGTsX6EP4DKD4xeOJEPvCMxto=;
 b=BN3r7OXN8tmVFFClh/JaAHUbBcnAdSXiJ67IUn+im2fR1JlCkyNstmy7CewveTl3rI
 vnSXQ19OdA6Qp1kJFBuaGcoNBRzwMYw41tD8vZGNs6p+KVkRqseq9FvSPMt0jSjTDPMX
 mTl7/OUUicxSa42ymRGVWKwy+eldyLKFF2WgL6mhMSZZXaqgQHErZbsyshfA9Tm1AP9n
 m5S7nzWYoRABBjQeUfpMZUOTVocTfC2NLLWQ7t3voQlPJH4k+FeCZC+MqQN/p+8OPxzU
 kFK3LSse0N4xr5hs4MNgeUfpxgSUlJWXlkBAjD74LRDzK9UzaXZnfGEpez1iMWr9MNLu
 oS0A==
X-Gm-Message-State: ABuFfogF5FahDcLajf6++HIxsfi3VRUE8JU/09QQUb42o/IqgSydVRRq
 3Vo6uKUbR8M+YV87LQ8Js2Dg6zzjDqI=
X-Google-Smtp-Source: ACcGV630bCAJkl8c383Nvxde4mlHBbauHW61q0zd37Y2dEOjIhXh0u6sXrtKgN3rwQfCYT0iTqNkyg==
X-Received: by 2002:a62:67c3:: with SMTP id
 t64-v6mr10225425pfj.76.1539612359472; 
 Mon, 15 Oct 2018 07:05:59 -0700 (PDT)
Received: from tomato.housegordon.com (moose.housegordon.com. [184.68.105.38])
 by smtp.googlemail.com with ESMTPSA id
 h77-v6sm21227916pfh.13.2018.10.15.07.05.57
 for <control <at> debbugs.gnu.org>
 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Mon, 15 Oct 2018 07:05:57 -0700 (PDT)
To: control <at> debbugs.gnu.org
From: Assaf Gordon <assafgordon@HIDDEN>
Message-ID: <b1e0e40e-d722-270a-27d8-972ceaf1ec2b@HIDDEN>
Date: Mon, 15 Oct 2018 08:05:56 -0600
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101
 Thunderbird/52.9.1
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Language: en-US
Content-Transfer-Encoding: 7bit
X-Spam-Score: 2.0 (++)
X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org",
 has NOT identified this incoming email as spam.  The original
 message has been attached to this so you can view it or label
 similar future email.  If you have any questions, see
 the administrator of that system for details.
 Content preview: severity 9365 wishlist retitle 9365 multibyte: tr: TR
 operates
 on bytes, not characters retitle 9446 cp: acl preservation problem on FreeBSD
 8.1 severity 9472 wishlist [...] 
 Content analysis details:   (2.0 points, 10.0 required)
 pts rule name              description
 ---- ---------------------- --------------------------------------------------
 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider
 (assafgordon[at]gmail.com)
 -0.0 SPF_PASS               SPF: sender matches SPF record
 0.0 RCVD_IN_MSPIKE_H3      RBL: Good reputation (+3)
 [209.85.210.181 listed in wl.mailspike.net]
 -0.0 RCVD_IN_DNSWL_NONE     RBL: Sender listed at http://www.dnswl.org/, no
 trust [209.85.210.181 listed in list.dnswl.org]
 1.8 MISSING_SUBJECT        Missing Subject: header
 0.2 NO_SUBJECT             Extra score for no subject
 0.0 RCVD_IN_MSPIKE_WL      Mailspike good senders
X-Debbugs-Envelope-To: control
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: 1.0 (+)

severity 9365 wishlist
retitle 9365 multibyte: tr: TR operates on bytes, not characters


retitle 9446 cp: acl preservation problem on FreeBSD 8.1

severity 9472 wishlist






Message received at control <at> debbugs.gnu.org:


Received: (at control) by debbugs.gnu.org; 15 Oct 2018 14:06:07 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Mon Oct 15 10:06:07 2018
Received: from localhost ([127.0.0.1]:50838 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1gC3VX-0006u9-Ec
	for submit <at> debbugs.gnu.org; Mon, 15 Oct 2018 10:06:07 -0400
Received: from mail-pf1-f181.google.com ([209.85.210.181]:45055)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <assafgordon@HIDDEN>) id 1gC3VV-0006tg-UX
 for control <at> debbugs.gnu.org; Mon, 15 Oct 2018 10:06:06 -0400
Received: by mail-pf1-f181.google.com with SMTP id r9-v6so9729297pff.11
 for <control <at> debbugs.gnu.org>; Mon, 15 Oct 2018 07:06:05 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025;
 h=to:from:message-id:date:user-agent:mime-version:content-language
 :content-transfer-encoding;
 bh=tslEaETexaL5Plma/unGTsX6EP4DKD4xeOJEPvCMxto=;
 b=IgYFBuphZeO6ufK2R0ThohvlgQjuhoNFWS1LlcCSo1fBUKysCs/zlabxiMQtbAEcv9
 5lGZ2r6pLOmV6xqrPS+qDt2TeNf9PdqM87PuEWn/4x620EkidrGhTUDmK8QpzgVQzVAQ
 EbQlLs3N5jp0ConLqnjfIhq7aDCn8Xl50ynhkCdy0fANLzrY2EvRmD3m7uMjb5jb+xqH
 xS/hKhgbCyjDaI3jvxizDo6EABMqsRi+3b0sr7dxdtRTv6KUKh7gQ5PU0nHQE8YeQONT
 P9HPFS0vFx2QnpJxGkZmXHf+3XGL8HKXvVuDTlSNkqF/qZTLVqCRMbMCWIvHt6+ZEs5y
 n3hw==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20161025;
 h=x-gm-message-state:to:from:message-id:date:user-agent:mime-version
 :content-language:content-transfer-encoding;
 bh=tslEaETexaL5Plma/unGTsX6EP4DKD4xeOJEPvCMxto=;
 b=BN3r7OXN8tmVFFClh/JaAHUbBcnAdSXiJ67IUn+im2fR1JlCkyNstmy7CewveTl3rI
 vnSXQ19OdA6Qp1kJFBuaGcoNBRzwMYw41tD8vZGNs6p+KVkRqseq9FvSPMt0jSjTDPMX
 mTl7/OUUicxSa42ymRGVWKwy+eldyLKFF2WgL6mhMSZZXaqgQHErZbsyshfA9Tm1AP9n
 m5S7nzWYoRABBjQeUfpMZUOTVocTfC2NLLWQ7t3voQlPJH4k+FeCZC+MqQN/p+8OPxzU
 kFK3LSse0N4xr5hs4MNgeUfpxgSUlJWXlkBAjD74LRDzK9UzaXZnfGEpez1iMWr9MNLu
 oS0A==
X-Gm-Message-State: ABuFfogF5FahDcLajf6++HIxsfi3VRUE8JU/09QQUb42o/IqgSydVRRq
 3Vo6uKUbR8M+YV87LQ8Js2Dg6zzjDqI=
X-Google-Smtp-Source: ACcGV630bCAJkl8c383Nvxde4mlHBbauHW61q0zd37Y2dEOjIhXh0u6sXrtKgN3rwQfCYT0iTqNkyg==
X-Received: by 2002:a62:67c3:: with SMTP id
 t64-v6mr10225425pfj.76.1539612359472; 
 Mon, 15 Oct 2018 07:05:59 -0700 (PDT)
Received: from tomato.housegordon.com (moose.housegordon.com. [184.68.105.38])
 by smtp.googlemail.com with ESMTPSA id
 h77-v6sm21227916pfh.13.2018.10.15.07.05.57
 for <control <at> debbugs.gnu.org>
 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Mon, 15 Oct 2018 07:05:57 -0700 (PDT)
To: control <at> debbugs.gnu.org
From: Assaf Gordon <assafgordon@HIDDEN>
Message-ID: <b1e0e40e-d722-270a-27d8-972ceaf1ec2b@HIDDEN>
Date: Mon, 15 Oct 2018 08:05:56 -0600
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101
 Thunderbird/52.9.1
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Language: en-US
Content-Transfer-Encoding: 7bit
X-Spam-Score: 2.0 (++)
X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org",
 has NOT identified this incoming email as spam.  The original
 message has been attached to this so you can view it or label
 similar future email.  If you have any questions, see
 the administrator of that system for details.
 Content preview: severity 9365 wishlist retitle 9365 multibyte: tr: TR
 operates
 on bytes, not characters retitle 9446 cp: acl preservation problem on FreeBSD
 8.1 severity 9472 wishlist [...] 
 Content analysis details:   (2.0 points, 10.0 required)
 pts rule name              description
 ---- ---------------------- --------------------------------------------------
 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider
 (assafgordon[at]gmail.com)
 -0.0 SPF_PASS               SPF: sender matches SPF record
 0.0 RCVD_IN_MSPIKE_H3      RBL: Good reputation (+3)
 [209.85.210.181 listed in wl.mailspike.net]
 -0.0 RCVD_IN_DNSWL_NONE     RBL: Sender listed at http://www.dnswl.org/, no
 trust [209.85.210.181 listed in list.dnswl.org]
 1.8 MISSING_SUBJECT        Missing Subject: header
 0.2 NO_SUBJECT             Extra score for no subject
 0.0 RCVD_IN_MSPIKE_WL      Mailspike good senders
X-Debbugs-Envelope-To: control
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: 1.0 (+)

severity 9365 wishlist
retitle 9365 multibyte: tr: TR operates on bytes, not characters


retitle 9446 cp: acl preservation problem on FreeBSD 8.1

severity 9472 wishlist







Last modified: Mon, 25 Nov 2019 12:00:02 UTC

GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997 nCipher Corporation Ltd, 1994-97 Ian Jackson.