bug-coreutils
[Top][All Lists]
Advanced

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

Re: [PATCH] Fix unicode 0x24, 0x40 and 0x60 valid characters


From: roel kluin
Subject: Re: [PATCH] Fix unicode 0x24, 0x40 and 0x60 valid characters
Date: Sat, 9 Jan 2010 12:45:36 +0100

On Sat, Jan 9, 2010 at 12:36 AM, Andreas Schwab <address@hidden> wrote:
> Roel Kluin <address@hidden> writes:
>
>> unicode characters 0x24, 0x40 and 0x60 were not considered as valid 
>> characters.
>
> $ /usr/bin/printf '\u0024\u0040\u0060\n'
> address@hidden
> $ /usr/bin/printf --version
> printf (GNU coreutils) 8.3
> [...]
>
>> I believe this was intended:
>
> Definitely not.
>
>> +           && (uni_value != 0x24 || uni_value != 0x40 || uni_value != 0x60))
>
> A roundabout way to write 1.
>
> Andreas.

Yes, I was totally mistaken. Sorry for the fuzz.

Roel




reply via email to

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