Preparation to begin using phpdocumentor.
[squirrelmail.git] / functions / decode / cp10017.php
index 77c638769a9393d5e8098be7d47387ea2ad53cf8..57d6e55a1f19e6edbeec1ebd9f41969789c7ddae 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/*
+/**
  * decode/cp10017.php
  * $Id$
  *
  * 1. ftp://ftp.unicode.org/Public/MAPPINGS/VENDORS/MICSFT/MAC/CYRILLIC.TXT
  * 2. http://developer.apple.com/documentation/macos8/TextIntlSvcs/TextEncodingConversionManager/TEC1.5/TEC.b0.html
  * 3. http://shlimazl.nm.ru/rus/cptable.htm (page in Russian)
+ * @package squirrelmail
+ * @subpackage decode
  */
 
+/**
+ * Decode a cp10017 (MacUkrainian) string
+ * @param string $string Encoded string
+ * @return string $string Decoded string
+ */
 function charset_decode_cp10017 ($string) {
     global $default_charset;
 
@@ -166,4 +173,4 @@ function charset_decode_cp10017 ($string) {
 
     return $string;
 }
-?>
\ No newline at end of file
+?>