On Thu, Feb 13, 2014 at 9:55 AM, Aziz Saleh <azizsaleh@xxxxxxxxx> wrote: > adminer-4.0.3.php files seem to be ANSI encoded not utf8. Try utf8 > encoding it before usage: > > http://stackoverflow.com/a/64889/1935500 > > Aziz, I cp'd the file to indextest.php then ran: iconv -f ISO-8859-1 -t UTF-8 < indextest.php > index.php The resulting page was totally screwed up. It would sort of load but the screen was full of the characters and black diamonds. Is there another way to convert it that I should try?