[Bug libstdc++/14970] isalpha() inconsistent on 8-bit LATIN-1 chars

pcarlini at suse dot de gcc-bugzilla@gcc.gnu.org
Thu Apr 15 22:29:00 GMT 2004


------- Additional Comments From pcarlini at suse dot de  2004-04-15 20:29 -------
In short, the problem results from the combination of a bug in glibc isalpha vs
uselocale + g++ use of the latter in I/O. More recent versions of g++ output
integers in a different way (not using uselocale) therefore the problem does not
show up, but still does when outputting floats.

I would suggest updating glibc to a recent, fixed, cvs version, but unfortunately
doing this can be tricky. If you can afford to wait a bit look for glibc2.3.3 and
use a workaround in the meanwhile.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14970



More information about the Gcc-bugs mailing list