From d9ee57c94d92c575a247733ebb7c64121069eeb1 Mon Sep 17 00:00:00 2001
From: BoOz <booz@rezo.net>
Date: Wed, 26 Mar 2008 16:12:58 +0000
Subject: [PATCH] encore des entites html

---
 ecrire/charsets/html.php | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/ecrire/charsets/html.php b/ecrire/charsets/html.php
index 7450fab6c7..87b1d4b0c8 100644
--- a/ecrire/charsets/html.php
+++ b/ecrire/charsets/html.php
@@ -5,7 +5,7 @@
 $GLOBALS['CHARSET']['html'] = array (
 'ldquo'=>'&#8220;', 'rdquo'=>'&#8221;', 'bdquo'=>'&#8222;', 'cent'=>'&#162;', 'pound'=>'&#163;',
 'curren'=>'&#164;', 'yen'=>'&#165;', 'brvbar'=>'&#166;', 'sect'=>'&#167;',
-'uml'=>'&#168;', 'ordf'=>'&#170;', 'laquo'=>'&#171;', 'not'=>'&#172;',
+'uml'=>'&#168;', 'ordf'=>'&#170;', 'laquo'=>'&#171;', 'lsquo'=>'&#8216;', 'rsquo'=>'&#8217;', 'not'=>'&#172;',
 'shy'=>'&#173;', 'macr'=>'&#175;', 'deg'=>'&#176;', 'plusmn'=>'&#177;',
 'sup2'=>'&#178;', 'sup3'=>'&#179;', 'acute'=>'&#180;', 'micro'=>'&#181;',
 'para'=>'&#182;', 'middot'=>'&#183;', 'cedil'=>'&#184;', 'sup1'=>'&#185;',
@@ -25,9 +25,9 @@ $GLOBALS['CHARSET']['html'] = array (
 'ntilde'=>'&#241;', 'ograve'=>'&#242;', 'oacute'=>'&#243;', 'ocirc'=>'&#244;',
 'otilde'=>'&#245;', 'ouml'=>'&#246;', 'divide'=>'&#247;', 'oslash'=>'&#248;',
 'ugrave'=>'&#249;', 'uacute'=>'&#250;', 'ucirc'=>'&#251;', 'uuml'=>'&#252;',
-'yacute'=>'&#253;', 'thorn'=>'&#254;', 'nbsp' => " ", 'copy' => "(c)",
+'yacute'=>'&#253;', 'thorn'=>'&#254;', 'nbsp' => " ", 'thinsp' =>'&#8201;', 'copy' => "(c)",
 'reg' => "(r)", 'frac14' => "1/4", 'frac12' => "1/2", 'frac34' => "3/4",
-'apos' => "'", 'mdash' => '&#8212;', 'ndash' => '&#8211;',
+'apos' => "'", 'mdash' => '&#8212;', 'ndash' => '&#8211;', 'hellip' =>'&#8230;',
 'euro' => '&#8364;', 'OElig' => '&#338;', 'oelig' => '&#339;','iexcl' => '&#161;'
 
 );
-- 
GitLab