andreas-mausch / whatsapp-viewer

Small tool to display chats from the Android msgstore.db database (crypt12)
https://andreas-mausch.de/whatsapp-viewer/
MIT License
1.24k stars 381 forks source link

UTF-Smileys don't work #72

Closed andreas-mausch closed 3 years ago

andreas-mausch commented 6 years ago

See example in test data

andreas-mausch commented 3 years ago

http://blog.manbolo.com/2012/10/29/supporting-new-emojis-on-ios-6

http://www.iemoji.com/view/emoji/3/smileys-people/smiling-face-with-open-mouth

iOS 4 Code ?

1F603 -> E057 (-> E1564 in WhatsApp apk 2.20.200.13 ??)

https://github.com/iamcal/emoji-data/commit/edc01f832834b0ba02c6b369bbf956c95ed6d7a7

andreas-mausch commented 3 years ago

Not all of WhatsApp's emoticons work yet. They've changed their file naming, and I can't understand it (yet). (e.g. there is a file E1564.png in their assets/emoji folder in the apk, but I can't find a mapping of E1564 to something sensible in the internet).

I'll close it for now, as the issue topic is covered.