Message9292

Author zyasoft
Recipients amak, fwierzbicki, pekka.klarck, zyasoft
Date 2015-01-04.17:27:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1420392478.22.0.580770186405.issue1839@psf.upfronthosting.co.za>
In-reply-to
Content
The title of the issue is currently misleading, given that per Python 2.7 docs (https://docs.python.org/2/library/sys.html#sys.getfilesystemencoding):

> getfilesystemencoding()
> Return the name of the encoding used to convert Unicode filenames into system file names, or None if the system default encoding is used.

This is different than the file.encoding system property. Although I was unable to find an authoritative source on this as a standard property, conventionally this sets http://docs.oracle.com/javase/7/docs/api/java/nio/charset/Charset.html#defaultCharset(); see http://stackoverflow.com/questions/361975/setting-the-default-java-character-encoding
History
Date User Action Args
2015-01-04 17:27:58zyasoftsetmessageid: <1420392478.22.0.580770186405.issue1839@psf.upfronthosting.co.za>
2015-01-04 17:27:58zyasoftsetrecipients: + zyasoft, fwierzbicki, amak, pekka.klarck
2015-01-04 17:27:58zyasoftlinkissue1839 messages
2015-01-04 17:27:57zyasoftcreate