diff options
author | Peng Wu <alexepico@gmail.com> | 2018-11-20 09:57:14 +0800 |
---|---|---|
committer | Peng Wu <alexepico@gmail.com> | 2018-11-20 10:00:31 +0800 |
commit | 9361c3830f050ae3f625829ea93ca96c2e6dd689 (patch) | |
tree | 6f3a58aa59a76a840372fd7e6d6289e62c6e8cdd /tools | |
parent | 1305d8905102d327eecb38f3a4d4c55dd4ed9909 (diff) | |
download | pango-9361c3830f050ae3f625829ea93ca96c2e6dd689.tar.gz |
Update pango-emoji-table.h to include Extended Pictographic table
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/gen-emoji-table.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/gen-emoji-table.py b/tools/gen-emoji-table.py index b8018eee..7ebb66e0 100755 --- a/tools/gen-emoji-table.py +++ b/tools/gen-emoji-table.py @@ -54,7 +54,8 @@ for typ,s in sets.items(): if typ not in ['Emoji', 'Emoji_Presentation', 'Emoji_Modifier', - 'Emoji_Modifier_Base']: continue + 'Emoji_Modifier_Base', + 'Extended_Pictographic']: continue print() print("static const struct Interval _pango_%s_table[] =" % typ) print("{") |