<?php $name = 'Daniël Renée François Bjørn in’t Veld'; $plain = iconv("UTF-8", "ASCII", $name); $ignore = iconv("UTF-8", "ASCII//IGNORE", $name); $translit = iconv("UTF-8", "ASCII//TRANSLIT", $name); var_dump($plain, $ignore, $translit);
You have javascript disabled. You will not be able to edit any code.