aboutsummaryrefslogtreecommitdiffstats
path: root/admin/notes/unicode
diff options
context:
space:
mode:
authorRobert Pluim2021-10-18 14:52:49 +0200
committerRobert Pluim2021-10-19 14:40:26 +0200
commit28db29590f27f8b5f376e4588aca62809fb61077 (patch)
tree747c12ed6283e96db933c770ffe41acd65a76903 /admin/notes/unicode
parent9bd2f59db608def1b588b03eff846d3fe8a7fa00 (diff)
downloademacs-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/unicode8
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
117Visit "emoji-zwj-sequences.txt" and "emoji-sequences.txt" with the 117Visit "emoji-zwj-sequences.txt" and "emoji-sequences.txt" with the
118rebuilt Emacs, and check that the sample sequences are composed 118rebuilt Emacs, and check that the sample sequences are composed
119properly. Note that your emoji font might not have glyphs for the 119properly. Also check the Unicode style chart file available at
120newest codepoints yet. 120https://unicode.org/emoji/charts/emoji-style.txt for any issues
121involving VS-15 and VS-16, if so you may need to update the value
122generated for auto-composition-emoji-eligible-codepoints by
123admin/unidata/emoji-zwj.awk. Note that your emoji font might not have
124glyphs for the newest codepoints yet.
121 125
122Finally, etc/NEWS should be updated to announce the support for the 126Finally, etc/NEWS should be updated to announce the support for the
123new Unicode version. 127new Unicode version.