On 16/02/2024 03:17, Franco Martelli wrote:
On 15/02/24 at 03:28, Max Nikulin wrote:
LANG=C.UTF-8; LANGUAGE=; export LANG LANGUAGE
Doesn't LC_ALL=C setting override LANG or LANGUAGE settings?
Sorry, my bad. Of course
LC_ALL=C.UTF-8; LANGUAGE=; export LC_ALL LANGUAGE
and LC_ALL=C override the LANG setting when used inline of the command.
LC_ALL does not override LANGUAGE. Try e.g.
LC_ALL=C.UTF-8 LANGUAGE=it aptitude why firefox-esr
# env LC_ALL=C script -T ~/upgrade-bookwormstep.time -a
~/upgrade-bookwormstep.script
Try to add "export LC_ALL=it_IT.UTF-8" to .bashrc and e.g."date" in the
script session.