Andy Wingo <wi...@igalia.com> skribis: > (4) > locale: Cannot set LC_ALL to default locale: No such file or directory > LANG=en_US.UTF-8 > LC_CTYPE="en_US.UTF-8" > LC_NUMERIC=en_GB.utf8 > LC_TIME=en_GB.utf8 > LC_COLLATE="en_US.UTF-8" > LC_MONETARY=en_GB.utf8 > LC_MESSAGES="en_US.UTF-8" > LC_PAPER=en_GB.utf8 > LC_NAME="en_US.UTF-8" > LC_ADDRESS="en_US.UTF-8" > LC_TELEPHONE="en_US.UTF-8" > LC_MEASUREMENT=en_GB.utf8 > LC_IDENTIFICATION="en_US.UTF-8" > LC_ALL=
Could it be because there’s a mixture UTF-8 and utf8? So ‘setlocale’ works for the LC_MONETARY category but fails for the others, leading to that that error message. HTH, Ludo’.