Markus Schaber wrote:
> 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. :-)
You are right, of course. It caught my eye after sending the mail, but I
hoped nobody would notice. People are just to bright here. :-)
Best Regards
Michael Paesold