[arch-general] "error: unknown encoding UTF8: using iso88591 as fallback"

AC router at archlinux.info
Sat May 30 10:25:09 UTC 2015


On 30/05/15 at 10:16am, AC wrote:
>On 29/05/15 at 02:35pm, Ralf Mardorf wrote:
>>On Fri, 29 May 2015 14:29:40 +0200, Damjan Georgievski wrote:
>>>On 29 May 2015 at 14:19, Ralf Mardorf <ralf.mardorf at rocketmail.com>
>>>>  error: unknown encoding UTF8: using iso88591 as fallback
>>>
>>>What's the output of just "locale", as the user you have the problem as
>>
>>[rocketmouse at archlinux ~]$ locale
>>LANG=en_US.utf8
>>LC_CTYPE="en_US.utf8"
>>LC_NUMERIC="en_US.utf8"
>>LC_TIME="en_US.utf8"
>>LC_COLLATE="en_US.utf8"
>>LC_MONETARY="en_US.utf8"
>>LC_MESSAGES="en_US.utf8"
>>LC_PAPER="en_US.utf8"
>>LC_NAME="en_US.utf8"
>>LC_ADDRESS="en_US.utf8"
>>LC_TELEPHONE="en_US.utf8"
>>LC_MEASUREMENT="en_US.utf8"
>>LC_IDENTIFICATION="en_US.utf8"
>>LC_ALL=
>>[rocketmouse at archlinux ~]$
>
>Hey Ralf,
>
>Isn't **utf8** supposed to be **utf-8** ?
>
>```
>
>locale
>LANG=en_US.UTF-8
>LC_CTYPE="en_US.UTF-8"
>LC_NUMERIC="en_US.UTF-8"
>LC_TIME="en_US.UTF-8"
>LC_COLLATE=C
>LC_MONETARY="en_US.UTF-8"
>LC_MESSAGES="en_US.UTF-8"
>LC_PAPER="en_US.UTF-8"
>LC_NAME="en_US.UTF-8"
>LC_ADDRESS="en_US.UTF-8"
>LC_TELEPHONE="en_US.UTF-8"
>LC_MEASUREMENT="en_US.UTF-8"
>LC_IDENTIFICATION="en_US.UTF-8"
>LC_ALL=
>
>```
>
>en_US.utf8 is different than en_US.UTF-8
>
>Cheers

My bad, replied without reading what others has suggested you.

Can you set the following environment variables in your shell
configuration file:

export LC_ALL=
export LC_COLLATE="C"


Does claws has some configuration file where you can explicitly set
the charset ? In mutt there are **send_charset** and **charset**
variables that let you specify the charset.

Cheers


More information about the arch-general mailing list