Facebook Open Graph gives me a name like this:
\u410\u43A\u443\u43B\u438\u43D\u430
I want to add that to my UTF-8 database and have it be readable. It should look something like Акулина.
i thought just running json_decode on that would fix it, but didn’t work. What function can I get that to work with to make work with UTF-8?
Cheers!
Ryan