Voting

: zero minus zero?
(Example: nine)

The Note You're Voting On

jamalmarlone at gmail dot com
2 years ago
$string = "Bjørn Johansen";

echo mb_convert_encoding($string, 'ISO-8859-1', 'UTF-8');

----
prints: "Bjørn Johansen"

<< Back to user notes page

To Top