On the website I am developing, I’m using a function that get information about events taken from a group on facebook.
I noticed that using the graph protocol, the text contained in the “description” of the created array , there are strange characters like “\ u00b” or “\ n” for new lines.
How can I do to display the content formatted correctly?
thanks in advance
Piero
On the website I am developing, I’m using a function that get information about
Share
It is called
unicode_decode( http://webarto.com/83/php-unicode_decode-5.3 ), it will come out in PHP6 until then…If you are not using PHP, sorry…
Better solution: