I need to convert the data retrived from api Facebook to ISO-8859-1 in php.
This is an example of output of the api facebook (look to description value) I look that the php api facebook used this method
protected static function base64UrlDecode($input) {
return base64_decode(strtr($input, '-_', '+/'));
}
{
"id": "108012702561007",
"name": "Sud Sound System",
"link": "http://www.facebook.com/pages/Sud-Sound-System/108012702561007",
"likes": 24904,
"category": "Musician/band",
"website": "http://www.sudsoundsystem.eu",
"is_community_page": true,
"description": "\u003cp>I \u003cb>Sud Sound System\u003c/b>",
"parking": {
"street": 0,
"lot": 0,
"valet": 0
},
}