Preparation to begin using phpdocumentor.
[squirrelmail.git] / functions / decode / tis620.php
index 8e1b4d7199432674b0b72fae19978452294d4c2a..53183175fff09f6f19334852c98bc872fff6ba47 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/*
+/**
  * decode/tis620.php
  * $Id$
  *
  *  5. http://charts.unicode.org/Unicode.charts/normal/U0E00.html
  *  6. http://www.unicode.org/
  *
+ * @package squirrelmail
+ * @subpackage decode
+ */
+
+/**
+ * Decode tis620 encoded strings
+ * @param string $string Encoded string
+ * @return string Decoded string
  */
 function charset_decode_tis620 ($string) {
     global $default_charset;
@@ -150,4 +158,4 @@ function charset_decode_tis620 ($string) {
     return $string;
 }
 
-?>
\ No newline at end of file
+?>