This is the mail archive of the libc-alpha@sourceware.cygnus.com mailing list for the glibc project.


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

Re: [Various] Digested Articles


Andreas Jaeger <aj@suse.de> writes:

> Looking at the appended bug report and the code in glibc 2.1 and 2.2
> I'm a bit confused.

The correct solution is to not set the cntrl bit for characters
>=0x80.  I.e., I've changed 2.2 to match 2.1.  The reason is that the
character set of the C locale is ASCII which has no characters >=0x80.
This is consistent with all the other Unixes I tested.

-- 
---------------.      drepper at gnu.org  ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Cygnus Solutions `--' drepper at cygnus.com   `------------------------

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