diff options
| author | Robert Pluim | 2021-10-18 14:52:49 +0200 |
|---|---|---|
| committer | Robert Pluim | 2021-10-19 14:40:26 +0200 |
| commit | 28db29590f27f8b5f376e4588aca62809fb61077 (patch) | |
| tree | 747c12ed6283e96db933c770ffe41acd65a76903 /admin/notes/unicode | |
| parent | 9bd2f59db608def1b588b03eff846d3fe8a7fa00 (diff) | |
| download | emacs-28db29590f27f8b5f376e4588aca62809fb61077.tar.gz emacs-28db29590f27f8b5f376e4588aca62809fb61077.zip | |
* admin/notes/unicode: Refer to Unicode's emoji-style.txt
Diffstat (limited to 'admin/notes/unicode')
| -rw-r--r-- | admin/notes/unicode | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/admin/notes/unicode b/admin/notes/unicode index 21233ac2819..c41b9a6d26d 100644 --- a/admin/notes/unicode +++ b/admin/notes/unicode | |||
| @@ -116,8 +116,12 @@ FONT-NAME-REGEXP is checked using `string-match'." | |||
| 116 | 116 | ||
| 117 | Visit "emoji-zwj-sequences.txt" and "emoji-sequences.txt" with the | 117 | Visit "emoji-zwj-sequences.txt" and "emoji-sequences.txt" with the |
| 118 | rebuilt Emacs, and check that the sample sequences are composed | 118 | rebuilt Emacs, and check that the sample sequences are composed |
| 119 | properly. Note that your emoji font might not have glyphs for the | 119 | properly. Also check the Unicode style chart file available at |
| 120 | newest codepoints yet. | 120 | https://unicode.org/emoji/charts/emoji-style.txt for any issues |
| 121 | involving VS-15 and VS-16, if so you may need to update the value | ||
| 122 | generated for auto-composition-emoji-eligible-codepoints by | ||
| 123 | admin/unidata/emoji-zwj.awk. Note that your emoji font might not have | ||
| 124 | glyphs for the newest codepoints yet. | ||
| 121 | 125 | ||
| 122 | Finally, etc/NEWS should be updated to announce the support for the | 126 | Finally, etc/NEWS should be updated to announce the support for the |
| 123 | new Unicode version. | 127 | new Unicode version. |