Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fceef5cb authored by Siyamed Sinir's avatar Siyamed Sinir Committed by android-build-merger
Browse files

Merge "Update fontchain to read from additional sequences" into oc-dev am: a54b89e0

am: eb161e24

Change-Id: Ia3a37d0ef797a27b1f42c7d8e7df8228cecbda33
parents 1a46e621 eb161e24
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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(