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 vstinner
Recipients amaury.forgeotdarc, belopolsky, msmhrt, serhiy.storchaka, vstinner
Date 2012-10-26.07:07:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwazqVnaKf98UPgS0iJ2UuhMB0e9AXPmf-kRY49eBTU_gA@mail.gmail.com>
In-reply-to <1351205746.62.0.224574632039.issue16322@psf.upfronthosting.co.za>
Content
> >>> sys.getfilesystemencoding()
> 'mbcs'
> >>> import locale
> >>> locale.getpreferredencoding()
> 'cp932'
> >>>
>
> 'cp932' is the same as 'mbcs' in the Japanese environment.

And what is the value.of locale.getpreferredencoding(False)?
History
Date User Action Args
2012-10-26 07:07:48vstinnersetrecipients: + vstinner, amaury.forgeotdarc, belopolsky, serhiy.storchaka, msmhrt
2012-10-26 07:07:48vstinnerlinkissue16322 messages
2012-10-26 07:07:48vstinnercreate