Makes managing decoding easier. Mac decoding moved to separate cvs module
[squirrelmail.git] / functions / decode / iso_8859_14.php
similarity index 98%
rename from functions/decode/iso8859-14.php
rename to functions/decode/iso_8859_14.php
index 2203fc07903469ab9fb3b2745a63b5ee1734beb8..a76707dfb43633a137049c5280e73766ebdbe8ae 100644 (file)
@@ -45,7 +45,7 @@
  * @param string $string Encoded string
  * @return string $string Decoded string 
  */
-function charset_decode_iso8859_14 ($string) {
+function charset_decode_iso_8859_14 ($string) {
     global $default_charset;
 
     if (strtolower($default_charset) == 'iso-8859-14')