It seems that
|
EMOJI_DATA_URL = 'https://unicode.org/Public/emoji/5.0/emoji-data.txt' |
refers to a version 5.0 of this file (
https://unicode.org/Public/emoji/5.0/emoji-data.txt ) yet there is a later one at (
https://unicode.org/Public/emoji/12.0/emoji-data.txt ) so perhaps it is time to update that line...?
It seems that
widecharwidth/generate.py
Line 23 in 18b0d81