Message 214633 - Python tracker

Message214633

Author PanderMusubi
Recipients PanderMusubi, akitada, benjamin.peterson, doerwalter, ezio.melotti, lemburg, loewis, pitrou, vstinner
Date 2014-03-23.20:34:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1395606848.75.0.920820870291.issue6331@psf.upfronthosting.co.za>
In-reply-to
Content
I see the patch support Unicode scripts https://en.wikipedia.org/wiki/Script_%28Unicode%29 but I am also interested in support for Unicode blocks https://en.wikipedia.org/wiki/Unicode_block

Code for support for the latter is at https://github.com/nagisa/unicodeblocks

I could ont quiet make out of the patch also supports Unicode blocks. If not, shoudl that be requested in a separete issue?

Furthermore, support for Unicode scripts and blocks should be updated each time a new version of Unicode standard is published. Someone should check of the latest patch should be updated to the latest version of Unicode. Not only for this issue but for each release of PYthon.
History
Date User Action Args
2014-03-23 20:34:08PanderMusubisetrecipients: + PanderMusubi, lemburg, loewis, doerwalter, pitrou, vstinner, benjamin.peterson, ezio.melotti, akitada
2014-03-23 20:34:08PanderMusubisetmessageid: <1395606848.75.0.920820870291.issue6331@psf.upfronthosting.co.za>
2014-03-23 20:34:08PanderMusubilinkissue6331 messages
2014-03-23 20:34:08PanderMusubicreate