diff options
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. |