phpDocumentor updates
[squirrelmail.git] / functions / encode / cp1251.php
index 4992f5cc4c80b49515ea89ba06dd6392a3289cfa..a9a0ec01da678b6aba617600d3a2cfb44663a73f 100644 (file)
@@ -1,12 +1,14 @@
 <?php
+
 /**
  * cp1251 encoding functions
  *
  * takes a string of unicode entities and converts it to a cp1251 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; SquirrelMail Development Team, 2004
  * @package squirrelmail
  * @subpackage encode
  */
@@ -30,7 +32,7 @@ function charset_encode_cp1251 ($string) {
  * Return cp1251 symbol when unicode character number is provided
  *
  * This function is used internally by charset_encode_cp1251
- * 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/cp1251.php is
  * included.
  *