Forum Moderators: open
The database I'm testing my program against contains items in Spanish, which has some non-ascii characters such as á, or ñ.
First I coded the PHP/mySQL part, then the Javascript part. If I use the PHP code alone, the items are correctly shown using UTF, but when this same PHP code is used inside the whole AJAX thing, I loose the non-ascii characters.
How can I get my Spanish characters back?