SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 1 Python

gh-74940: Allow fallback to UTF-8 encoding on systems with no locales installed (GH-14925)

This change removes the alias of the 'C' locale to 'en_US'. Because of
this alias, it is currently impossible for an application to use
setlocale() to specify a UTF-8 locale on a system that has no locales
installed, but which supports the C.UTF-8 locale/encoding.
G
Gordon Messmer committed
2763994be38e388c321a6807264c694dbf1dafcb
Parent: 31acfd7
Committed by GitHub <noreply@github.com> on 4/26/2023, 6:33:09 AM