diff --git a/ecrire/charsets/html.php b/ecrire/charsets/html.php index f50a24540ffc179582da38640089b351a680b062..ef629eb0be4971b2ca70cb603c3c94ae627ea4f1 100644 --- a/ecrire/charsets/html.php +++ b/ecrire/charsets/html.php @@ -3,7 +3,7 @@ // entites html (a completer eventuellement) $GLOBALS['CHARSET']['html'] = array ( -'ldquo'=>'“', 'rdquo'=>'”', 'cent'=>'¢', 'pound'=>'£', +'ldquo'=>'“', 'rdquo'=>'”', 'cent'=>'¢', 'pound'=>'£', 'curren'=>'¤', 'yen'=>'¥', 'brvbar'=>'¦', 'sect'=>'§', 'uml'=>'¨', 'ordf'=>'ª', 'laquo'=>'«', 'not'=>'¬', 'shy'=>'­', 'macr'=>'¯', 'deg'=>'°', 'plusmn'=>'±',