Happy 2017
[squirrelmail.git] / functions / htmlentities / iso-8859-1.php
index 981eccb7bc1dae4728ea49bc870e4a1ce17f2791..954db732354008152157054635e34f8701f5f8ea 100644 (file)
 <?php
+
 /**
  * iso-8859-1 html entities table
  *
- * @copyright (c) 2004 The SquirrelMail development team
+ * @copyright 2004-2017 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
  * @subpackage strings
  */
 $sq_html_ent_table = array_merge($sq_html_ent_table,
-       array("\xA0" => '&nbsp;',
-             "\xA1" => '&iexcl;',
-             "\xA2" => '&cent;',
-             "\xA3" => '&pound;',
-             "\xA4" => '&curren;',
-             "\xA5" => '&yen;',
-             "\xA6" => '&brvbar;',
-             "\xA7" => '&sect;',
-             "\xA8" => '&uml;',
-             "\xA9" => '&copy;',
-             "\xAA" => '&ordf;',
-             "\xAB" => '&laquo;',
-             "\xAC" => '&not;',
-             "\xAD" => '&shy;',
-             "\xAE" => '&reg;',
-             "\xAF" => '&macr;',
-             "\xB0" => '&deg;',
-             "\xB1" => '&plusmn;',
-             "\xB2" => '&sup2;',
-             "\xB3" => '&sup3;',
-             "\xB4" => '&acute;',
-             "\xB5" => '&micro;',
-             "\xB6" => '&para;',
-             "\xB7" => '&middot;',
-             "\xB8" => '&cedil;',
-             "\xB9" => '&sup1;',
-             "\xBA" => '&ordm;',
-             "\xBB" => '&raquo;',
-             "\xBC" => '&frac14;',
-             "\xBD" => '&frac12;',
-             "\xBE" => '&frac34;',
-             "\xBF" => '&iquest;',
-             "\xC0" => '&Agrave;',
-             "\xC1" => '&Aacute;',
-             "\xC2" => '&Acirc;',
-             "\xC3" => '&Atilde;',
-             "\xC4" => '&Auml;',
-             "\xC5" => '&Aring;',
-             "\xC6" => '&AElig;',
-             "\xC7" => '&Ccedil;',
-             "\xC8" => '&Egrave;',
-             "\xC9" => '&Eacute;',
-             "\xCA" => '&Ecirc;',
-             "\xCB" => '&Euml;',
-             "\xCC" => '&Igrave;',
-             "\xCD" => '&Iacute;',
-             "\xCE" => '&Icirc;',
-             "\xCF" => '&Iuml;',
-             "\xD0" => '&ETH;',
-             "\xD1" => '&Ntilde;',
-             "\xD2" => '&Ograve;',
-             "\xD3" => '&Oacute;',
-             "\xD4" => '&Ocirc;',
-             "\xD5" => '&Otilde;',
-             "\xD6" => '&Ouml;',
-             "\xD7" => '&times;',
-             "\xD8" => '&Oslash;',
-             "\xD9" => '&Ugrave;',
-             "\xDA" => '&Uacute;',
-             "\xDB" => '&Ucirc;',
-             "\xDC" => '&Uuml;',
-             "\xDD" => '&Yacute;',
-             "\xDE" => '&THORN;',
-             "\xDF" => '&szlig;',
-             "\xE0" => '&agrave;',
-             "\xE1" => '&aacute;',
-             "\xE2" => '&acirc;',
-             "\xE3" => '&atilde;',
-             "\xE4" => '&auml;',
-             "\xE5" => '&aring;',
-             "\xE6" => '&aelig;',
-             "\xE7" => '&ccedil;',
-             "\xE8" => '&egrave;',
-             "\xE9" => '&eacute;',
-             "\xEA" => '&ecirc;',
-             "\xEB" => '&euml;',
-             "\xEC" => '&igrave;',
-             "\xED" => '&iacute;',
-             "\xEE" => '&icirc;',
-             "\xEF" => '&iuml;',
-             "\xF0" => '&eth;',
-             "\xF1" => '&ntilde;',
-             "\xF2" => '&ograve;',
-             "\xF3" => '&oacute;',
-             "\xF4" => '&ocirc;',
-             "\xF5" => '&otilde;',
-             "\xF6" => '&ouml;',
-             "\xF7" => '&divide;',
-             "\xF8" => '&oslash;',
-             "\xF9" => '&ugrave;',
-             "\xFA" => '&uacute;',
-             "\xFB" => '&ucirc;',
-             "\xFC" => '&uuml;',
-             "\xFD" => '&yacute;',
-             "\xFE" => '&thorn;',
-             "\xFF" => '&yuml;')
-               );
-?>
\ No newline at end of file
+        array("\xA0" => '&nbsp;',
+              "\xA1" => '&iexcl;',
+              "\xA2" => '&cent;',
+              "\xA3" => '&pound;',
+              "\xA4" => '&curren;',
+              "\xA5" => '&yen;',
+              "\xA6" => '&brvbar;',
+              "\xA7" => '&sect;',
+              "\xA8" => '&uml;',
+              "\xA9" => '&copy;',
+              "\xAA" => '&ordf;',
+              "\xAB" => '&laquo;',
+              "\xAC" => '&not;',
+              "\xAD" => '&shy;',
+              "\xAE" => '&reg;',
+              "\xAF" => '&macr;',
+              "\xB0" => '&deg;',
+              "\xB1" => '&plusmn;',
+              "\xB2" => '&sup2;',
+              "\xB3" => '&sup3;',
+              "\xB4" => '&acute;',
+              "\xB5" => '&micro;',
+              "\xB6" => '&para;',
+              "\xB7" => '&middot;',
+              "\xB8" => '&cedil;',
+              "\xB9" => '&sup1;',
+              "\xBA" => '&ordm;',
+              "\xBB" => '&raquo;',
+              "\xBC" => '&frac14;',
+              "\xBD" => '&frac12;',
+              "\xBE" => '&frac34;',
+              "\xBF" => '&iquest;',
+              "\xC0" => '&Agrave;',
+              "\xC1" => '&Aacute;',
+              "\xC2" => '&Acirc;',
+              "\xC3" => '&Atilde;',
+              "\xC4" => '&Auml;',
+              "\xC5" => '&Aring;',
+              "\xC6" => '&AElig;',
+              "\xC7" => '&Ccedil;',
+              "\xC8" => '&Egrave;',
+              "\xC9" => '&Eacute;',
+              "\xCA" => '&Ecirc;',
+              "\xCB" => '&Euml;',
+              "\xCC" => '&Igrave;',
+              "\xCD" => '&Iacute;',
+              "\xCE" => '&Icirc;',
+              "\xCF" => '&Iuml;',
+              "\xD0" => '&ETH;',
+              "\xD1" => '&Ntilde;',
+              "\xD2" => '&Ograve;',
+              "\xD3" => '&Oacute;',
+              "\xD4" => '&Ocirc;',
+              "\xD5" => '&Otilde;',
+              "\xD6" => '&Ouml;',
+              "\xD7" => '&times;',
+              "\xD8" => '&Oslash;',
+              "\xD9" => '&Ugrave;',
+              "\xDA" => '&Uacute;',
+              "\xDB" => '&Ucirc;',
+              "\xDC" => '&Uuml;',
+              "\xDD" => '&Yacute;',
+              "\xDE" => '&THORN;',
+              "\xDF" => '&szlig;',
+              "\xE0" => '&agrave;',
+              "\xE1" => '&aacute;',
+              "\xE2" => '&acirc;',
+              "\xE3" => '&atilde;',
+              "\xE4" => '&auml;',
+              "\xE5" => '&aring;',
+              "\xE6" => '&aelig;',
+              "\xE7" => '&ccedil;',
+              "\xE8" => '&egrave;',
+              "\xE9" => '&eacute;',
+              "\xEA" => '&ecirc;',
+              "\xEB" => '&euml;',
+              "\xEC" => '&igrave;',
+              "\xED" => '&iacute;',
+              "\xEE" => '&icirc;',
+              "\xEF" => '&iuml;',
+              "\xF0" => '&eth;',
+              "\xF1" => '&ntilde;',
+              "\xF2" => '&ograve;',
+              "\xF3" => '&oacute;',
+              "\xF4" => '&ocirc;',
+              "\xF5" => '&otilde;',
+              "\xF6" => '&ouml;',
+              "\xF7" => '&divide;',
+              "\xF8" => '&oslash;',
+              "\xF9" => '&ugrave;',
+              "\xFA" => '&uacute;',
+              "\xFB" => '&ucirc;',
+              "\xFC" => '&uuml;',
+              "\xFD" => '&yacute;',
+              "\xFE" => '&thorn;',
+              "\xFF" => '&yuml;')
+                );