[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Some x-terminals do not compose unicode characters



On 05/02/2017 18:45, deloptes wrote:
>
> there are two basic things - localization and fonts. 
> Localization is set via LC variables so
> export | grep LC
> would tell your settings.
> Fonts are provided via console package, but they should be utf8 anyway.

Thanks for reply.

Isn't localization set by locale?

Anyway I did:
$ export | grep LC
<nothing>

$ locale
LANG=it_IT.UTF-8
LANGUAGE=
LC_CTYPE="it_IT.UTF-8"
LC_NUMERIC="it_IT.UTF-8"
LC_TIME="it_IT.UTF-8"
LC_COLLATE="it_IT.UTF-8"
LC_MONETARY="it_IT.UTF-8"
LC_MESSAGES="it_IT.UTF-8"
LC_PAPER="it_IT.UTF-8"
LC_NAME="it_IT.UTF-8"
LC_ADDRESS="it_IT.UTF-8"
LC_TELEPHONE="it_IT.UTF-8"
LC_MEASUREMENT="it_IT.UTF-8"
LC_IDENTIFICATION="it_IT.UTF-8"
LC_ALL=

and then I exported all LC-*, so:
$ export | grep LC
declare -x LC_ADDRESS="it_IT.UTF-8"
declare -x LC_COLLATE="it_IT.UTF-8"
declare -x LC_CTYPE="it_IT.UTF-8"
declare -x LC_IDENTIFICATION="it_IT.UTF-8"
declare -x LC_MEASUREMENT="it_IT.UTF-8"
declare -x LC_MESSAGES="it_IT.UTF-8"
declare -x LC_MONETARY="it_IT.UTF-8"
declare -x LC_NAME="it_IT.UTF-8"
declare -x LC_NUMERIC="it_IT.UTF-8"
declare -x LC_PAPER="it_IT.UTF-8"
declare -x LC_TELEPHONE="it_IT.UTF-8"
declare -x LC_TIME="it_IT.UTF-8"

but nothing happened, same representation.

Regards

-- 
Alessandro T.

R: Perché leggiamo dall'alto al basso e da sinistra a destra.
D: Perché dovrei iniziare la risposta all'e-mail dopo il testo citato? 


Reply to: