Rodrigo <rodrigo@praticsistemas.com.br> wrote: > I need import some data from a Paradox table, i used the script below, > it worked just fine......but all the data was imported without the " ç > or á or é ", understand??? portuguese words.... all this changes to > some wierd caracter.... is there a way to fix this, since my table is > a Paradox 4 ANSI INTL850..... am i fried?????? Probably not. Have a look at the iconv extension: <http://www.php.net/manual/en/ref.iconv.php> If you don't have iconv and can't install it, strtr() might help: <http://www.php.net/manual/en/function.strtr.php> Regards... Michael -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php