diff options
| author | Eli Zaretskii | 2017-07-08 13:02:47 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2017-07-08 13:02:47 +0300 |
| commit | fd3bcfa36ec542fbca8cf5cc7c8b196e8baf8810 (patch) | |
| tree | 7e1c8deffe874ea8f44579e9ab2b3ef4cefec03c /admin/notes/unicode | |
| parent | 42cdb68649c24eab07baa39b0c553c87e7ac9989 (diff) | |
| download | emacs-fd3bcfa36ec542fbca8cf5cc7c8b196e8baf8810.tar.gz emacs-fd3bcfa36ec542fbca8cf5cc7c8b196e8baf8810.zip | |
Update Unicode data and files to Unicode 10.0
* admin/notes/unicode:
* admin/unidata/README:
* admin/unidata/BidiBrackets.txt:
* admin/unidata/BidiMirroring.txt:
* admin/unidata/Blocks.txt:
* admin/unidata/IVD_Sequences.txt:
* admin/unidata/NormalizationTest.txt:
* admin/unidata/SpecialCasing.txt:
* admin/unidata/UnicodeData.txt:
* lisp/international/characters.el:
* lisp/international/fontset.el (script-representative-chars):
* lisp/international/mule-cmds.el (ucs-names): Update per Unicode 10.0.
Diffstat (limited to 'admin/notes/unicode')
| -rw-r--r-- | admin/notes/unicode | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/admin/notes/unicode b/admin/notes/unicode index 0d6c6af015f..8284e1b44cf 100644 --- a/admin/notes/unicode +++ b/admin/notes/unicode | |||
| @@ -15,9 +15,10 @@ Emacs uses the following files from the Unicode Character Database | |||
| 15 | . BidiBrackets.txt | 15 | . BidiBrackets.txt |
| 16 | . IVD_Sequences.txt | 16 | . IVD_Sequences.txt |
| 17 | . NormalizationTest.txt | 17 | . NormalizationTest.txt |
| 18 | . SpecialCasing.txt | ||
| 18 | . BidiCharacterTest.txt | 19 | . BidiCharacterTest.txt |
| 19 | 20 | ||
| 20 | First, the first 6 files need to be copied into admin/unidata/, and | 21 | First, the first 7 files need to be copied into admin/unidata/, and |
| 21 | then Emacs should be rebuilt for them to take effect. Rebuilding | 22 | then Emacs should be rebuilt for them to take effect. Rebuilding |
| 22 | Emacs updates several derived files elsewhere in the Emacs source | 23 | Emacs updates several derived files elsewhere in the Emacs source |
| 23 | tree, mainly in lisp/international/. | 24 | tree, mainly in lisp/international/. |