UTF8 and special characters
I want to create an app where I will use special characters such as in romanian language.
The data comes from a mysql db through xhr, database field is in utf8, my php file adds a header with utf8 charset, the array I'm sending is utf8 encoded but on the simulator it's a comlpete mess.
Any ideas what I'm doing wrong?