How to get Android emoji code point

大城市里の小女人 提交于 2020-01-14 07:06:14

问题


I want to fill Android emoji code point to Mozc's emoji_data.tsv. While I found emoji data list, this list don't include latest Android emoji code point list.

Is there latest Android emoji code point list? Or how to get Android emoji code point?


回答1:


Not all emoji has Android (Google) PUA code points.

Emoji made in Japanese carrier has had different code points, using private user area (PUA). They are called "Carrier Emoji". Each carriers PUA code points are mapped to Android (Google) PUA code points on Android phones. Thus, in case we show these carrier emoji on Japanese Android phones sold on a carrier's store, we should use Android (Google) PUA code point. After all, these carrier emoji were exported to Unicode 6.0 emoji.

That is why only Uncode 6.0 emoji have their own Google PUA code points and newer Unicode 6.1 (or later) emoji do not.



来源:https://stackoverflow.com/questions/44943093/how-to-get-android-emoji-code-point

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!