Kaydet (Commit) 64af6c54 authored tarafından Martin v. Löwis's avatar Martin v. Löwis

Comment that getfilesystemencoding returns mbcs even on NT+. Fixes #964870.

üst aefde435
......@@ -228,7 +228,10 @@ It is always available.
according to the result of nl_langinfo(CODESET), or None if
the nl_langinfo(CODESET) failed.
\item On Windows NT+, file names are Unicode natively, so no conversion
is performed.
is performed. \code{getfilesystemencoding} still returns ``mbcs'',
as this is the encoding that applications should use when they
explicitly want to convert Unicode strings to byte strings that
are equivalent when used as file names.
\end{itemize}
\versionadded{2.3}
\end{funcdesc}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment