On Wed, 27 Jan 2010 16:55:46 -0600, Skip Evans wrote:

>I'm looking for recommendations on how to replace accented 
>characters, like e and u with those two little dots above 
>them, with the regular e and u characters.

$newText = iconv('UTF-8', 'ASCII//TRANSLIT', $text);

But ensure you have set your locale properly.

http://au.php.net/manual/en/function.iconv.php
-- 
Ross McKay, Toronto NSW Australia
"All we are saying
 Is give peas a chance" - SeedSavers

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to