A veces una simple línea te ahorra muchos reclamos:
iconv -f iso-8859-1 -t utf-8 index.php > index.php-utf && mv index.php index.php-iso-8859 && mv index.php-utf index.php
A veces una simple línea te ahorra muchos reclamos:
iconv -f iso-8859-1 -t utf-8 index.php > index.php-utf && mv index.php index.php-iso-8859 && mv index.php-utf index.php