]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove the emoji script overrides for U+2xxx codepoints
authorRobert Pluim <rpluim@gmail.com>
Tue, 21 Sep 2021 11:50:41 +0000 (13:50 +0200)
committerRobert Pluim <rpluim@gmail.com>
Tue, 21 Sep 2021 11:56:34 +0000 (13:56 +0200)
* admin/unidata/blocks.awk: Remove the overrides for U+261D, U+26F9,
U+270C..U+270D, and U+2764.  They don't belong in the emoji script.

admin/unidata/blocks.awk

index c1c4d6f218dda2ed1b8489f1a6144508c4c66c1f..eab778cb1e962205c8d7cbd51ee54887b7d0d829 100755 (executable)
@@ -228,18 +228,6 @@ END {
     ## can change the font used for a codepoint based on whether it's
     ## followed by a VS (usually VS-16)
     idx = 0
-    override_start[idx] = "261D"
-    override_end[idx] = "261D"
-    idx++
-    override_start[idx] = "26F9"
-    override_end[idx] = "26F9"
-    idx++
-    override_start[idx] = "270C"
-    override_end[idx] = "270D"
-    idx++
-    override_start[idx] = "2764"
-    override_end[idx] = "2764"
-    idx++
     override_start[idx] = "1F3CB"
     override_end[idx] = "1F3CC"
     idx++