/ Published in: PHP
URL: replace-accented-characters
Expand |
Embed | Plain Text
function filter_accented_characters($stringWithAccentedCharacters) { $stringWithReplacedCharacters = $urlTitle = str_replace($search, $replace, $stringWithAccentedCharacters); return $stringWithReplacedCharacters; }
Comments
Subscribe to comments
You need to login to post a comment.

Found on removing accented utf-8 characters with php You can use this function as an alternate to setlocale() in cubic, the perfect php clean generator.
cubic is the perfect clean url generator