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 steve.dower
Recipients eric.smith, steve.dower, valer
Date 2018-06-25.23:23:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1529968989.86.0.56676864532.issue33881@psf.upfronthosting.co.za>
In-reply-to
Content
> outside of the basic Latin characters (0-255)

This should be (0-127). The Latin characters in 128-255 are considered extended ones, and may be decomposed by normalization.
History
Date User Action Args
2018-06-25 23:23:09steve.dowersetrecipients: + steve.dower, eric.smith, valer
2018-06-25 23:23:09steve.dowersetmessageid: <1529968989.86.0.56676864532.issue33881@psf.upfronthosting.co.za>
2018-06-25 23:23:09steve.dowerlinkissue33881 messages
2018-06-25 23:23:09steve.dowercreate