:: [devuan-dev] bug#104: devuan-i18n: …
Página Inicial
Delete this message
Reply to this message
Autor: Mark Hindley
Data:  
Para: PICCORO McKAY Lenz, 104
Assunto: [devuan-dev] bug#104: devuan-i18n: Utf8 problems in X vs console for file names and others

On Tue, Jun 06, 2017 at 11:57:22AM -0400, PICCORO McKAY Lenz wrote:
> Locale: LANG=es_VE.UTF-8, LC_CTYPE=es_VE.UTF-8 (charmap=ANSI_X3.4-1968)


You appear to have a mismatched locale setting. Where is the ANSI_X3.4-1968
charmap coming from? What is the output of `locale' and `locale charmap'?

I have no problems with this either in the console or GUI:

/tmp% touch últimos
/tmp% ls -l últimos
-rw-r--r-- 1 mark mark 0 Feb 3 15:12 últimos
/tmp% locale
LANG=en_GB.UTF-8
LANGUAGE=en_GB:en
LC_CTYPE="en_GB.UTF-8"
LC_NUMERIC="en_GB.UTF-8"
LC_TIME="en_GB.UTF-8"
LC_COLLATE="en_GB.UTF-8"
LC_MONETARY="en_GB.UTF-8"
LC_MESSAGES="en_GB.UTF-8"
LC_PAPER="en_GB.UTF-8"
LC_NAME="en_GB.UTF-8"
LC_ADDRESS="en_GB.UTF-8"
LC_TELEPHONE="en_GB.UTF-8"
LC_MEASUREMENT="en_GB.UTF-8"
LC_IDENTIFICATION="en_GB.UTF-8"
LC_ALL=
/tmp% locale charmap
UTF-8

Mark