You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Ported from https://github.com/zulip/zulip-mobile/blob/c979530d6804db33310ed7d14a4ac62017432944/src/emoji/data.js#L108-L112
643
+
//
644
+
// Which was in turn ported from https://github.com/zulip/zulip/blob/63c9296d5339517450f79f176dc02d77b08020c8/zerver/models.py#L3235-L3242
645
+
// and that describes the encoding as follows:
646
+
//
647
+
// > * For Unicode emoji, [emoji_code is] a dash-separated hex encoding of
648
+
// > the sequence of Unicode codepoints that define this emoji in the
649
+
// > Unicode specification. For examples, see "non_qualified" or
650
+
// > "unified" in the following data, with "non_qualified" taking
0 commit comments