From 2b22881e84ec25969703f88346db4659ad8ed43a Mon Sep 17 00:00:00 2001 From: Fil <fil@rezo.net> Date: Mon, 7 Oct 2002 08:39:19 +0000 Subject: [PATCH] =?UTF-8?q?MSN=20est=20utf8=20;=20mais=20je=20me=20demande?= =?UTF-8?q?=20s'il=20n'y=20a=20pas=20un=20moyen=20plus=20subtil=20de=20d?= =?UTF-8?q?=C3=A9tecter=20la=20pr=C3=A9sence=20d'utf8=20dans=20une=20cha?= =?UTF-8?q?=C3=AEne=20de=20caract=C3=A8res=20--=20puisqu'on=20sait=20qu'il?= =?UTF-8?q?=20s'agit=20de=20texte=20"normal".?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ecrire/inc_statistiques.php3 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ecrire/inc_statistiques.php3 b/ecrire/inc_statistiques.php3 index 238d4d7a75..83bd4f3348 100644 --- a/ecrire/inc_statistiques.php3 +++ b/ecrire/inc_statistiques.php3 @@ -71,7 +71,9 @@ function stats_show_keywords($kw_referer, $kw_referer_host) { : $lvm_directory; if ($flag_utf8_decode && (($kw_referer_host == "Google" && ereg('[io]e=UTF-8', $query)) - || ($kw_referer_host == "AOL"))) + || ($kw_referer_host == "AOL") + || ($kw_referer_host == "MSN") + )) $keywords = utf8_decode($keywords); } } -- GitLab