Hi, I solved it with this script.
// Replace special characters
$patterns = array("/n\?/", "/N\?/", "/a\?/", "/A\?/", "/e\?/", "/E\?/", "/i\?/", "/I\?/", "/o\?/", "/O\?/", "/u\?/", "/U\?/");
$replacements = array("ñ", "Ñ", "á", "Á", "é", "É", "í", "Í", "ó", "Ó", "ú", "Ú");
$value->name = preg_replace($patterns, $replacements, $value->name);
-
This reply was modified 7 years ago by markimeyer.
-
This reply was modified 7 years ago by markimeyer.
The video UNIVERSO – Un suen?o fragmentado should be UNIVERSO – Un sueño fragmentado