I have a really annoying problem:
I had a string éàéà which I passed in the serialize function. It gave me the string %C3%A9%C3%A0%C3%A9%C3%A0.
How can I come back (either in JS or PHP) to éàéà to save the string properly in my MySQL UTF-8 encoded database?
thanks in advance,