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 serhiy.storchaka
Recipients serhiy.storchaka, vstinner, xiang.zhang
Date 2016-11-29.08:38:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1480408706.48.0.237611666038.issue28822@psf.upfronthosting.co.za>
In-reply-to
Content
Would be nice to test corner cases:

1. Search UCS2 or UCS4 character with zero lower 8 bits: U+XX00.

2. Search UCS2 or UCS4 character with lower 8 bits that match high bits of string characters. For example search U+0404 in the string that consists of U+04XX (Ukrainian text). I think you can find similar Chinese example.
History
Date User Action Args
2016-11-29 08:38:26serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, xiang.zhang
2016-11-29 08:38:26serhiy.storchakasetmessageid: <1480408706.48.0.237611666038.issue28822@psf.upfronthosting.co.za>
2016-11-29 08:38:26serhiy.storchakalinkissue28822 messages
2016-11-29 08:38:26serhiy.storchakacreate