bug-coreutils
[Top][All Lists]
Advanced

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

bug#6707: cut is not multi byte (wide char) aware


From: Mihai Moldovan
Subject: bug#6707: cut is not multi byte (wide char) aware
Date: Thu, 22 Jul 2010 20:49:13 +0200
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.1.11) Gecko/20100711 Thunderbird/3.0.6

Hi,

I have come to notice that cut is not yet multi byte/wide char aware.

That it, you cannot use characters as delimiters, which consist of two
bytes or more in the current char set.

Simplest example:

address@hidden echo "this€is€a€bug€test" | gcut -d '€' -f4
gcut: the delimiter must be a single character
Try `gcut --help' for more information.
1 [0 running job(s)] {history#1425}  20:47:43 10-07-22

BSD cut however has got no problems with that:

address@hidden echo "this€is€a€bug€test" | cut -d '€' -f4
bug


(Is this even considerable as a bug, or just a "feature" in that only
one byte delimiters are allowed by default?)

Best regards,


Mihai

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]