On Thu, Apr 16, 2020 at 09:35:18PM +0200, Ingo Schwarze wrote: > $ locale -m > UTF-8 > $ locale charmap > UTF-8 > $ LC_ALL=C locale charmap > US-ASCII > $ LC_ALL=POSIX locale charmap > US-ASCII
I am OK with your diff, and noticed a separate issue with -m which is exposed by this change: If US-ASCII is an available charmap, shouldn't locale -m list "US-ASCII" in addition to "UTF-8"?
