Ryan Liptak
379baa984d
LibGfx: Always lookup emojis without emoji presentation specifiers
...
This allows us to treat unqualified, minimally-qualified, and
fully-qualified emojis the same as long as emoji filenames are in their
least qualified form (with respect to emoji presentation).
For example, the transgender flag emoji has 4 possible forms:
1F3F3 FE0F 200D 26A7 FE0F ; fully-qualified # 🏳️⚧️
1F3F3 200D 26A7 FE0F ; unqualified # 🏳⚧️
1F3F3 FE0F 200D 26A7 ; unqualified # 🏳️ ⚧
1F3F3 200D 26A7 ; unqualified # 🏳⚧
In order to treat them all as the same, we now drop all forms down
to 1F3F3 200D 26A7 (skipping any FE0F codepoints) and then do the
lookup for that form.
2022-08-20 23:50:41 +01:00
..
2022-06-30 11:16:22 +02:00
2022-08-20 23:50:41 +01:00
2022-05-07 20:25:39 +02:00
2022-07-12 23:11:35 +02:00
2022-06-23 19:13:24 +01:00
2022-06-18 02:34:56 +01:00
2022-07-19 12:39:24 +02:00
2022-07-12 23:11:35 +02:00
2022-07-12 23:11:35 +02:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-03-04 17:41:08 +01:00
2022-08-09 12:08:21 +02:00
2022-08-09 12:08:21 +02:00
2022-08-01 10:29:53 +02:00
2022-04-01 21:24:45 +01:00
2022-06-30 11:16:22 +02:00
2022-07-12 23:11:35 +02:00
2022-05-26 00:07:24 +01:00
2022-07-12 23:11:35 +02:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-04-07 17:06:02 +02:00
2022-04-02 18:37:38 +02:00
2022-07-12 23:11:35 +02:00
2022-04-01 21:24:45 +01:00
2022-07-12 23:11:35 +02:00
2022-04-01 21:24:45 +01:00
2022-03-17 17:23:49 +00:00
2022-03-17 17:23:49 +00:00
2022-07-12 23:11:35 +02:00
2022-04-01 21:24:45 +01:00
2022-03-17 17:23:49 +00:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-07-17 20:11:38 +01:00
2022-06-20 12:40:51 +01:00
2022-04-01 21:24:45 +01:00
2022-04-25 23:45:24 +02:00
2022-08-14 11:30:40 +02:00
2022-08-14 11:30:40 +02:00
2022-03-13 22:35:20 +01:00
2022-07-12 23:11:35 +02:00
2022-04-01 21:24:45 +01:00
2022-07-12 23:11:35 +02:00
2022-08-18 11:12:59 +01:00
2022-04-01 21:24:45 +01:00
2022-07-10 15:01:07 +02:00
2022-07-30 23:21:42 +02:00
2022-07-10 15:01:07 +02:00
2022-06-20 12:40:51 +01:00
2022-04-01 21:24:45 +01:00
2022-07-12 23:11:35 +02:00
2022-03-13 22:35:20 +01:00
2022-07-12 23:11:35 +02:00
2022-07-12 23:11:35 +02:00
2022-04-13 15:21:27 +01:00
2022-04-13 15:21:27 +01:00
2022-04-07 17:06:02 +02:00
2022-04-01 21:24:45 +01:00
2022-05-07 20:25:39 +02:00
2022-07-12 23:11:35 +02:00
2022-04-01 21:24:45 +01:00
2022-08-08 22:39:06 +02:00
2022-04-01 21:24:45 +01:00
2022-08-09 12:08:21 +02:00
2022-08-09 12:08:21 +02:00
2022-06-17 19:46:30 +01:00
2022-07-12 23:11:35 +02:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-07-12 23:11:35 +02:00
2022-04-09 23:48:18 +02:00
2022-04-07 17:06:02 +02:00
2022-04-07 17:06:02 +02:00
2022-05-05 20:50:46 +02:00
2022-05-05 20:50:46 +02:00
2022-05-05 20:50:46 +02:00
2022-05-09 21:49:48 +02:00
2022-03-17 17:23:49 +00:00
2022-04-01 21:24:45 +01:00