I am working on a webapp project related to SMS that already has a well working iOS app. Most of the messages contain Emoji and work well on the mobile app. But even after a lot of tries, I am unable to open (or parse) it for web browser viewing. It seems to be an encoding related issue - but I am unable to figure out the solution.
Following image describes the whole problem well ('detail' field stores the messages & data is being sent through XML in utf-8 encoding via PHP.).
Any help will be appreciated.
Thanks