This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients effbot, ezio.melotti, lemburg, loewis, pitrou, schuppenies, vstinner
Date 2009-05-04.00:01:47
SpamBayes Score 4.3952497e-08
Marked as misclassified No
Message-id <1241395308.65.0.16405325131.issue3130@psf.upfronthosting.co.za>
In-reply-to
Content
I like the idea of using uint16_t and uint32_t. Unicode 5.1 contains 
approximately 1 million of codes (and 100,000 characters), so 21 bits 
are already enough to use the full Unicode 5.1 standard (released in 
April 2009). Use more than 32 bits for an unicode character is wasting 
memory.
History
Date User Action Args
2009-05-04 00:01:49vstinnersetrecipients: + vstinner, lemburg, loewis, effbot, pitrou, schuppenies, ezio.melotti
2009-05-04 00:01:48vstinnersetmessageid: <1241395308.65.0.16405325131.issue3130@psf.upfronthosting.co.za>
2009-05-04 00:01:47vstinnerlinkissue3130 messages
2009-05-04 00:01:47vstinnercreate