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 pitrou
Recipients benjamin.peterson, ezio.melotti, firatozgul, lemburg, pitrou, r.david.murray, vstinner
Date 2013-02-20.14:52:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1564066420.50513344.1361371928521.JavaMail.root@zimbra10-e2.priv.proxad.net>
In-reply-to <1361363802.94.0.748913764526.issue17252@psf.upfronthosting.co.za>
Content
> "İ" is not "i\u0307". That's a different letter. "i\u0307"is 'i with
> combining dot above'. However, "İ" is "\u0130" (Latin Capital Letter
> I with Dot Above).

Did you actually read my message? You can reconcile the two using
unicodedata.normalize().
History
Date User Action Args
2013-02-20 14:52:14pitrousetrecipients: + pitrou, lemburg, vstinner, benjamin.peterson, ezio.melotti, r.david.murray, firatozgul
2013-02-20 14:52:14pitroulinkissue17252 messages
2013-02-20 14:52:14pitroucreate