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 pablogsal
Recipients BTaskaya, Mark.Shannon, ammar2, aroberge, brandtbucher, miss-islington, nedbat, pablogsal, serhiy.storchaka, terry.reedy
Date 2021-07-20.21:09:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1626815392.96.0.965275668641.issue43950@roundup.psfhosted.org>
In-reply-to
Content
They seem to be checking the unicode width as we are proposing here. Check the calls to unicode_width::UnicodeWidthChar::width:

https://github.com/rust-lang/rust/blob/master/compiler/rustc_errors/src/emitter.rs#L729-L733
History
Date User Action Args
2021-07-20 21:09:53pablogsalsetrecipients: + pablogsal, terry.reedy, nedbat, aroberge, Mark.Shannon, serhiy.storchaka, ammar2, miss-islington, brandtbucher, BTaskaya
2021-07-20 21:09:52pablogsalsetmessageid: <1626815392.96.0.965275668641.issue43950@roundup.psfhosted.org>
2021-07-20 21:09:52pablogsallinkissue43950 messages
2021-07-20 21:09:52pablogsalcreate