[ python-Bugs-964870 ] sys.getfilesystemencoding()
SourceForge.net
noreply at sourceforge.net
Wed Jun 2 08:40:41 EDT 2004
Bugs item #964870, was opened at 2004-06-02 11:15
Message generated for change (Comment added) made by loewis
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
----------------------------------------------------------------------
>Comment By: Martin v. Löwis (loewis)
Date: 2004-06-02 14:40
Message:
Logged In: YES
user_id=21627
The documentation is correct. Filenames are not converted.
----------------------------------------------------------------------
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