Source for file iso-8859-1.php

Documentation is available at iso-8859-1.php

  1. <?php
  2.  
  3. /**
  4.  * iso-8859-1 html entities table
  5.  *
  6.  * @copyright 2004-2020 The SquirrelMail Project Team
  7.  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  8.  * @version $Id: iso-8859-1.php 14845 2020-01-07 08:09:34Z pdontthink $
  9.  * @package squirrelmail
  10.  * @subpackage strings
  11.  */
  12. $sq_html_ent_table array_merge($sq_html_ent_table,
  13.         array("\xA0" => '&nbsp;',
  14.               "\xA1" => '&iexcl;',
  15.               "\xA2" => '&cent;',
  16.               "\xA3" => '&pound;',
  17.               "\xA4" => '&curren;',
  18.               "\xA5" => '&yen;',
  19.               "\xA6" => '&brvbar;',
  20.               "\xA7" => '&sect;',
  21.               "\xA8" => '&uml;',
  22.               "\xA9" => '&copy;',
  23.               "\xAA" => '&ordf;',
  24.               "\xAB" => '&laquo;',
  25.               "\xAC" => '&not;',
  26.               "\xAD" => '&shy;',
  27.               "\xAE" => '&reg;',
  28.               "\xAF" => '&macr;',
  29.               "\xB0" => '&deg;',
  30.               "\xB1" => '&plusmn;',
  31.               "\xB2" => '&sup2;',
  32.               "\xB3" => '&sup3;',
  33.               "\xB4" => '&acute;',
  34.               "\xB5" => '&micro;',
  35.               "\xB6" => '&para;',
  36.               "\xB7" => '&middot;',
  37.               "\xB8" => '&cedil;',
  38.               "\xB9" => '&sup1;',
  39.               "\xBA" => '&ordm;',
  40.               "\xBB" => '&raquo;',
  41.               "\xBC" => '&frac14;',
  42.               "\xBD" => '&frac12;',
  43.               "\xBE" => '&frac34;',
  44.               "\xBF" => '&iquest;',
  45.               "\xC0" => '&Agrave;',
  46.               "\xC1" => '&Aacute;',
  47.               "\xC2" => '&Acirc;',
  48.               "\xC3" => '&Atilde;',
  49.               "\xC4" => '&Auml;',
  50.               "\xC5" => '&Aring;',
  51.               "\xC6" => '&AElig;',
  52.               "\xC7" => '&Ccedil;',
  53.               "\xC8" => '&Egrave;',
  54.               "\xC9" => '&Eacute;',
  55.               "\xCA" => '&Ecirc;',
  56.               "\xCB" => '&Euml;',
  57.               "\xCC" => '&Igrave;',
  58.               "\xCD" => '&Iacute;',
  59.               "\xCE" => '&Icirc;',
  60.               "\xCF" => '&Iuml;',
  61.               "\xD0" => '&ETH;',
  62.               "\xD1" => '&Ntilde;',
  63.               "\xD2" => '&Ograve;',
  64.               "\xD3" => '&Oacute;',
  65.               "\xD4" => '&Ocirc;',
  66.               "\xD5" => '&Otilde;',
  67.               "\xD6" => '&Ouml;',
  68.               "\xD7" => '&times;',
  69.               "\xD8" => '&Oslash;',
  70.               "\xD9" => '&Ugrave;',
  71.               "\xDA" => '&Uacute;',
  72.               "\xDB" => '&Ucirc;',
  73.               "\xDC" => '&Uuml;',
  74.               "\xDD" => '&Yacute;',
  75.               "\xDE" => '&THORN;',
  76.               "\xDF" => '&szlig;',
  77.               "\xE0" => '&agrave;',
  78.               "\xE1" => '&aacute;',
  79.               "\xE2" => '&acirc;',
  80.               "\xE3" => '&atilde;',
  81.               "\xE4" => '&auml;',
  82.               "\xE5" => '&aring;',
  83.               "\xE6" => '&aelig;',
  84.               "\xE7" => '&ccedil;',
  85.               "\xE8" => '&egrave;',
  86.               "\xE9" => '&eacute;',
  87.               "\xEA" => '&ecirc;',
  88.               "\xEB" => '&euml;',
  89.               "\xEC" => '&igrave;',
  90.               "\xED" => '&iacute;',
  91.               "\xEE" => '&icirc;',
  92.               "\xEF" => '&iuml;',
  93.               "\xF0" => '&eth;',
  94.               "\xF1" => '&ntilde;',
  95.               "\xF2" => '&ograve;',
  96.               "\xF3" => '&oacute;',
  97.               "\xF4" => '&ocirc;',
  98.               "\xF5" => '&otilde;',
  99.               "\xF6" => '&ouml;',
  100.               "\xF7" => '&divide;',
  101.               "\xF8" => '&oslash;',
  102.               "\xF9" => '&ugrave;',
  103.               "\xFA" => '&uacute;',
  104.               "\xFB" => '&ucirc;',
  105.               "\xFC" => '&uuml;',
  106.               "\xFD" => '&yacute;',
  107.               "\xFE" => '&thorn;',
  108.               "\xFF" => '&yuml;')
  109.                 );

Documentation generated on Mon, 13 Jan 2020 04:22:50 +0100 by phpDocumentor 1.4.3