FIXME
[squirrelmail.git] / functions / encode / iso_8859_15.php
index 19b5d54f7bf7b122c4ac627346e3bc3d91d04e82..a2db358a6a8d8b86bb40c85ca89a7ef2bd80398b 100644 (file)
@@ -1,12 +1,14 @@
 <?php
+
 /**
  * iso-8859-15 encoding functions
  *
  * takes a string of unicode entities and converts it to a iso-8859-15 encoded string
  * Unsupported characters are replaced with ?.
  *
+ * @copyright &copy; 2004-2006 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
- * @copyright Copyright &copy; 2004-2005 The SquirrelMail Project Team
  * @package squirrelmail
  * @subpackage encode
  */
@@ -143,4 +145,3 @@ function unicodetoiso885915($var) {
     }
     return $ret;
 }
-?>
\ No newline at end of file