Roel Kluin <roel.kl...@gmail.com> writes:

> unicode characters 0x24, 0x40 and 0x60 were not considered as valid 
> characters.

$ /usr/bin/printf '\u0024\u0040\u0060\n'
$...@`
$ /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, sch...@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


Reply via email to