This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]