Skip to content
Snippets Groups Projects
Commit 6e06ad05 authored by Siyamed Sinir's avatar Siyamed Sinir
Browse files

Update fontchain to read from additional sequences

Test: make fontchain_lint

Bug: 37520224
Bug: 37169477
Change-Id: Ie01a2aca85314701654cc2397f0bcf8eafdbe608
parent 95cdc612
No related branches found
No related tags found
No related merge requests found
......@@ -428,7 +428,8 @@ def parse_ucd(ucd_path):
_text_variation_sequences, _emoji_variation_sequences = sequences
_emoji_sequences = parse_unicode_datafile(
path.join(ucd_path, 'emoji-sequences.txt'))
_emoji_sequences.update(parse_unicode_datafile(
path.join(ucd_path, 'additions', 'emoji-sequences.txt')))
_emoji_zwj_sequences = parse_unicode_datafile(
path.join(ucd_path, 'emoji-zwj-sequences.txt'))
_emoji_zwj_sequences.update(parse_unicode_datafile(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment