also check single emoji

This commit is contained in:
guidotheelen 2020-04-22 09:51:20 +02:00
parent 22a6f51174
commit 16fa539f74

View file

@ -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