Merge "Remove rifle (1F946) from emoji font." into nyc-dev am: 0a9c387847

am: aef572227b

* commit 'aef572227b3f5b26043ccfa8c41866e11bf8550d':
  Remove rifle (1F946) from emoji font.

Change-Id: I1c88de58660b7ca0daca534cd7baf8d3e60ab085
This commit is contained in:
Doug Felt
2016-05-10 21:34:21 +00:00
committed by android-build-merger

View File

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