Am 30.08.2011 14:12, schrieb Louis Huppenbauer:
Why don't you just check if the string is utf8 or not, and change
convert it accordingly?
$out = trim((mb_detect_encoding($input, 'UTF-8', 'ISO-8859-1') ==
'UTF-8' ? $input : utf8_encode($input)));
It may not be the most elegant version, but I
Why don't you just check if the string is utf8 or not, and change convert it
accordingly?
$out = trim((mb_detect_encoding($input, 'UTF-8', 'ISO-8859-1') == 'UTF-8' ?
$input : utf8_encode($input)));
It may not be the most elegant version, but I can't think of anything
simpler right now.
sincerely
2 matches
Mail list logo