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 serhiy.storchaka
Recipients ezio.melotti, mark.dickinson, rhettinger, serhiy.storchaka, terry.reedy, vstinner, weightwatchers-carlanderson
Date 2021-03-20.08:59:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1616230799.3.0.848586473912.issue43520@roundup.psfhosted.org>
In-reply-to
Content
It would be nice to have an utility function in unicodedata to convert Unicode characters to their ASCII equivalents (if they exist). It would allow to explicitly convert all slashes to / (and all digits to 0-9) before passing string to Fraction constructor.

AFAIK there is a special Unicode document and tables for this.
History
Date User Action Args
2021-03-20 08:59:59serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, terry.reedy, mark.dickinson, vstinner, ezio.melotti, weightwatchers-carlanderson
2021-03-20 08:59:59serhiy.storchakasetmessageid: <1616230799.3.0.848586473912.issue43520@roundup.psfhosted.org>
2021-03-20 08:59:59serhiy.storchakalinkissue43520 messages
2021-03-20 08:59:59serhiy.storchakacreate