This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: locale: ctype<char> classifications fails for chars with high bit set
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: Per Liboriussen <liborius at stofanet dot dk>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Tue, 12 Mar 2002 18:34:20 -0800 (PST)
- Subject: Re: locale: ctype<char> classifications fails for chars with high bit set
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