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