aboutsummaryrefslogtreecommitdiffstats
path: root/admin/notes/unicode
diff options
context:
space:
mode:
authorEli Zaretskii2018-06-09 15:41:21 +0300
committerEli Zaretskii2018-06-09 15:41:21 +0300
commit36bbdfc017a6c37873cc0cb54bb966e3e3185012 (patch)
tree20d5d888bb81f70f838de1646561790a66865365 /admin/notes/unicode
parentb7b7a5f4f3b7e5e7cf830b2531ee48d0c58536ba (diff)
downloademacs-36bbdfc017a6c37873cc0cb54bb966e3e3185012.tar.gz
emacs-36bbdfc017a6c37873cc0cb54bb966e3e3185012.zip
Update Unicode data files to version 11.0.0 of Unicode
* admin/unidata/UnicodeData.txt: * admin/unidata/SpecialCasing.txt: * admin/unidata/NormalizationTest.txt: * admin/unidata/copyright.html: * admin/unidata/BidiMirroring.txt: * admin/unidata/BidiBrackets.txt: Import from Unicode 11.0. * admin/notes/unicode: Update the URL for OTF script tags. * lisp/international/mule-cmds.el (ucs-names): Update unused ranges. * lisp/international/fontset.el (script-representative-chars): Add hanifi-rohingya, old-sogdian, sogdian, dogra, gunjala-gondi, makasar, and medefaidrin. (otf-script-alist): Add old-hungarian. * lisp/international/characters.el (tbl): Add syntax entries for Supplemental Mathematical Operators, Miscellaneous Symbols and Arrows, and Supplemental Punctuation. Update the list of wide characters. * test/lisp/international/ucs-normalize-tests.el (ucs-normalize-tests--failing-lines-part2): Update to match admin/unidata/NormalizationTest.txt. * doc/lispref/nonascii.texi (Character Properties): Update the reference to the Unicode Standard. * doc/misc/efaq.texi (New in Emacs 26): * etc/NEWS: Mention compatibility with Unicode 11.0.
Diffstat (limited to 'admin/notes/unicode')
-rw-r--r--admin/notes/unicode2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/notes/unicode b/admin/notes/unicode
index ff0de8aeff9..4240ac1e76d 100644
--- a/admin/notes/unicode
+++ b/admin/notes/unicode
@@ -46,7 +46,7 @@ Any new scripts added by UnicodeData.txt will also need updates to
46script-representative-chars defined in fontset.el, and also the list 46script-representative-chars defined in fontset.el, and also the list
47of OTF script tags in otf-script-alist, whose source is on this page: 47of OTF script tags in otf-script-alist, whose source is on this page:
48 48
49 https://www.microsoft.com/typography/otspec/scripttags.htm 49 https://docs.microsoft.com/en-us/typography/opentype/spec/scripttags
50 50
51Other databases in fontset.el might also need to be updated as needed. 51Other databases in fontset.el might also need to be updated as needed.
52 52