moresk24
04/06/2015, 13h29
Et oui, Janus, je fais la modif site par site, ça marche ainsi... Je ne vais pas davantage me prendre le choux.
Ma piscine m'attend !!! o)
Bises à tutti
Ma piscine m'attend !!! o)
Bises à tutti
bon, si je comprends bien, il faudrait dire à apache de "parler" en " iso-8859-1" , c'est d'ailleurs normalement ça norme ? ou cela a t il évolué ?
Y'a t il un soucis à rester en ISO-8859-1 ?
tous sont avec default_charset="UTF-8"
si je veux donc rester (ou revenir) à ISO-8859-1, je dois j'imagine faire la modif (default_charset="ISO-8859-1") partout ou cette directive se trouve ?
php_value default_charset "iso-8859-1"
Si je mets :
je ne retrouve pas mes accents
si je mets
tout va bien...
Normal ?
grep -Hnr "DefaultCharset\|default_charset" /etc/
/etc/apache2/conf.d/apache2-doc:8: AddDefaultCharset off
/etc/apache2/conf.d/charset:1:# Read the documentation before enabling AddDefaultCharset.
/etc/apache2/conf.d/charset:6:#AddDefaultCharset UTF-8
/etc/apache2/mods-available/proxy.conf:15:# AddDefaultCharset off
/etc/php5/apache2/php.ini.ucf-dist:683:;default_charset = "UTF-8"
/etc/php5/apache2/php.ini.ucf-dist:1039:;ibase.default_charset =
/etc/php5/apache2/php.ini:694:;default_charset = "UTF-8"
/etc/php5/apache2/php.ini:1048:;ibase.default_charset =
/etc/php5/fpm/php.ini.ucf-old:694:;default_charset = "UTF-8"
/etc/php5/fpm/php.ini.ucf-old:1048:;ibase.default_charset =
/etc/php5/fpm/php.ini:683:;default_charset = "UTF-8"
/etc/php5/fpm/php.ini:1039:;ibase.default_charset =
/etc/php5/cli/php.ini:683:;default_charset = "UTF-8"
/etc/php5/cli/php.ini:1039:;ibase.default_charset =
/etc/php5/cgi/php.ini:683:;default_charset = "UTF-8"
/etc/php5/cgi/php.ini:1039:;ibase.default_charset =
/etc/squirrelmail/config.php:27:$default_charset = 'iso-8859-1';
/etc/squirrelmail/config_default.php:1087: * @global string $default_charset
/etc/squirrelmail/config_default.php:1089:$default_charset = 'iso-8859-1';