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

2015-05-30 Thread Ralf Mardorf
On Sun, 31 May 2015 08:22:00 +1200, Ross Hamblin wrote: >Changing UTF8 to UTF-8 in /usr/share/hunspell/en_US.aff fixed that >problem in pluma here. Thank you very much, I edited /usr/share/hunspell/en_CA.aff SET UTF-8 /usr/share/hunspell/en_GB-large.aff SET UTF-8 /usr/share/hunspell/en_US.

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

2015-05-30 Thread Damjan Georgievski
> I suspect an inconsistency with the file system. that doesn't make no sense. Unix filesystems don't care about encodings at all. ever -- damjan

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

2015-05-30 Thread Ross Hamblin
On 31/05/15 08:12, Ralf Mardorf wrote: > On Sat, 30 May 2015 15:03:52 -0500, Jeffrey Tolar wrote: >> It looks like that might be an error from hunspell > > I've got aspell and hunspell installed, but actually it happens when > e.g. saveing a file with Pluma, while spell checking wasn't involved. I

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

2015-05-30 Thread Ralf Mardorf
On Sat, 30 May 2015 15:03:52 -0500, Jeffrey Tolar wrote: >It looks like that might be an error from hunspell I've got aspell and hunspell installed, but actually it happens when e.g. saveing a file with Pluma, while spell checking wasn't involved. I suspect an inconsistency with the file system. I

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

2015-05-30 Thread Jeffrey Tolar
On May 30 2015 19:49, Ralf Mardorf wrote: error: unknown encoding UTF8: using iso88591 as fallback error: unknown encoding UTF8: using iso88591 as fallback error: unknown encoding UTF8: using iso88591 as fallback error: unknown encoding UTF8: using iso88591 as fallback It looks like that might

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

2015-05-30 Thread Ralf Mardorf
On Sat, 30 May 2015 13:43:03 +, AC wrote: >Comment in (#) all ISO-8859-1 locales and leave alone all UTF-8 >locales [...] Thank you, Done, but unfortunately after sudo locale-gen and a restart nothing's changed. $ pluma ** (pluma:865): WARNING **: Could not load theme icon gtk-home: Icon 'g

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

2015-05-30 Thread AC
On 30 May 2015 at 13:03, Ralf Mardorf wrote: On Sat, 30 May 2015 10:16:59 +, AC wrote: On 29/05/15 at 02:35pm, Ralf Mardorf wrote: LANG=en_US.utf8 LANG=en_US.UTF-8 $ grep en /etc/locale.gen | grep -v "#" ; grep de /etc/locale.gen | grep -v "#" en_GB.UTF-8 UTF-8 en_GB ISO-8859-1 en_US.UT

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

2015-05-30 Thread AC
On 30/05/15 at 01:43pm, AC wrote: $ LANG=en_US.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="en_US.UTF-8" 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_

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

2015-05-30 Thread AC
$ LANG=en_US.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="en_US.UTF-8" 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_MEASUREM

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

2015-05-30 Thread Ralf Mardorf
$ LANG=en_US.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="en_US.UTF-8" 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_MEASUREME

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

2015-05-30 Thread Ralf Mardorf
On Sat, 30 May 2015 13:08:26 +0200, Damjan Georgievski wrote: >ALWAYS use .UTF-8 when setting up the locale. > >Can you please also run the command > >"LANG=en_US.UTF-8 locale" That's what I did and will do. >also > >if "LC_ALL=en_US.UTF-8 claws-mail" still complains the problem is in >the applic

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

2015-05-30 Thread Ralf Mardorf
On Sat, 30 May 2015 11:30:19 +0200, Simon Hanna wrote: >try it with a new user. If it doesn't work there, it's a global thing. Thank you, that's a good hint :). # useradd -m -s /bin/bash mary_jane_doe # passwd mary_jane_doe I'll report back about the adventures of Jane during or after the weeke

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

2015-05-30 Thread Damjan Georgievski
On 30 May 2015 at 13:03, Ralf Mardorf wrote: > On Sat, 30 May 2015 10:16:59 +, AC wrote: >>On 29/05/15 at 02:35pm, Ralf Mardorf wrote: >>>LANG=en_US.utf8 >>LANG=en_US.UTF-8 > > $ grep en /etc/locale.gen | grep -v "#" ; grep de /etc/locale.gen | grep -v > "#" > en_GB.UTF-8 UTF-8 > en_GB ISO-88

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

2015-05-30 Thread Ralf Mardorf
On Sat, 30 May 2015 10:16:59 +, AC wrote: >On 29/05/15 at 02:35pm, Ralf Mardorf wrote: >>LANG=en_US.utf8 >LANG=en_US.UTF-8 $ grep en /etc/locale.gen | grep -v "#" ; grep de /etc/locale.gen | grep -v "#" en_GB.UTF-8 UTF-8 en_GB ISO-8859-1 en_US.UTF-8 UTF-8 en_US ISO-8859-1 de_DE.UTF-8 U

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

2015-05-30 Thread AC
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 error: unknown encoding UTF8: using iso88591 as fallback What's the output of just "locale", as the user you hav

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

2015-05-30 Thread AC
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 error: unknown encoding UTF8: using iso88591 as fallback What's the output of just "locale", as the user you have the problem as [rocketmouse@ar

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

2015-05-30 Thread Simon Hanna
try it with a new user. If it doesn't work there, it's a global thing. If it does, clean your home