emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 414fcd7 3/3: Remove the emoji script overrides for U+2xxx codepoi


From: Robert Pluim
Subject: master 414fcd7 3/3: Remove the emoji script overrides for U+2xxx codepoints
Date: Tue, 21 Sep 2021 07:59:28 -0400 (EDT)

branch: master
commit 414fcd7e984a906fb1a28954f76c6eb00301d1d6
Author: Robert Pluim <rpluim@gmail.com>
Commit: Robert Pluim <rpluim@gmail.com>

    Remove the emoji script overrides for U+2xxx codepoints
    
    * 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 | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/admin/unidata/blocks.awk b/admin/unidata/blocks.awk
index c1c4d6f..eab778c 100755
--- a/admin/unidata/blocks.awk
+++ b/admin/unidata/blocks.awk
@@ -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++



reply via email to

[Prev in Thread] Current Thread [Next in Thread]