emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: emacs-27 60c84ad: ; * etc/TODO: Fix last change.


From: Robert Pluim
Subject: Re: emacs-27 60c84ad: ; * etc/TODO: Fix last change.
Date: Thu, 05 Mar 2020 15:46:34 +0100

>>>>> On Thu, 05 Mar 2020 11:53:22 +0200, Eli Zaretskii <address@hidden> said:
    Eli> The u+2XXX and U+3XXX characters are not Emoji by default, they are
    Eli> supposed to be displayed as Emoji only if followed by the Emoji-style
    Eli> variation selector.  Otherwise, they should be displayed in text
    Eli> representation.

Ok, so based on emoji-data.txt, my awk script produces the attached
.el file. It excludes U+2XXX and U+3XXX, plus U+A9 and U+AE and
anything ASCII. Note that there are duplicates in there, since some
codepoints have multiple Emoji-type properties. Of course, we could
just decide a bunch of ranges from Block.txt that we want to treat as
emoji, and hardcode that.

Robert

Attachment: emoji-fontset.el
Description: application/emacs-lisp


reply via email to

[Prev in Thread] Current Thread [Next in Thread]