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 pusnow
Recipients ezio.melotti, lemburg, loewis, pusnow, vstinner, xiang.zhang
Date 2017-08-19.09:54:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1503136449.78.0.822454445733.issue29456@psf.upfronthosting.co.za>
In-reply-to
Content
This patch fixes changes in Unicode 4.1.0.
I think it well reviewed and it is time to merge.
Who can commit this patch? 

@animalize says:
Let me give a supplement:

Before Unicode 4.1.0 (draft), here is: TBase <= code <= TBase+TCount
see: http://www.unicode.org/reports/tr15/tr15-24.html#hangul_composition

After Unicode 4.1.0, here is TBase < code < TBase+TCount, which in line with the latest version (Unicode 10.0)
see: http://www.unicode.org/reports/tr15/tr15-25.html#hangul_composition

This change happened in 2005.
History
Date User Action Args
2017-08-19 09:54:09pusnowsetrecipients: + pusnow, lemburg, loewis, vstinner, ezio.melotti, xiang.zhang
2017-08-19 09:54:09pusnowsetmessageid: <1503136449.78.0.822454445733.issue29456@psf.upfronthosting.co.za>
2017-08-19 09:54:09pusnowlinkissue29456 messages
2017-08-19 09:54:09pusnowcreate