Necesito mirar que codificacion tiene un fichero (UTF8,ISO,...) y no se como hacerlo.
He buscado un poco y lo intento haciendo:
Código:
$ file index.php
index.php: PHP script text
$ file --mime index.php
index.php: text/x-php
$ file --mime-encoding index.php
index.php: text/x-php
No hay manera!
Alguna otra forma para mirar la codificacion?