Forgot @since info for sqsetcookie
[squirrelmail.git] / functions / encode / utf_8.php
index 9f6ff000a24407a252336e45230b33bd7bf4f349..dda11ba95c658344c7505bca5db24caadaa0b0b0 100644 (file)
@@ -1,4 +1,5 @@
 <?php
+
 /**
  * utf-8 encoding functions
  *
@@ -9,8 +10,9 @@
  * Original code is taken from www.php.net manual comments
  * Original author: ronen at greyzone dot com
  *
+ * @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
  */
@@ -34,7 +36,7 @@ function charset_encode_utf_8 ($string) {
  * Return utf8 symbol when unicode character number is provided
  *
  * This function is used internally by charset_encode_utf_8
- * function. It might be unavailable to other squirrelmail functions.
+ * function. It might be unavailable to other SquirrelMail functions.
  * Don't use it or make sure, that functions/encode/utf_8.php is
  * included.
  *
@@ -116,4 +118,3 @@ function unicodetoutf8($var) {
     }
     return $ret;
 }
-?>
\ No newline at end of file