mirror of
https://github.com/googlefonts/noto-emoji.git
synced 2025-06-07 23:37:58 +00:00
also check single emoji
This commit is contained in:
parent
22a6f51174
commit
16fa539f74
1 changed files with 5 additions and 5 deletions
|
@ -271,11 +271,11 @@ def _check_coverage(seq_to_filepath, unicode_version):
|
||||||
|
|
||||||
# check single emoji, this includes most of the special chars
|
# check single emoji, this includes most of the special chars
|
||||||
emoji = sorted(unicode_data.get_emoji())
|
emoji = sorted(unicode_data.get_emoji())
|
||||||
# for cp in emoji:
|
for cp in emoji:
|
||||||
# if tuple([cp]) not in seq_to_filepath:
|
if tuple([cp]) not in seq_to_filepath:
|
||||||
# print(
|
print(
|
||||||
# 'coverage: missing single %04x (%s)' % (
|
'coverage: missing single %04x (%s)' % (
|
||||||
# cp, unicode_data.name(cp, '<no name>')))
|
cp, unicode_data.name(cp, '<no name>')))
|
||||||
|
|
||||||
# special characters
|
# special characters
|
||||||
# all but combining enclosing keycap are currently marked as emoji
|
# all but combining enclosing keycap are currently marked as emoji
|
||||||
|
|
Loading…
Add table
Reference in a new issue