diff options
| author | Lars Ingebrigtsen | 2022-01-18 11:53:01 +0100 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2022-01-18 11:53:09 +0100 |
| commit | 9f25c41ad45eaa34c8b7aa88a8c75d5dd4bd7ba7 (patch) | |
| tree | 1bc08689be22a348b13b2f58380eb6bacfff758a /admin/notes/unicode | |
| parent | 702ce8dc3e3cde378feed566b7ed9032d05f611b (diff) | |
| download | emacs-9f25c41ad45eaa34c8b7aa88a8c75d5dd4bd7ba7.tar.gz emacs-9f25c41ad45eaa34c8b7aa88a8c75d5dd4bd7ba7.zip | |
Add textsec-domain-suspicious-p
* .gitignore: Ignore idna-mapping.el.
* admin/notes/unicode: Note idna-mapping file.
* admin/unidata/IdnaMappingTable.txt: New file.
* admin/unidata/Makefile.in (all): Generate idna-mapping.el.
* admin/unidata/unidata-gen.el (unidata-gen-idna-mapping): Generate.
* lisp/international/textsec.el (textsec-domain-suspicious-p): New
function.
Diffstat (limited to 'admin/notes/unicode')
| -rw-r--r-- | admin/notes/unicode | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/admin/notes/unicode b/admin/notes/unicode index 98dc01bc08f..41661995000 100644 --- a/admin/notes/unicode +++ b/admin/notes/unicode | |||
| @@ -26,13 +26,15 @@ Emacs uses the following files from the Unicode Character Database | |||
| 26 | . BidiCharacterTest.txt | 26 | . BidiCharacterTest.txt |
| 27 | 27 | ||
| 28 | 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 |
| 29 | the Unicode's Public/emoji/ directory. | 29 | the Unicode's Public/emoji/ directory, and IdnaMappingTable.txt from |
| 30 | 30 | the Public/idna/ directory. | |
| 31 | First, the first 14 files and emoji-test.txt need to be copied into | 31 | |
| 32 | admin/unidata/, and the file https://www.unicode.org/copyright.html | 32 | First, the first 14 files, emoji-test.txt and IdnaMappingTable.txt |
| 33 | should be copied over copyright.html in admin/unidata (some of them | 33 | need to be copied into admin/unidata/, and the file |
| 34 | might need trailing whitespace removed before they can be committed to | 34 | https://www.unicode.org/copyright.html should be copied over |
| 35 | 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). | ||
| 36 | 38 | ||
| 37 | Then Emacs should be rebuilt for them to take effect. Rebuilding | 39 | Then Emacs should be rebuilt for them to take effect. Rebuilding |
| 38 | Emacs updates several derived files elsewhere in the Emacs source | 40 | Emacs updates several derived files elsewhere in the Emacs source |