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: Andreas Schwab
Subject: Re: [PATCH] Fix unicode 0x24, 0x40 and 0x60 valid characters
Date: Sat, 09 Jan 2010 00:36:40 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.91 (gnu/linux)

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.

-- 
Andreas Schwab, address@hidden
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."




reply via email to

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