diff options
| author | Eli Zaretskii | 2024-09-12 21:12:09 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2024-09-12 21:12:09 +0300 |
| commit | 04e8ad6489ebec121ace7ea6d582429a96af8f04 (patch) | |
| tree | 14d01f97b58328e01041c6e532ac6d54f76ee6d0 /admin | |
| parent | 5e16d846896c0f3f8115581a2e392ebef3f3e58b (diff) | |
| download | emacs-04e8ad6489ebec121ace7ea6d582429a96af8f04.tar.gz emacs-04e8ad6489ebec121ace7ea6d582429a96af8f04.zip | |
Update Emacs sources for Unicode 16.0
* lisp/international/ucs-normalize.el (check-range): Update ranges
of character codes with decompositions.
* lisp/international/mule-cmds.el (ucs-names): Update unused
ranges.
* lisp/international/fontset.el (script-representative-chars)
(otf-script-alist, setup-default-fontset): Add new scripts.
* lisp/international/characters.el:
* admin/unidata/blocks.awk:
* test/manual/BidiCharacterTest.txt:
* test/lisp/international/ucs-normalize-tests.el
(ucs-normalize-tests--failing-lines-part2): Update for Unicode
16.0.
* etc/NEWS: Announce support for Unicode 16.0.
Diffstat (limited to 'admin')
| -rwxr-xr-x | admin/unidata/blocks.awk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/unidata/blocks.awk b/admin/unidata/blocks.awk index 40cefe0d563..6393b7bdc63 100755 --- a/admin/unidata/blocks.awk +++ b/admin/unidata/blocks.awk | |||
| @@ -57,6 +57,7 @@ BEGIN { | |||
| 57 | alias["block elements"] = "symbol" | 57 | alias["block elements"] = "symbol" |
| 58 | alias["miscellaneous symbols"] = "symbol" | 58 | alias["miscellaneous symbols"] = "symbol" |
| 59 | alias["symbols for legacy computing"] = "symbol" | 59 | alias["symbols for legacy computing"] = "symbol" |
| 60 | alias["symbols for legacy computing supplement"] = "symbol" | ||
| 60 | alias["cjk strokes"] = "cjk-misc" | 61 | alias["cjk strokes"] = "cjk-misc" |
| 61 | alias["cjk symbols and punctuation"] = "cjk-misc" | 62 | alias["cjk symbols and punctuation"] = "cjk-misc" |
| 62 | alias["halfwidth and fullwidth forms"] = "cjk-misc" | 63 | alias["halfwidth and fullwidth forms"] = "cjk-misc" |