[ python-Bugs-964870 ] sys.getfilesystemencoding()

SourceForge.net noreply at sourceforge.net
Wed Jun 2 05:15:10 EDT 2004


Bugs item #964870, was opened at 2004-06-02 09:15
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=964870&group_id=5470

Category: Documentation
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Manlio Perillo (manlioperillo)
Assigned to: Nobody/Anonymous (nobody)
Summary: sys.getfilesystemencoding()

Initial Comment:
>>> sys.version
'2.3.3 (#51, Dec 18 2003, 20:22:39) [MSC v.1200 32 bit
(Intel)]'
>>> sys.platform
'win32'
>>> sys.getwindowsversion()
(5, 1, 2600, 2, '')

Hi.
In the documentation it is reported that:
'On Windows NT+, file names are Unicode natively, so no
conversion is performed'. 

But:
import sys
>>> sys.getfilesystemencoding()
'mbcs'



Thanks and regards   Manlio Perillo


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=964870&group_id=5470



More information about the Python-bugs-list mailing list