From 144b7125fc03676db986ced05882164198de418b Mon Sep 17 00:00:00 2001 From: Mauro Cassani Date: Tue, 14 May 2024 16:42:15 +0200 Subject: [PATCH] map update --- src/Emoji.php | 8 ++++++++ tests/EmojiTest.php | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/src/Emoji.php b/src/Emoji.php index 8583a45..413102f 100644 --- a/src/Emoji.php +++ b/src/Emoji.php @@ -7449,6 +7449,14 @@ class Emoji { '🩷' => '🩷', '🪞' => '🪞', '🫣' => '🫣', + 'ô€€€' => '􀀀', + '🪥' => '🪥', + 'ô€•ž' => '􀕞', + '🫧' => '🫧', + 'ô€¯‰' => '􀯉', + '🦫' => '🦫', + 'ô€†Ÿ' => '􀆟', + '🪗' => '🪗', ]; private static $inverse_char_map = []; diff --git a/tests/EmojiTest.php b/tests/EmojiTest.php index 5333361..5747366 100644 --- a/tests/EmojiTest.php +++ b/tests/EmojiTest.php @@ -94,6 +94,14 @@ public function canReplaceEmojisWithEntites() { '🩷' => '🩷', '🪞' => '🪞', '🫣' => '🫣', + 'ô€€€' => '􀀀', + '🪥' => '🪥', + 'ô€•ž' => '􀕞', + '🫧' => '🫧', + 'ô€¯‰' => '􀯉', + '🦫' => '🦫', + 'ô€†Ÿ' => '􀆟', + '🪗' => '🪗', ]; foreach ( $dataset as $emoji => $entity ) {