]> git.eshelyaron.com Git - emacs.git/commit
Split Unicode emoji into their own script
authorRobert Pluim <rpluim@gmail.com>
Tue, 14 Sep 2021 17:07:03 +0000 (19:07 +0200)
committerRobert Pluim <rpluim@gmail.com>
Fri, 17 Sep 2021 12:45:44 +0000 (14:45 +0200)
commit12d2fb58c416b557924174f57bfb1c9b9e7cf999
treea020ee43beba0f0e7066e6be855e07c802edc9b3
parent9ca737c4198c5e7faef7a74de7b1e84b11e1dbeb
Split Unicode emoji into their own script

* admin/notes/unicode: Describe how to update emoji for new Unicode release.
* admin/unidata/Makefile.in: Pass emoji-data.txt to
blocks.awk script.
* admin/unidata/README: Add pointer to emoji-data.txt file.
* admin/unidata/blocks.awk: Parse emoji-data.txt, add emoji codepoints
to the 'emoji' script (except for the ASCII ones).
* admin/unidata/emoji-data.txt: New file.
* etc/NEWS: Describe new 'emoji' script.
* etc/TODO: Update item about 'emoji' script.
* lisp/international/fontset.el (script-representative-chars): Add
'emoji' script.
(setup-default-fontset): Add 'emoji' script.  Use "Noto Color Emoji"
as default font for it.
admin/notes/unicode
admin/unidata/Makefile.in
admin/unidata/README
admin/unidata/blocks.awk
admin/unidata/emoji-data.txt [new file with mode: 0644]
etc/NEWS
etc/TODO
lisp/international/fontset.el