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 lemburg
Recipients belopolsky, benjamin.peterson, ezio.melotti, lemburg, loewis, serhiy.storchaka
Date 2013-06-24.09:24:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <51C81065.60206@egenix.com>
In-reply-to <1372061108.52.0.184003892985.issue18234@psf.upfronthosting.co.za>
Content
On 24.06.2013 10:05, Serhiy Storchaka wrote:
> 
> Serhiy Storchaka added the comment:
> 
> Perhaps unicodedata.aliases() should return not a list, but an ordered dict.
> 
> What name should use the "namereplace" error handler? Original or corrected? Should it use first alias if there is no original name?

For compatibility with other tools, it should use .name(), not .aliases()
to determine the name. Please note that the aliases are not the official
Unicode names of the code points.
History
Date User Action Args
2013-06-24 09:24:57lemburgsetrecipients: + lemburg, loewis, belopolsky, benjamin.peterson, ezio.melotti, serhiy.storchaka
2013-06-24 09:24:57lemburglinkissue18234 messages
2013-06-24 09:24:57lemburgcreate