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 Gravitania, ezio.melotti, martin.panter, serhiy.storchaka, vstinner
Date 2015-10-06.14:09:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1444140551.76.0.883947588893.issue23543@psf.upfronthosting.co.za>
In-reply-to
Content
Indeed, the name that looks as ASCII actually contains non-ASCII characters.

>>> print(ascii('LKC.6558‐100‐HD‐P‐101_C.xlsx\n'))
'LKC.6558\u2010100\u2010HD\u2010P\u2010101_C.xlsx\n'

Martin suggests correct solution.
History
Date User Action Args
2015-10-06 14:09:11serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, ezio.melotti, martin.panter, Gravitania
2015-10-06 14:09:11serhiy.storchakasetmessageid: <1444140551.76.0.883947588893.issue23543@psf.upfronthosting.co.za>
2015-10-06 14:09:11serhiy.storchakalinkissue23543 messages
2015-10-06 14:09:11serhiy.storchakacreate