diff options
author | समीर सिंह Sameer Singh <lumarzeli30@gmail.com> | 2022-09-16 06:52:51 +0530 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2022-09-17 09:51:22 +0300 |
commit | 8ec7f8f1699ca1ab4d1e75b369ea231f5802f0e3 (patch) | |
tree | db85ba3d6bd94cc2974592f7abc4ab12134cbb97 /admin/unidata/unidata-gen.el | |
parent | 34a97f045a13fe6ad279f57ecdc6f7a3bee7caa2 (diff) | |
download | emacs-8ec7f8f1699ca1ab4d1e75b369ea231f5802f0e3.tar.gz |
Update Unicode support to Unicode version 15.0.0 (bug#57846)
* admin/unidata/BidiBrackets.txt
* admin/unidata/BidiMirroring.txt
* admin/unidata/Blocks.txt
* admin/unidata/IVD_Sequences.txt
* admin/unidata/IdnaMappingTable.txt
* admin/unidata/NormalizationTest.txt
* admin/unidata/PropertyValueAliases.txt
* admin/unidata/ScriptExtensions.txt
* admin/unidata/Scripts.txt
* admin/unidata/SpecialCasing.txt
* admin/unidata/UnicodeData.txt
* admin/unidata/confusables.txt
* admin/unidata/copyright.html
* admin/unidata/emoji-data.txt
* admin/unidata/emoji-sequences.txt
* admin/unidata/emoji-test.txt
* admin/unidata/emoji-zwj-sequences.txt
* test/manual/BidiCharacterTest.txt: Updated files from Unicode
15.0.
* admin/unidata/unidata-gen.el (unidata-file-alist): Add new ranges.
* lisp/international/fontset.el (script-representative-chars): Add
new scripts.
(otf-script-alist): Update from latest version.
(setup-default-fontset): Add new scripts.
* lisp/international/characters.el: Update syntax and category
tables for new characters and scripts.
(char-width-table): Update for changes in Unicode 15.0.
* test/lisp/international/ucs-normalize-tests.el
(ucs-normalize-tests--failing-lines-part1)
(ucs-normalize-tests--failing-lines-part2): Update per the test
results.
* doc/lispref/nonascii.texi (Character Properties): Update Unicode
version number.
* etc/NEWS: Announce support for Unicode 15.0.
Diffstat (limited to 'admin/unidata/unidata-gen.el')
-rw-r--r-- | admin/unidata/unidata-gen.el | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/admin/unidata/unidata-gen.el b/admin/unidata/unidata-gen.el index 78dd1c37288..5927760ad58 100644 --- a/admin/unidata/unidata-gen.el +++ b/admin/unidata/unidata-gen.el @@ -212,12 +212,12 @@ Property value is one of the following symbols: ;; Character Database (UCD). (L (#x0600 #x07BF AL) (#x0860 #x08FF AL) (#xFB50 #xFDCF AL) (#xFDF0 #xFDFF AL) (#xFE70 #xFEFF AL) (#x10D00 #x10D3F AL) - (#x10F30 #x10F6F AL) (#x1EC70 #x1ECBF AL) (#x1ED00 #x1ED4F AL) - (#x1EE00 #x1EEFF AL) + (#x10EC0 #x10EFF AL) (#x10F30 #x10F6F AL) (#x1EC70 #x1ECBF AL) + (#x1ED00 #x1ED4F AL) (#x1EE00 #x1EEFF AL) (#x0590 #x05FF R) (#x07C0 #x085F R) (#xFB1D #xFB4F R) - (#x10800 #x10CFF R) (#x10D40 #x10F2F R) (#x10F70 #x10FFF R) - (#x1E800 #x1EC6F R) (#x1ECC0 #x1ECFF R) (#x1ED50 #x1EDFF R) - (#x1EF00 #x1EFFF R) + (#x10800 #x10CFF R) (#x10D40 #x10EBF R) (#x10F00 #x10F2F R) + (#x10F70 #x10FFF R) (#x1E800 #x1EC6F R) (#x1ECC0 #x1ECFF R) + (#x1ED50 #x1EDFF R) (#x1EF00 #x1EFFF R) (#x20A0 #x20CF ET)) ;; The order of elements must be in sync with bidi_type_t in ;; src/dispextern.h. |