locale: ctype<char> classifications fails for chars with high bit set

Benjamin Kosnik bkoz@redhat.com
Tue Mar 12 18:34:00 GMT 2002


Great, thanks for the analysis. I checked in the patch here:
http://gcc.gnu.org/ml/gcc-patches/2002-03/msg00740.html

> The current version of ctype<char> doesn't work for chars with the 8th bit
> set, in implementations where char is signed.

... and where table-based ctype is implemented.

-benjamin



More information about the Libstdc++ mailing list