Source Code:
(back to article)
<?php $text = "Café au lait"; $utf8_text = utf8_encode($text); echo $utf8_text; ?>
Result:
Report an issue