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 gruszczy
Recipients dangyogi, flox, gruszczy, r.david.murray
Date 2010-03-29.20:56:03
SpamBayes Score 0.0036606197
Marked as misclassified No
Message-id <1269896165.2.0.81559562433.issue8256@psf.upfronthosting.co.za>
In-reply-to
Content
Ok, I have found Py_FileDefaultSystemEncoding and use it, however I had to cast it to (char *), because it's a const char *. Maybe I could do it better?
History
Date User Action Args
2010-03-29 20:56:05gruszczysetrecipients: + gruszczy, dangyogi, r.david.murray, flox
2010-03-29 20:56:05gruszczysetmessageid: <1269896165.2.0.81559562433.issue8256@psf.upfronthosting.co.za>
2010-03-29 20:56:03gruszczylinkissue8256 messages
2010-03-29 20:56:03gruszczycreate