diff --git a/ecrire/charsets/html.php b/ecrire/charsets/html.php
index 7450fab6c78ed40781541a465a1c837d847b3c8c..87b1d4b0c8b1826e6b237c21fdff3297c0882b2b 100644
--- a/ecrire/charsets/html.php
+++ b/ecrire/charsets/html.php
@@ -5,7 +5,7 @@
 $GLOBALS['CHARSET']['html'] = array (
 'ldquo'=>'“', 'rdquo'=>'”', 'bdquo'=>'„', 'cent'=>'¢', 'pound'=>'£',
 'curren'=>'¤', 'yen'=>'¥', 'brvbar'=>'¦', 'sect'=>'§',
-'uml'=>'¨', 'ordf'=>'ª', 'laquo'=>'«', 'not'=>'¬',
+'uml'=>'¨', 'ordf'=>'ª', 'laquo'=>'«', 'lsquo'=>'‘', 'rsquo'=>'’', 'not'=>'¬',
 'shy'=>'­', 'macr'=>'¯', 'deg'=>'°', 'plusmn'=>'±',
 'sup2'=>'²', 'sup3'=>'³', 'acute'=>'´', 'micro'=>'µ',
 'para'=>'¶', 'middot'=>'·', 'cedil'=>'¸', 'sup1'=>'¹',
@@ -25,9 +25,9 @@ $GLOBALS['CHARSET']['html'] = array (
 'ntilde'=>'ñ', 'ograve'=>'ò', 'oacute'=>'ó', 'ocirc'=>'ô',
 'otilde'=>'õ', 'ouml'=>'ö', 'divide'=>'÷', 'oslash'=>'ø',
 'ugrave'=>'ù', 'uacute'=>'ú', 'ucirc'=>'û', 'uuml'=>'ü',
-'yacute'=>'ý', 'thorn'=>'þ', 'nbsp' => " ", 'copy' => "(c)",
+'yacute'=>'ý', 'thorn'=>'þ', 'nbsp' => " ", 'thinsp' =>' ', 'copy' => "(c)",
 'reg' => "(r)", 'frac14' => "1/4", 'frac12' => "1/2", 'frac34' => "3/4",
-'apos' => "'", 'mdash' => '—', 'ndash' => '–',
+'apos' => "'", 'mdash' => '—', 'ndash' => '–', 'hellip' =>'…',
 'euro' => '€', 'OElig' => 'Œ', 'oelig' => 'œ','iexcl' => '¡'
 
 );