|
@@ -46,11 +46,6 @@
|
|
* @return string $string Decoded string
|
|
* @return string $string Decoded string
|
|
*/
|
|
*/
|
|
function charset_decode_iso_8859_10 ($string) {
|
|
function charset_decode_iso_8859_10 ($string) {
|
|
- global $default_charset;
|
|
|
|
-
|
|
|
|
- if (strtolower($default_charset) == 'iso-8859-10')
|
|
|
|
- return $string;
|
|
|
|
-
|
|
|
|
// don't do decoding when there are no 8bit symbols
|
|
// don't do decoding when there are no 8bit symbols
|
|
if (! sq_is8bit($string,'iso-8859-10'))
|
|
if (! sq_is8bit($string,'iso-8859-10'))
|
|
return $string;
|
|
return $string;
|