Source for file ns_4551_1.php
Documentation is available at ns_4551_1.php
* functions/decode/ns_4551_1.php
* This file contains ns_4551-1 decoding function that is needed to read
* ns_4551-1 encoded mails in non-ns_4551-1 locale.
* This is the same as ISO-646-NO and is used by some
* Microsoft programs when sending Norwegian characters
* @copyright 2004-2012 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id: ns_4551_1.php 14248 2012-01-02 00:18:17Z pdontthink $
* ns_4551_1 decoding function
* Latin capital letter AE
* Latin capital letter O with stroke
* Latin capital letter A with ring above
* and the same as small letters
return strtr ($string, "[\\]{|}", "ÆØÅæøå");
Documentation generated on Sun, 19 May 2013 04:22:35 +0200 by phpDocumentor 1.4.3