diff options
| author | Eli Zaretskii | 2016-10-15 17:58:57 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2016-10-15 17:58:57 +0300 |
| commit | 4eb4463abf1db904f9e8cdc35156a66f8a10125c (patch) | |
| tree | 44ca4d0767cf58af5284c09c7aaed8a68431f42b /admin/notes/unicode | |
| parent | 528997daa15d6e864f4f7119fe073fe37ab4c685 (diff) | |
| download | emacs-4eb4463abf1db904f9e8cdc35156a66f8a10125c.tar.gz emacs-4eb4463abf1db904f9e8cdc35156a66f8a10125c.zip | |
Fix char-width-table values for some Emoji
* lisp/international/characters.el (char-width-table): Add missing
range U+1F400..U+1F43E. (Bug#24699)
* admin/notes/unicode: Mention the need to verify char-width-table
setting against data in EastAsianWidth.txt.
Diffstat (limited to 'admin/notes/unicode')
| -rw-r--r-- | admin/notes/unicode | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/admin/notes/unicode b/admin/notes/unicode index 76479d44975..d149459a9d4 100644 --- a/admin/notes/unicode +++ b/admin/notes/unicode | |||
| @@ -36,6 +36,10 @@ and char-width-table. The additional scripts should cause automatic | |||
| 36 | updates in charscript.el, but it is a good idea to look at the results | 36 | updates in charscript.el, but it is a good idea to look at the results |
| 37 | and see if any changes in admin/unidata/blocks.awk are required. | 37 | and see if any changes in admin/unidata/blocks.awk are required. |
| 38 | 38 | ||
| 39 | The setting of char-width-table around line 1200 of characters.el | ||
| 40 | should be checked against the latest version of the Unicode file | ||
| 41 | EastAsianWidth.txt, and any discrepancies fixed. | ||
| 42 | |||
| 39 | Any new scripts added by UnicodeData.txt will also need updates to | 43 | Any new scripts added by UnicodeData.txt will also need updates to |
| 40 | script-representative-chars defined in fontset.el, and also the list | 44 | script-representative-chars defined in fontset.el, and also the list |
| 41 | of OTF script tags in otf-script-alist, whose source is on this page: | 45 | of OTF script tags in otf-script-alist, whose source is on this page: |