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
Somewhat duplicated how to convert the old emoji encoding to the latest encoding in iOS5?
Please also aware of the affected iOS version.
The table map can be found here . It seems that the code 0xD83D 0xDCA9 is correct UTF16 encoding.