I am trying to make a simple Facebook app that takes some data from the user wall. The problem is that most of my friends write in Cyrillic and when I try to make a graph api call like https://graph.facebook.com/userID/home?access_token=someToken I get the data and all the Cyrillic characters are replaced with something like that "\u0442\u0438 \u043f\u043e\u0434\u0430\u0440\u044f\u0442".
So I am wondering if there is a PHP function that translates this encoding into something readable. I hope that you can help me. Have a nice day :)