I have a Dbase database that I am reading data from and inserting into a MSSQL database. When I look at the Dbase database with my DBF viewer, the spanish characters display correctly. However, when I read the data out of the Dbase database and simply display it on my web browser, I get wierd looking characters where the spanish characters should be.
I thought maybe it was just a browser issue, but when I manually change the browsers encoding to UTF-8, the wierd looking characters turn into questions marks.
What would I have to do in PHP to make the characters stay spanish readable.
This should be a really simple data transfer, but this problem has me banging my head. Thank you for any help.