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 loewis
Recipients flox, loewis, pitrou, vstinner
Date 2010-10-17.20:11:42
SpamBayes Score 0.015404671
Marked as misclassified No
Message-id <1287346304.03.0.757259605963.issue9772@psf.upfronthosting.co.za>
In-reply-to
Content
That appears to be a bug in the NFS server. When you creat("Gr\303\274-Gott"), what actually comes out of getdents(3) is Gr\303\274-Gott. This only happens with four bytes of non-ASCII - two UTF-8 bytes are correctly reported. We are investigating this locally.
History
Date User Action Args
2010-10-17 20:11:44loewissetrecipients: + loewis, pitrou, vstinner, flox
2010-10-17 20:11:44loewissetmessageid: <1287346304.03.0.757259605963.issue9772@psf.upfronthosting.co.za>
2010-10-17 20:11:42loewislinkissue9772 messages
2010-10-17 20:11:42loewiscreate