X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=functions%2Fdecode%2Fns_4551_1.php;h=508a0122afc53aef0f6cffd30e7378d428b3c997;hp=4ee9f6ea333e3ac19d59820456602533e561af95;hb=353d074afac6827c90f4bb03e846c5e453d3b5b1;hpb=47ccfad452e8d345542d09e59112cac317cffed8 diff --git a/functions/decode/ns_4551_1.php b/functions/decode/ns_4551_1.php index 4ee9f6ea..508a0122 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-2018 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