Posting symbols with Facebook api -


i trying create special characters '•' (alt+7 numlock on) on facebook api feed post using php sdk. - well, doesn't work, there issue character's encoding. tried calling: utf8_encode('•') , didn't work.

when typing ' <3 ' facebook parses automatically , creates heart sign (♥).

any idea how should encode that, or maybe there special magic charset '<3' creates bullet?


Comments

Popular posts from this blog

Perl - how to grep a block of text from a file -

delphi - How to remove all the grips on a coolbar if I have several coolbands? -

javascript - Animating array of divs; only the final element is modified -