[issue6632] Include more fullwidth chars in the decimal codec

Alexander Belopolsky report at bugs.python.org
Thu Dec 30 18:46:18 CET 2010


Alexander Belopolsky <belopolsky at users.sourceforge.net> added the comment:

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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6632>
_______________________________________


More information about the Python-bugs-list mailing list