I’m trying to post “£” to a page in a status update via the Graph API but every attempt has failed.
Here’s what I see in the post when I try different attempts:
£ -> Sqaure symbol in IE, or black diamond with "?" in the centre in other browsers
£ -> £
£ -> £
%A3 -> %A3
Does anyone know what else I can use to get the “£” symbol?
EDIT: I’m using the Facebook PHP SDK.
Seems there was a problem with the FTP transfer. When I looked at the file locally, I saw the £ sign. After pushing it via FTP, I looked at the remote file and where “£” should have been, it was replaced with “?”.
In the end I created a new file, copied and pasted the code into the new file, pushed it to the server and tried again. Now it works. Weird?!