JSON problem with accentuation
Hi,
I am using JSON with PHP to load an autosuggestion BOX, just like the State example of the book(Google Suggestions). The code I am using is the same, the only difference is the table that has been queried.
In Portuguese (and other languages that come from latin like French, Italian, Spanish...) there are some letters that may use an accent like:
é à ã among others.
The problem is that when I am typing a word that the result may bring one that has an accent it doesn't work. It brings nothing.
Do you guys know where in the example code do I have to change for this to work ?
Thanks in advance...
|