• [^] # Re: Mauvais fichier

    Posté par . En réponse au message Problème de locales ou charset ?. Évalué à 1. Dernière modification le 14 octobre 2013 à 22:34.

    Hello,

    Merci ! Je crois qu'on avance !

    Y'a plus de fichier /etc/locale.conf, je crois qu'il s'est fait systemdéisé :

    [root@zoulou bastien]# ls /etc/local*
    /etc/locale.gen /etc/localtime
    [root@zoulou bastien]# 
    

    Locale utilisée actuellement :

    [root@zoulou bastien]# locale 
    LANG=C
    LC_CTYPE="C"
    LC_NUMERIC="C"
    LC_TIME="C"
    LC_COLLATE="C"
    LC_MONETARY="C"
    LC_MESSAGES="C"
    LC_PAPER="C"
    LC_NAME="C"
    LC_ADDRESS="C"
    LC_TELEPHONE="C"
    LC_MEASUREMENT="C"
    LC_IDENTIFICATION="C"
    LC_ALL=
    

    Liste des locales disponibles sur le système :

    [root@zoulou bastien]# locale -a
    C
    POSIX
    en_GB.utf8
    fr_FR
    fr_FR.iso88591
    fr_FR.iso885915@euro
    fr_FR.utf8
    fr_FR@euro
    français
    french
    [root@zoulou bastien]# 
    

    Je vais voir pour dire à systemd d'utiliser cette dernière par défaut pour tout le système.

    +