diff options
author | Fred Drake <fdrake@acm.org> | 2006-07-30 03:03:43 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2006-07-30 03:03:43 (GMT) |
commit | e0d4aecfc29dccc65b53e4a8d2e633355a29d9ae (patch) | |
tree | 653edd386107362ba6278d219777f07b9d33b274 /Doc/lib/libsys.tex | |
parent | da9face1fe36c2089a08a6ef1777025f14ed2f48 (diff) | |
download | cpython-e0d4aecfc29dccc65b53e4a8d2e633355a29d9ae.zip cpython-e0d4aecfc29dccc65b53e4a8d2e633355a29d9ae.tar.gz cpython-e0d4aecfc29dccc65b53e4a8d2e633355a29d9ae.tar.bz2 |
lots of markup nits, most commonly Unix/unix --> \UNIX
Diffstat (limited to 'Doc/lib/libsys.tex')
-rw-r--r-- | Doc/lib/libsys.tex | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Doc/lib/libsys.tex b/Doc/lib/libsys.tex index bd496fe..c0aa238 100644 --- a/Doc/lib/libsys.tex +++ b/Doc/lib/libsys.tex @@ -258,14 +258,14 @@ It is always available. \begin{itemize} \item On Windows 9x, the encoding is ``mbcs''. \item On Mac OS X, the encoding is ``utf-8''. -\item On Unix, the encoding is the user's preference - according to the result of nl_langinfo(CODESET), or None if - the nl_langinfo(CODESET) failed. +\item On \UNIX, the encoding is the user's preference + according to the result of nl_langinfo(CODESET), or \constant{None} + if the \code{nl_langinfo(CODESET)} failed. \item On Windows NT+, file names are Unicode natively, so no conversion - 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. + is performed. \function{getfilesystemencoding()} still returns + \code{'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} |