Page 1 of 1

Please make sure the LC_CTYPE (or LC_ALL) environment variable is set correctly

Posted: 2018-12-05 15:56
by a2apple
hi there


every time i start filezilla i get the following error

Character encoding issue
A local filename could not be decoded.
Please make sure the LC_CTYPE (or LC_ALL) environment variable is set correctly.
Unless you fix this problem, files might be missing in the file listings.

FileZilla Client
----------------

Version: 3.39.0

Build information:
Compiled for: x86_64-pc-linux-gnu
Compiled on: x86_64-pc-linux-gnu
Build date: 2018-11-30
Compiled with: gcc (GCC) 8.2.1 20180831
Compiler flags: -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wall -g

Linked against:
wxWidgets: 3.0.4
SQLite: 3.25.3
GnuTLS: 3.5.19

Operating system:
Name: Linux 4.19.6-1-MANJARO x86_64
Version: 4.19
CPU features: sse sse2 sse3 ssse3 lm
Settings dir: /home/omar/.config/filezilla/

could you please help me solve this issue

best regard
a2apple

Re: Please make sure the LC_CTYPE (or LC_ALL) environment variable is set correctly

Posted: 2018-12-05 16:07
by botg
Your system's character encoding doesn't match the encoding of the files on your filesystem.

This usually happens if using a filesystem created on one system on a different system that uses a different encoding. This can also happen if you at some point changed your system encoding without also changing the encoding of the filesystem.

Make sure your system encoding, as controlled through LC_CTYPE, matches your filesystem encoding. These days it is highly recommended to use UTF-8 for everything.