mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-07 12:20:39 -08:00
* admin/unidata/blocks.awk: Remove emoji overrides for codepoints with Emoji_Presentation = No, they're no longer necessary. * lisp/composite.el: Remove #xFE0F (VS-16) from the range handled by `compose-gstring-for-variation-glyph' so it can be handled by `font_range'. * src/composite.c (syms_of_composite): New variable `auto-composition-emoji-eligible-codepoints'. * admin/unidata/emoji-zwj.awk: Generate value for `auto-composition-emoji-eligible-codepoints'. Add `composition-function-table' entries for 'codepoint + U+FE0F' for them. * src/font.c (codepoint_is_emoji_eligible): New function to check if we should try to use the emoji font for a codepoint. (font_range): Use it. |
||
|---|---|---|
| .. | ||
| BidiBrackets.txt | ||
| BidiMirroring.txt | ||
| blocks.awk | ||
| Blocks.txt | ||
| copyright.html | ||
| emoji-data.txt | ||
| emoji-sequences.txt | ||
| emoji-zwj-sequences.txt | ||
| emoji-zwj.awk | ||
| IVD_Sequences.txt | ||
| Makefile.in | ||
| NormalizationTest.txt | ||
| README | ||
| SpecialCasing.txt | ||
| UnicodeData.txt | ||
| unidata-gen.el | ||
| uvs.el | ||
Some files in this directory are taken from the Unicode Character Database and the Unicode Ideographic Variation Database. These files are governed by the Unicode Terms of Use contained in the file copyright.html. The names, URLs, and dates for these files are as follows. BidiBrackets.txt http://www.unicode.org/Public/UNIDATA/BidiBrackets.txt 2021-06-30 BidiMirroring.txt http://www.unicode.org/Public/UNIDATA/BidiMirroring.txt 2021-08-08 Blocks.txt http://www.unicode.org/Public/8.0.0/ucd/Blocks.txt 2021-01-22 IVD_Sequences.txt http://www.unicode.org/ivd/ 2020-11-06 NormalizationTest.txt http://www.unicode.org/Public/UNIDATA/NormalizationTest.txt 2021-05-28 SpecialCasing.txt http://unicode.org/Public/UNIDATA/SpecialCasing.txt 2021-03-08 UnicodeData.txt http://www.unicode.org/Public/UNIDATA/UnicodeData.txt 2021-07-06 emoji-data.txt https://www.unicode.org/Public/14.0.0/ucd/emoji/emoji-data.txt 2021-08-26 emoji-zwj-sequences.txt https://www.unicode.org/Public/emoji/14.0/emoji-zwj-sequences.txt 2021-06-08 emoji-sequences.txt https://www.unicode.org/Public/emoji/14.0/emoji-sequences.txt 2020-08-26