[SPIP] +2.1.12
[velocampus/web/www.git] / www / ecrire / charsets / html.php
1 <?php
2
3 // entites html (a completer eventuellement)
4
5 $GLOBALS['CHARSET']['html'] = array (
6 'ldquo'=>'&#8220;', 'rdquo'=>'&#8221;', 'bdquo'=>'&#8222;', 'cent'=>'&#162;', 'pound'=>'&#163;',
7 'curren'=>'&#164;', 'yen'=>'&#165;', 'brvbar'=>'&#166;', 'sect'=>'&#167;',
8 'uml'=>'&#168;', 'ordf'=>'&#170;', 'laquo'=>'&#171;', 'lsquo'=>'&#8216;', 'rsquo'=>'&#8217;', 'not'=>'&#172;',
9 'shy'=>'&#173;', 'macr'=>'&#175;', 'deg'=>'&#176;', 'plusmn'=>'&#177;',
10 'sup2'=>'&#178;', 'sup3'=>'&#179;', 'acute'=>'&#180;', 'micro'=>'&#181;',
11 'para'=>'&#182;', 'middot'=>'&#183;', 'cedil'=>'&#184;', 'sup1'=>'&#185;',
12 'ordm'=>'&#186;', 'raquo'=>'&#187;', 'iquest'=>'&#191;', 'Agrave'=>'&#192;',
13 'Aacute'=>'&#193;', 'Acirc'=>'&#194;', 'Atilde'=>'&#195;', 'Auml'=>'&#196;',
14 'Aring'=>'&#197;', 'AElig'=>'&#198;', 'Ccedil'=>'&#199;', 'Egrave'=>'&#200;',
15 'Eacute'=>'&#201;', 'Ecirc'=>'&#202;', 'Euml'=>'&#203;', 'Igrave'=>'&#204;',
16 'Iacute'=>'&#205;', 'Icirc'=>'&#206;', 'Iuml'=>'&#207;', 'ETH'=>'&#208;',
17 'Ntilde'=>'&#209;', 'Ograve'=>'&#210;', 'Oacute'=>'&#211;', 'Ocirc'=>'&#212;',
18 'Otilde'=>'&#213;', 'Ouml'=>'&#214;', 'times'=>'&#215;', 'Oslash'=>'&#216;',
19 'Ugrave'=>'&#217;', 'Uacute'=>'&#218;', 'Ucirc'=>'&#219;', 'Uuml'=>'&#220;',
20 'Yacute'=>'&#221;', 'THORN'=>'&#222;', 'szlig'=>'&#223;', 'agrave'=>'&#224;',
21 'Scaron'=>'&#352;', 'scaron'=>'&#353;', 'zcaron'=>'&#x17E;', 'Zcaron'=>'&#x17D;',
22 'aacute'=>'&#225;', 'acirc'=>'&#226;', 'atilde'=>'&#227;', 'auml'=>'&#228;',
23 'aring'=>'&#229;', 'aelig'=>'&#230;', 'ccedil'=>'&#231;', 'egrave'=>'&#232;',
24 'eacute'=>'&#233;', 'ecirc'=>'&#234;', 'euml'=>'&#235;', 'igrave'=>'&#236;',
25 'iacute'=>'&#237;', 'icirc'=>'&#238;', 'iuml'=>'&#239;', 'eth'=>'&#240;',
26 'ntilde'=>'&#241;', 'ograve'=>'&#242;', 'oacute'=>'&#243;', 'ocirc'=>'&#244;',
27 'otilde'=>'&#245;', 'ouml'=>'&#246;', 'divide'=>'&#247;', 'oslash'=>'&#248;',
28 'ugrave'=>'&#249;', 'uacute'=>'&#250;', 'ucirc'=>'&#251;', 'uuml'=>'&#252;',
29 'yacute'=>'&#253;', 'thorn'=>'&#254;', 'nbsp' => " ", 'thinsp' =>'&#8201;', 'ensp' =>'&#8194;', 'emsp' =>'&#8195;', 'copy' => "(c)",
30 'reg' => "(r)", 'frac14' => "1/4", 'frac12' => "1/2", 'frac34' => "3/4",
31 'apos' => "'", 'mdash' => '&#8212;', 'ndash' => '&#8211;', 'hellip' =>'&#8230;',
32 'euro' => '&#8364;', 'OElig' => '&#338;', 'oelig' => '&#339;','iexcl' => '&#161;'
33
34 );
35
36 ## caracteres tres speciaux a ne pas convertir
37 #'amp' => '&', 'quot' => '"', 'lt' => '<', 'gt' => '>',
38
39 ?>