Added subfoldering from an idea/patch by Thomas Pohl xraven at users.sourceforge...
[squirrelmail.git] / functions / decode / cp10029.php
index f7f45ecb69294dedab347eb1a1d548b96662ce54..cd06b688fc1af8f5c30ed61646cda5f935113c30 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/*
+/**
  * decode/cp10029.php
  * $Id$
  *
  *  Date:          04/24/96
  *  Authors:       Lori Brownell <loribr@microsoft.com>
  *                 K.D. Chang    <a-kchang@microsoft.com>
+ * @package squirrelmail
+ * @subpackage decode
  */
 
+/**
+ * Decode cp10029 (MacLatin2) string
+ * @param string $string Encoded string
+ * @return string $string Decoded string
+ */
 function charset_decode_cp10029 ($string) {
     global $default_charset;
 
@@ -167,4 +174,4 @@ function charset_decode_cp10029 ($string) {
 
     return $string;
 }
-?>
\ No newline at end of file
+?>