mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
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.
This commit is contained in:
parent
528997daa1
commit
4eb4463abf
2 changed files with 5 additions and 1 deletions
|
|
@ -36,6 +36,10 @@ and char-width-table. The additional scripts should cause automatic
|
|||
updates in charscript.el, but it is a good idea to look at the results
|
||||
and see if any changes in admin/unidata/blocks.awk are required.
|
||||
|
||||
The setting of char-width-table around line 1200 of characters.el
|
||||
should be checked against the latest version of the Unicode file
|
||||
EastAsianWidth.txt, and any discrepancies fixed.
|
||||
|
||||
Any new scripts added by UnicodeData.txt will also need updates to
|
||||
script-representative-chars defined in fontset.el, and also the list
|
||||
of OTF script tags in otf-script-alist, whose source is on this page:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue