patch 9.0.0587: Unicode tables are outdated

Problem:    Unicode tables are outdated.
Solution:   Update to Unicode release 15. (Christian Brabandt, closes #11220)
This commit is contained in:
Christian Brabandt
2022-09-25 19:25:51 +01:00
committed by Bram Moolenaar
parent 124af71a28
commit 9882e9ddc9
3 changed files with 85 additions and 45 deletions

View File

@ -462,8 +462,9 @@ let s:ambitable = []
call BuildWidthTable('A', 'ambiguous')
" Edit the emoji text file. Requires the netrw plugin.
edit https://unicode.org/Public/emoji/12.1/emoji-data.txt
" Build the emoji table. Ver. 1.0 - 6.0
" Must come after the "ambiguous" and "doublewidth" tables
call BuildEmojiTable()
" commented out, because it drops too many characters
"edit https://unicode.org/Public/15.0.0/ucd/emoji/emoji-data.txt
"
"" Build the emoji table. Ver. 1.0 - 6.0
"" Must come after the "ambiguous" and "doublewidth" tables
"call BuildEmojiTable()