Replace accented vowels
_omar_
Hi I need to replace any accented vowel (á,é,í,ó,ú) on raw event. I tried (for just 'a' vowel):
$raw_event = replace($raw_event, "á", 'a');
But it doesn't work