aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--admin/notes/unicode4
-rw-r--r--lisp/international/characters.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/admin/notes/unicode b/admin/notes/unicode
index 76479d44975..d149459a9d4 100644
--- a/admin/notes/unicode
+++ b/admin/notes/unicode
@@ -36,6 +36,10 @@ and char-width-table. The additional scripts should cause automatic
36updates in charscript.el, but it is a good idea to look at the results 36updates in charscript.el, but it is a good idea to look at the results
37and see if any changes in admin/unidata/blocks.awk are required. 37and see if any changes in admin/unidata/blocks.awk are required.
38 38
39The setting of char-width-table around line 1200 of characters.el
40should be checked against the latest version of the Unicode file
41EastAsianWidth.txt, and any discrepancies fixed.
42
39Any new scripts added by UnicodeData.txt will also need updates to 43Any new scripts added by UnicodeData.txt will also need updates to
40script-representative-chars defined in fontset.el, and also the list 44script-representative-chars defined in fontset.el, and also the list
41of OTF script tags in otf-script-alist, whose source is on this page: 45of OTF script tags in otf-script-alist, whose source is on this page:
diff --git a/lisp/international/characters.el b/lisp/international/characters.el
index 00f68f0fbbf..bd0e41516a5 100644
--- a/lisp/international/characters.el
+++ b/lisp/international/characters.el
@@ -1257,7 +1257,7 @@ with L, LRE, or LRO Unicode bidi character type.")
1257 (#x1F3E0 . #x1F3F0) 1257 (#x1F3E0 . #x1F3F0)
1258 (#x1F3F4 . #x1F3F4) 1258 (#x1F3F4 . #x1F3F4)
1259 (#x1F3F8 . #x1F3FA) 1259 (#x1F3F8 . #x1F3FA)
1260 (#x1F3FB . #x1F3FF) 1260 (#x1F3FB . #x1F43E)
1261 (#x1F440 . #x1F440) 1261 (#x1F440 . #x1F440)
1262 (#x1F442 . #x1F4FC) 1262 (#x1F442 . #x1F4FC)
1263 (#x1F4FF . #x1F53D) 1263 (#x1F4FF . #x1F53D)