Merge "Remove rifle (1F946) from emoji font." into nyc-dev
am: 0a9c387847
* commit '0a9c387847db52dfcfbb134916f51211560a290c':
Remove rifle (1F946) from emoji font.
Change-Id: Ic6c87fb2b3b84dbe01c9681a1af11ae57e39e6a2
This commit is contained in:
@@ -412,8 +412,9 @@ def parse_ucd(ucd_path):
|
||||
path.join(ucd_path, 'emoji-zwj-sequences.txt'))
|
||||
|
||||
# filter modern pentathlon, as it seems likely to be removed from final spec
|
||||
# also filter rifle
|
||||
def is_excluded(n):
|
||||
return n == 0x1f93b
|
||||
return n in [0x1f93b, 0x1f946]
|
||||
|
||||
def contains_excluded(t):
|
||||
if type(t) == int:
|
||||
|
||||
Reference in New Issue
Block a user