phpDocumentor updates
[squirrelmail.git] / functions / encode / cp1256.php
index 9ccb9965fc6c1953ffb26b2c402d99b3861e01a2..da5f4683350ef2a0cebb144c165b3967510b1f22 100644 (file)
@@ -1,12 +1,14 @@
 <?php
+
 /**
  * cp1256 encoding functions
  *
  * takes a string of unicode entities and converts it to a cp1256 encoded string
  * Unsupported characters are replaced with ?.
  *
+ * @copyright &copy; 2004-2005 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
  */
@@ -30,7 +32,7 @@ function charset_encode_cp1256 ($string) {
  * Return cp1256 symbol when unicode character number is provided
  *
  * This function is used internally by charset_encode_cp1256
- * 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/cp1256.php is
  * included.
  *