diff options
| author | Eli Zaretskii | 2018-06-09 15:41:21 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2018-06-09 15:41:21 +0300 |
| commit | 36bbdfc017a6c37873cc0cb54bb966e3e3185012 (patch) | |
| tree | 20d5d888bb81f70f838de1646561790a66865365 /doc/misc | |
| parent | b7b7a5f4f3b7e5e7cf830b2531ee48d0c58536ba (diff) | |
| download | emacs-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 'doc/misc')
| -rw-r--r-- | doc/misc/efaq.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/misc/efaq.texi b/doc/misc/efaq.texi index 05da424b5dc..69a1a6d4652 100644 --- a/doc/misc/efaq.texi +++ b/doc/misc/efaq.texi | |||
| @@ -1068,6 +1068,11 @@ which opens a vulnerability for Emacs users receiving Enriched Text | |||
| 1068 | from external sources. Execution of arbitrary Lisp forms in | 1068 | from external sources. Execution of arbitrary Lisp forms in |
| 1069 | @code{display} properties decoded by Enriched Text mode is now | 1069 | @code{display} properties decoded by Enriched Text mode is now |
| 1070 | disabled by default. | 1070 | disabled by default. |
| 1071 | |||
| 1072 | @cindex Unicode 11.0.0 | ||
| 1073 | @item | ||
| 1074 | Emacs 26.2 comes with data files imported from the latest Unicode | ||
| 1075 | Standard version 11.0.0. | ||
| 1071 | @end itemize | 1076 | @end itemize |
| 1072 | 1077 | ||
| 1073 | Consult the Emacs @file{NEWS} file (@kbd{C-h n}) for the full list of | 1078 | Consult the Emacs @file{NEWS} file (@kbd{C-h n}) for the full list of |