Re: Erroneous assumption in isblank.c

2010-10-05 Thread Bruno Haible
Hi, John Darrington wrote: > In lib/isblank.c I see the following: > > /* The "blank" characters are '\t', ' ', > U+1680, U+180E, U+2000..U+2006, U+2008..U+200A, U+205F, U+3000, and none > except the first two is present in a common 8-bit encoding. Therefore > the substitute for

Erroneous assumption in isblank.c

2010-10-04 Thread John Darrington
In lib/isblank.c I see the following: /* The "blank" characters are '\t', ' ', U+1680, U+180E, U+2000..U+2006, U+2008..U+200A, U+205F, U+3000, and none except the first two is present in a common 8-bit encoding. Therefore the substitute for other platforms is not more complicated