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 gvanrossum
Recipients Arfrever, ezio.melotti, flox, gvanrossum, iritkatriel, loewis, tchrist, terry.reedy, vstinner
Date 2020-10-26.02:08:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1603678131.26.0.128316718643.issue12737@roundup.psfhosted.org>
In-reply-to
Content
Are you sure? Running Ezio's titletest.py, I get this output (note that the UCD major version is in the double digits so the test for that misfires :-).

titletest.py: Please set your PYTHONIOENCODING envariable to utf8
WARNING: Your old UCD is out of date, expected 6.0.0 but got 13.0.0
titlecase of  'déme un café'  should be  'Déme Un Café'  not  'DéMe Un Café'
titlecase of  'i̇stanbul'  should be  'İstanbul'  not  'İStanbul'
titlecase of  'ᾲ στο διάολο'  should be  'Ὰͅ Στο Διάολο'  not  'ᾺΙ Στο ΔιάΟλο'
failed 3 out of 6 tests

Note that the test program specifically uses combining marks, which are alternate ways to spell some characters. It seems what's failing is the second deme un cafe, the first istanbul, and the (only) greek phrase.
History
Date User Action Args
2020-10-26 02:08:51gvanrossumsetrecipients: + gvanrossum, loewis, terry.reedy, vstinner, ezio.melotti, Arfrever, flox, tchrist, iritkatriel
2020-10-26 02:08:51gvanrossumsetmessageid: <1603678131.26.0.128316718643.issue12737@roundup.psfhosted.org>
2020-10-26 02:08:51gvanrossumlinkissue12737 messages
2020-10-26 02:08:50gvanrossumcreate