Source for file iso_8859_1.php
Documentation is available at iso_8859_1.php
* This file contains iso-8859-1 decoding function that is needed to read
* iso-8859-1 encoded mails in non-iso-8859-1 locale.
* @copyright 2003-2012 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id: iso_8859_1.php 14360 2013-05-16 12:16:58Z kink $
* Decode iso8859-1 string
* @param string $string Encoded string
* @return string $string Decoded string
// don't do decoding when there are no 8bit symbols
/* I don't want to use 0xA0 (\240) in any ranges. RH73 may dislike it */
Documentation generated on Fri, 24 May 2013 04:19:44 +0200 by phpDocumentor 1.4.3