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

c++ - Function signature as a function template parameter -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -

How to call a javascript function after the page loads with a chrome extension? -