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 belopolsky
Recipients belopolsky, eric.smith, ezio.melotti, ggenellina, lemburg, loewis, mark.dickinson, pitrou, rhettinger, terry.reedy
Date 2010-12-30.17:46:14
SpamBayes Score 5.915271e-06
Marked as misclassified No
Message-id <1293731178.25.0.300088294296.issue6632@psf.upfronthosting.co.za>
In-reply-to
Content
I wonder if the issues raised here can be neatly addressed by applying NFKC normalization before string to number conversion.  This will convert full-width variants to ASCII and also eliminate digit/decimal differences.  For example superscript and subscript variants will be converted to ASCII.  Note that NFKC normalization is already applied to identifiers, so its effect should be familiar to users.
History
Date User Action Args
2010-12-30 17:46:18belopolskysetrecipients: + belopolsky, lemburg, loewis, rhettinger, terry.reedy, mark.dickinson, ggenellina, pitrou, eric.smith, ezio.melotti
2010-12-30 17:46:18belopolskysetmessageid: <1293731178.25.0.300088294296.issue6632@psf.upfronthosting.co.za>
2010-12-30 17:46:14belopolskylinkissue6632 messages
2010-12-30 17:46:14belopolskycreate