From 1d1039c03c290bb34268a55258ff38d7cb550a4e Mon Sep 17 00:00:00 2001
From: Fil <fil@rezo.net>
Date: Tue, 16 Apr 2002 19:33:54 +0000
Subject: [PATCH] deux caracteres 8bit

---
 ecrire/inc_index.php3 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ecrire/inc_index.php3 b/ecrire/inc_index.php3
index cfbb725ce2..0a19f7805b 100644
--- a/ecrire/inc_index.php3
+++ b/ecrire/inc_index.php3
@@ -28,8 +28,8 @@ function nettoyer_chaine_indexation($texte) {
 
 // Merci a Herve Lefebvre pour son apport sur cette fonction
 function separateurs_indexation() {
-	return "]_.,;`:*'\"姣?!\r\n\t\\/\~(){}[|&@<>$%#".
-		chr(133).chr(145).chr(146).chr(180).chr(147).chr(148);
+	return "]_.,;`:*'\"?!\r\n\t\\/\~(){}[|&@<>$%#".
+		chr(187).chr(171).chr(133).chr(145).chr(146).chr(180).chr(147).chr(148);
 }
 
 function indexer_chaine($texte, $val = 1, $min_long = 3) {
-- 
GitLab