Hi, Michael,
Michael Paesold wrote:
> (c > 127) should be the same as (c >= '\200'), but I find the first one
> more readable. I am probably not used to reading hex numbers. ;-)
Just to be picky: The "200" is octal, not hex. The hex value for 128 is
0x80. :-)
HTH,
Markus