I am developing an android and iPhone apps that has a chat feature in them.
I have implemented emoji support for both.
Android keboards are using SoftBank emoji coding which iPhone understands, but I have a problem with iPhone -> Android messaging with emoji.
For example when choosing the "Pile of Poo" (SoftBank coding 0xe05a) in iPhone 2 chars are sent:
0xD83D 0xDCA9
How can I convert these chars back to SoftBank coding?
Thanks