Replacing tabs with spaces, trimming white space at EOL and newline at EOF
[squirrelmail.git] / functions / encode / iso_8859_15.php
index 93bb52284a1fdeedd4c0e0c0cbac6271e72ff9f4..66fc9a8d17756a7c0294e3b130863e8f2703b1af 100644 (file)
@@ -22,17 +22,17 @@ function charset_encode_iso_8859_15 ($string) {
 
     $string=preg_replace("/&#([0-9]+);/e","unicodetoiso885915('\\1')",$string);
     // $string=preg_replace("/&#[xX]([0-9A-F]+);/e","unicodetoiso885915(hexdec('\\1'))",$string);
-    
+
     return $string;
 }
 
 /**
  * Return iso-8859-15 symbol when unicode character number is provided
- * 
- * This function is used internally by charset_encode_iso_8859_15 
+ *
+ * This function is used internally by charset_encode_iso_8859_15
  * function. It might be unavailable to other squirrelmail functions.
- * Don't use it or make sure, that functions/encode/iso_8859_15.php is 
- * included. 
+ * Don't use it or make sure, that functions/encode/iso_8859_15.php is
+ * included.
  *
  * @param int $var decimal unicode value
  * @return string iso-8859-15 character