On 16/02/2024 09:34, David Wright wrote:

Yes, LC_ALL=C will override all the locale variables,
but LC_ALL=C.UTF-8 will not:

It is documented in

2.3.3 Specifying a Priority List of Languages
(info "(gettext) The LANGUAGE variable")
https://www.gnu.org/software/gettext/manual/html_node/The-LANGUAGE-variable.html

however you may still prefer

     LC_ALL=C.UTF-8 LANGUAGE=

due to

     touch /tmp/it/è

     LC_ALL=C.UTF-8 ls /tmp/it/
     è

     LC_ALL=C ls /tmp/it/
     ''$'\303\250'


Reply via email to