Skip to content

Commit

Permalink
add non-qualified skin tone modifiers
Browse files Browse the repository at this point in the history
closes #18
  • Loading branch information
aaronpk committed Feb 19, 2024
1 parent dfd23c7 commit 36dc829
Show file tree
Hide file tree
Showing 3 changed files with 819 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build/build.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@
$longest_emoji = max($longest_emoji, $len);

$map[$var['unified']] = $short_name;

if(isset($var['non_qualified'])) {
$map[$var['non_qualified']] = $short_name;
}
}
}
}
Expand Down
Loading

0 comments on commit 36dc829

Please sign in to comment.