Skip to content

Commit

Permalink
Add support for Clipperton Island flag emoji.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-preston committed Feb 28, 2022
1 parent e4e6b07 commit a46f293
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions codegen/emoji/data.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ std::map<InputId, InputId> FlagAliases = {
// { { 0xD83CDDF9U, 0xD83CDDE6U, }, { 0xD83CDDF8U, 0xD83CDDEDU, } },
// { { 0xD83CDDF2U, 0xD83CDDEBU, }, { 0xD83CDDEBU, 0xD83CDDF7U, } },
// { { 0xD83CDDEAU, 0xD83CDDE6U, }, { 0xD83CDDEAU, 0xD83CDDF8U, } },
{ { 0xD83CDDE8U, 0xD83CDDF5U, }, { 0xD83CDDEBU, 0xD83CDDF7U, } },
};

std::map<Id, std::vector<Id>> Aliases; // original -> list of aliased
Expand Down

0 comments on commit a46f293

Please sign in to comment.