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 ammar2
Recipients BTaskaya, Mark.Shannon, ammar2, aroberge, brandtbucher, miss-islington, nedbat, pablogsal, serhiy.storchaka, terry.reedy
Date 2021-07-20.21:45:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1626817509.75.0.374800812589.issue43950@roundup.psfhosted.org>
In-reply-to
Content
Indeed, and the unicode_width package seems to implement the wcwidth algorithm:

* https://github.com/unicode-rs/unicode-width/blob/master/src/tables.rs#L39-L48
* https://www.cl.cam.ac.uk/~mgk25/ucs/wcwidth.c

https://bugs.python.org/issue12568 is an issue from the past that proposed adding wcwidth to the standard library.
History
Date User Action Args
2021-07-20 21:45:09ammar2setrecipients: + ammar2, terry.reedy, nedbat, aroberge, Mark.Shannon, serhiy.storchaka, pablogsal, miss-islington, brandtbucher, BTaskaya
2021-07-20 21:45:09ammar2setmessageid: <1626817509.75.0.374800812589.issue43950@roundup.psfhosted.org>
2021-07-20 21:45:09ammar2linkissue43950 messages
2021-07-20 21:45:09ammar2create