diff options
Diffstat (limited to 'admin/notes/unicode')
| -rw-r--r-- | admin/notes/unicode | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/admin/notes/unicode b/admin/notes/unicode index c41b9a6d26d..be51d09d37a 100644 --- a/admin/notes/unicode +++ b/admin/notes/unicode | |||
| @@ -21,11 +21,14 @@ Emacs uses the following files from the Unicode Character Database | |||
| 21 | . emoji-sequences.txt | 21 | . emoji-sequences.txt |
| 22 | . BidiCharacterTest.txt | 22 | . BidiCharacterTest.txt |
| 23 | 23 | ||
| 24 | First, the first 10 files need to be copied into admin/unidata/, and | 24 | Emacs also uses the file emoji-test.txt which should be imported from |
| 25 | the file https://www.unicode.org/copyright.html should be copied over | 25 | the Unicode's Public/emoji/ directory. |
| 26 | copyright.html in admin/unidata (some of them might need trailing | 26 | |
| 27 | whitespace removed before they can be committed to the Emacs | 27 | First, the first 10 files and emoji-test.txt need to be copied into |
| 28 | repository). | 28 | admin/unidata/, and the file https://www.unicode.org/copyright.html |
| 29 | should be copied over copyright.html in admin/unidata (some of them | ||
| 30 | might need trailing whitespace removed before they can be committed to | ||
| 31 | the Emacs repository). | ||
| 29 | 32 | ||
| 30 | Then Emacs should be rebuilt for them to take effect. Rebuilding | 33 | Then Emacs should be rebuilt for them to take effect. Rebuilding |
| 31 | Emacs updates several derived files elsewhere in the Emacs source | 34 | Emacs updates several derived files elsewhere in the Emacs source |