If you want to use adminier you would have to download the source, modify the code to export the file in urf8 and re-compile via php (assumption). Alternatively, why not use something established like phpmyadmin? It is more than 1 file, but pretty flexible. On Thu, Feb 13, 2014 at 3:00 PM, Ian Evans <dheianevans@xxxxxxxxx> wrote: > 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? > >