diff options
| author | Alan Mackenzie | 2022-01-22 11:02:50 +0000 |
|---|---|---|
| committer | Alan Mackenzie | 2022-01-22 11:02:50 +0000 |
| commit | 14d64a8adcc866deecd758b898e8ef2d836b354a (patch) | |
| tree | 83cff9669e266f8e283ccb8cd7518e909240f1e1 /admin/notes | |
| parent | bdd9b5b8a0d37dd09ee530c1dab3a44bee09e0f8 (diff) | |
| parent | ebe334cdc234de2897263aed4c05ac7088c11857 (diff) | |
| download | emacs-scratch/correct-warning-pos.tar.gz emacs-scratch/correct-warning-pos.zip | |
Merge branch 'master' into scratch/correct-warning-posscratch/correct-warning-pos
Diffstat (limited to 'admin/notes')
| -rw-r--r-- | admin/notes/unicode | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/admin/notes/unicode b/admin/notes/unicode index 2c4b5e0106a..41661995000 100644 --- a/admin/notes/unicode +++ b/admin/notes/unicode | |||
| @@ -15,20 +15,26 @@ Emacs uses the following files from the Unicode Character Database | |||
| 15 | . BidiMirroring.txt | 15 | . BidiMirroring.txt |
| 16 | . IVD_Sequences.txt | 16 | . IVD_Sequences.txt |
| 17 | . NormalizationTest.txt | 17 | . NormalizationTest.txt |
| 18 | . PropertyValueAliases.txt | ||
| 19 | . ScriptExtensions.txt | ||
| 20 | . Scripts.txt | ||
| 18 | . SpecialCasing.txt | 21 | . SpecialCasing.txt |
| 22 | . confusables.txt | ||
| 19 | . emoji-data.txt | 23 | . emoji-data.txt |
| 20 | . emoji-zwj-sequences.txt | 24 | . emoji-zwj-sequences.txt |
| 21 | . emoji-sequences.txt | 25 | . emoji-sequences.txt |
| 22 | . BidiCharacterTest.txt | 26 | . BidiCharacterTest.txt |
| 23 | 27 | ||
| 24 | Emacs also uses the file emoji-test.txt which should be imported from | 28 | Emacs also uses the file emoji-test.txt which should be imported from |
| 25 | the Unicode's Public/emoji/ directory. | 29 | the Unicode's Public/emoji/ directory, and IdnaMappingTable.txt from |
| 26 | 30 | the Public/idna/ directory. | |
| 27 | First, the first 10 files and emoji-test.txt need to be copied into | 31 | |
| 28 | admin/unidata/, and the file https://www.unicode.org/copyright.html | 32 | First, the first 14 files, emoji-test.txt and IdnaMappingTable.txt |
| 29 | should be copied over copyright.html in admin/unidata (some of them | 33 | need to be copied into admin/unidata/, and the file |
| 30 | might need trailing whitespace removed before they can be committed to | 34 | https://www.unicode.org/copyright.html should be copied over |
| 31 | the Emacs repository). | 35 | copyright.html in admin/unidata (some of them might need trailing |
| 36 | whitespace removed before they can be committed to the Emacs | ||
| 37 | repository). | ||
| 32 | 38 | ||
| 33 | Then Emacs should be rebuilt for them to take effect. Rebuilding | 39 | Then Emacs should be rebuilt for them to take effect. Rebuilding |
| 34 | Emacs updates several derived files elsewhere in the Emacs source | 40 | Emacs updates several derived files elsewhere in the Emacs source |