PEP 540: Remove Alpine Linux

Alpine Linux uses C.UTF-8 locale by default, not the POSIX locale.
This commit is contained in:
Victor Stinner 2017-12-06 03:06:09 +01:00
parent 4d5b9d45c6
commit d7a3a67a38
1 changed files with 1 additions and 3 deletions

View File

@ -38,9 +38,7 @@ the locale; the encoding and the locale are tightly coupled.
Many users inherit the ASCII encoding from the POSIX locale, aka the "C"
locale, but are unable change the locale for different reasons. This
encoding is very limited in term of Unicode support: any non-ASCII
character is likely to cause troubles. For example, the Alpine Linux
distribution became popular thanks to Docker containers, but it uses the
POSIX locale by default.
character is likely to cause troubles.
It is not easy to get the expected locale. Locales don't get the exact
same name on all Linux distributions, FreeBSD, macOS, etc. Some