Florian Weimer wrote: > > Ulrich Drepper <[EMAIL PROTECTED]> writes: > > > "Too late"? If *never* would happen. Every sane system has wchar_t a > > 32bit type. Even the AIX people realized this and will switch to a > > 32bit type once they can figure out how to handle the compatiblity > > problem. > > Hmm. Why is UTF-16 so crazy? ;-) > - But UTF-16 is not fixed width [surrogates], thus not in the same ball park when we are talking about wchar_t. The wchar_t should be defined such that it is wide enough for all characters to be used by a program. That means 20 bits for unicode, which leads to 32 bits type. I know it is odd, but using 24 bits is enough and saves 25% space... 8) Does anyone care about memory alignment for strings? Ping - Linux-UTF8: i18n of Linux on all levels Archive: http://mail.nl.linux.org/lists/
- Re: Proposal for 2 Byte Unicode implementat... Jamie Lokier
- Re: Proposal for 2 Byte Unicode implementation i... Marcin 'Qrczak' Kowalczyk
- Re: Proposal for 2 Byte Unicode implementation i... Markus Kuhn
- Re: Proposal for 2 Byte Unicode implementation i... Florian Weimer
- Re: Proposal for 2 Byte Unicode implementation i... Ulrich Drepper
- Re: Proposal for 2 Byte Unicode implementation i... Markus Kuhn
- Re: Proposal for 2 Byte Unicode implementation i... Robert Dewar
- Re: Proposal for 2 Byte Unicode implementation i... Henry Spencer
- Re: Proposal for 2 Byte Unicode implementation i... Florian Weimer
- Re: Proposal for 2 Byte Unicode implementat... H. Peter Anvin
- Re: Proposal for 2 Byte Unicode implementation i... Ping Yeh
- Re: Proposal for 2 Byte Unicode implementation i... Florian Weimer
- Re: Proposal for 2 Byte Unicode implementation i... Florian Weimer
- Re: Proposal for 2 Byte Unicode implementation i... Ulrich Drepper
- Re: Proposal for 2 Byte Unicode implementat... Florian Weimer
- RE: Proposal for 2 Byte Unicode implementation i... Karlsson Kent - keka
- Re: Proposal for 2 Byte Unicode implementat... Florian Weimer
- Re: Proposal for 2 Byte Unicode implementation i... Florian Weimer
- Re: Proposal for 2 Byte Unicode implementation i... Florian Weimer
- Re: Proposal for 2 Byte Unicode implementation i... Robert Brady
- RE: Proposal for 2 Byte Unicode implementation i... Nuesser, Wilhelm
