X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=functions%2Fdecode%2Fns_4551_1.php;h=67ed55d2c338ad4f17d3bd0a680a0534738b6334;hb=d8e94f0ae6733ca565035a93704d71de69b9f2e3;hp=4ee9f6ea333e3ac19d59820456602533e561af95;hpb=47ccfad452e8d345542d09e59112cac317cffed8;p=squirrelmail.git diff --git a/functions/decode/ns_4551_1.php b/functions/decode/ns_4551_1.php index 4ee9f6ea..67ed55d2 100644 --- a/functions/decode/ns_4551_1.php +++ b/functions/decode/ns_4551_1.php @@ -9,7 +9,7 @@ * This is the same as ISO-646-NO and is used by some * Microsoft programs when sending Norwegian characters * - * @copyright © 2004-2006 The SquirrelMail Project Team + * @copyright 2004-2009 The SquirrelMail Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package squirrelmail @@ -32,4 +32,3 @@ function charset_decode_ns_4551_1 ($string) { */ return strtr ($string, "[\\]{|}", "ÆØÅæøå"); } -?> \ No newline at end of file