mirror of
https://github.com/python/cpython.git
synced 2025-08-17 23:31:09 +00:00
Doc: Update references and examples of old, unsupported OSes and uarches (GH-92791) (GH-93638)
(cherry picked from commit a5ba0f4ebc
)
Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM>
This commit is contained in:
parent
98bbbbe46d
commit
92f8786ef8
7 changed files with 29 additions and 18 deletions
|
@ -735,9 +735,8 @@ PyConfig
|
|||
|
||||
* ``"utf-8"`` if :c:member:`PyPreConfig.utf8_mode` is non-zero.
|
||||
* ``"ascii"`` if Python detects that ``nl_langinfo(CODESET)`` announces
|
||||
the ASCII encoding (or Roman8 encoding on HP-UX), whereas the
|
||||
``mbstowcs()`` function decodes from a different encoding (usually
|
||||
Latin1).
|
||||
the ASCII encoding, whereas the ``mbstowcs()`` function
|
||||
decodes from a different encoding (usually Latin1).
|
||||
* ``"utf-8"`` if ``nl_langinfo(CODESET)`` returns an empty string.
|
||||
* Otherwise, use the :term:`locale encoding`:
|
||||
``nl_langinfo(CODESET)`` result.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue