bug-bash
[Top][All Lists]
Advanced

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

Re: {# - strange behavior


From: Antonio Macchi
Subject: Re: {# - strange behavior
Date: Sat, 21 Feb 2009 18:28:09 +0100
User-agent: Thunderbird 2.0.0.12 (X11/20080213)

Antonio Macchi wrote:

thanks... but parameters expansions and printf builtin works differently about it...



same problem with read...


LC_CTYPE="en_US.UTF-8"

$ read -n1
è

$ hexdump -C <(echo -n $REPLY)
00000000  c3                                                |.|
00000001



"è" is two chars.... but read stops at the first

some commands works with and some others without regards about LC_CTYPE
can this creates a bit of confusion?





reply via email to

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