diff options
| author | Robert Pluim | 2021-09-21 13:50:41 +0200 |
|---|---|---|
| committer | Robert Pluim | 2021-09-21 13:56:34 +0200 |
| commit | 414fcd7e984a906fb1a28954f76c6eb00301d1d6 (patch) | |
| tree | 294388e0387bc3f0b55bb51da39183781b251522 /admin | |
| parent | 3de0f98311e2085b61431f8ac89b3f5fa1531957 (diff) | |
| download | emacs-414fcd7e984a906fb1a28954f76c6eb00301d1d6.tar.gz emacs-414fcd7e984a906fb1a28954f76c6eb00301d1d6.zip | |
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.
Diffstat (limited to 'admin')
| -rwxr-xr-x | admin/unidata/blocks.awk | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/admin/unidata/blocks.awk b/admin/unidata/blocks.awk index c1c4d6f218d..eab778cb1e9 100755 --- a/admin/unidata/blocks.awk +++ b/admin/unidata/blocks.awk | |||
| @@ -228,18 +228,6 @@ END { | |||
| 228 | ## can change the font used for a codepoint based on whether it's | 228 | ## can change the font used for a codepoint based on whether it's |
| 229 | ## followed by a VS (usually VS-16) | 229 | ## followed by a VS (usually VS-16) |
| 230 | idx = 0 | 230 | idx = 0 |
| 231 | override_start[idx] = "261D" | ||
| 232 | override_end[idx] = "261D" | ||
| 233 | idx++ | ||
| 234 | override_start[idx] = "26F9" | ||
| 235 | override_end[idx] = "26F9" | ||
| 236 | idx++ | ||
| 237 | override_start[idx] = "270C" | ||
| 238 | override_end[idx] = "270D" | ||
| 239 | idx++ | ||
| 240 | override_start[idx] = "2764" | ||
| 241 | override_end[idx] = "2764" | ||
| 242 | idx++ | ||
| 243 | override_start[idx] = "1F3CB" | 231 | override_start[idx] = "1F3CB" |
| 244 | override_end[idx] = "1F3CC" | 232 | override_end[idx] = "1F3CC" |
| 245 | idx++ | 233 | idx++ |