Bonjour à tous,
Pour ma premiere question je vais vous confier mon problème :
Alors, voilà je créé un site web, le site est hébergé chez moi. J’envoie les fichiers par SSH via scp.
Le problème, c’est que la machine avec laquelle je créé mes pages, est en UTF-8. Or, tous les internotes sont en iso …
J’aimerais changer !
J’ai dons réalisé ces actions :
[code]# apt-get install locales
dpkg-reconfigure locales[/code]
J’ai donc choisis les deux iso de FR_fr : iso 8859-1 et iso 8859-15 et en defaut iso 8859-1.
Et booum, l’vlà le problème.
Generating locales (this might take a while)...
fr_FR.ISO-8859-15@euro... done
fr_FR.ISO-8859-1... done
Generation complete.
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = "fr_FR.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = "fr_FR.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
La commande locale dit :
# locale
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
LANG=fr_FR.UTF-8
LC_CTYPE="fr_FR.UTF-8"
LC_NUMERIC="fr_FR.UTF-8"
LC_TIME="fr_FR.UTF-8"
LC_COLLATE="fr_FR.UTF-8"
LC_MONETARY="fr_FR.UTF-8"
LC_MESSAGES="fr_FR.UTF-8"
LC_PAPER="fr_FR.UTF-8"
LC_NAME="fr_FR.UTF-8"
LC_ADDRESS="fr_FR.UTF-8"
LC_TELEPHONE="fr_FR.UTF-8"
LC_MEASUREMENT="fr_FR.UTF-8"
LC_IDENTIFICATION="fr_FR.UTF-8"
LC_ALL=
Je ne sais plus quoi faire, je ne peux changer cela ?!