Skip to content

Replace LC_ALL=C with LC_ALL=C.UTF-8

nl6720 requested to merge nl6720/mkinitcpio:LC_ALL=C.UTF-8 into master

Starting with glibc 2.39, LC_ALL=C.UTF-8 overrides LANGUAGE, just like LC_ALL=C. See https://sourceware.org/bugzilla/show_bug.cgi?id=16621 for details.

This means we can stop using a non-UTF-8 locale and avoid any potential issues that brings.

Merge request reports