Il 10/09/19 13:10, Filippo Dal Bosco - ha scritto:
Il giorno Tue, 10 Sep 2019 13:04:59 +0200
valerio <[email protected]> ha scritto:
hai provato ad aggiungere a /etc/default/locale
questa lista
> LC_CTYPE="it_IT.utf8"
> LC_NUMERIC=C
> LC_TIME="it_IT.utf8"
> LC_COLLATE="it_IT.utf8"
> LC_MONETARY="it_IT.utf8"
> LC_MESSAGES="it_IT.utf8"
> LC_PAPER="it_IT.utf8"
> LC_NAME="it_IT.utf8"
> LC_ADDRESS="it_IT.utf8"
> LC_TELEPHONE="it_IT.utf8"
> LC_MEASUREMENT="it_IT.utf8"
> LC_IDENTIFICATION="it_IT.utf8"
lasciando LC_LANG in inglese?
attualmente in
/etc/default/locale
ho solo
LANG=it_IT.utf8
รจ possibile aggiungere quanto sopra ?
sembra:
You might want to use the default en_US locale because some software
doesn't play nice when locale's set to something else, but you want to
have the first day of the week set to Monday, not to Sunday, like it's
defined in en_US. To get this desired behaviour you can add the
following to /etc/default/locale:
LC_TIME="en_GB.UTF-8"
Measuring units and paper size
You might also want to change the measuring units and the paper size if
you're from Europe:
LC_PAPER="en_GB.UTF-8"
LC_MEASUREMENT="en_GB.UTF-8"
valerio