From fe447070e2152301679c30233f53cf68ece1841b Mon Sep 17 00:00:00 2001 From: Samuel Munilla Date: Fri, 10 Feb 2017 09:54:03 -0500 Subject: [PATCH] Add Unicode Codepoints to Emoji Map Fixes #8. --- emoji/emojimap.json | 64 ++++++++++++++++++++++----------------------- 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/emoji/emojimap.json b/emoji/emojimap.json index b02806c..6652f52 100644 --- a/emoji/emojimap.json +++ b/emoji/emojimap.json @@ -2,38 +2,38 @@ "version": "draft+1", "description": "This ordered list of emojiwords is the conventional order for the practice of conveying checksums with emoji. Each position provides the alternative for resolving the desired emoji.", "emojiwords": [ - [":+1:"], - [":8ball:"], - [":airplane:"], - [":alien:"], - [":anchor:"], - [":angel:"], - [":angry:"], - [":ant:"], - [":apple:"], - [":art:"], - [":baby:"], - [":baby_bottle:"], - [":back:"], - [":bamboo:"], - [":banana:"], - [":barber:"], - [":bathtub:"], - [":beer:"], - [":bell:"], - [":bicyclist:"], - [":bird:"], - [":birthday:"], - [":blossom:"], - [":blue_car:"], - [":boar:"], - [":bomb:"], - [":boom:"], - [":bow:"], - [":boy:"], - [":broken_heart:"], - [":bulb:"], - [":bus:"], + [":+1:", "U+1F44D"], + [":8ball:", "U+1F3B1"], + [":airplane:", "U+2708"], + [":alien:", "U+1F47D"], + [":anchor:", "U+2693"], + [":angel:", "U+1F607"], + [":angry:", "U+1F621"], + [":ant:", "U+1F41C"], + [":apple:", "U+1F34E"], + [":art:", "U+1F3A8"], + [":baby:", "U+1F476"], + [":baby_bottle:", "U+1F37C"], + [":back:", "U+1F519"], + [":bamboo:", "U+1F38D"], + [":banana:", "U+1F34C"], + [":barber:", "U+1F488"], + [":bathtub:", "U+1F6C1"], + [":beer:", "U+1F37A"], + [":bell:", "U+1F514"], + [":bicyclist:", "U+1F6B4"], + [":bird:", "U+1F426"], + [":birthday:", "U+1F382"], + [":blossom:", "U+1F33C"], + [":blue_car:", "U+1F693"], + [":boar:", "U+1F417"], + [":bomb:", "U+1F4A3"], + [":boom:", "U+1F4A5"], + [":bow:", "U+1F3F9"], + [":boy:", "U+1F466"], + [":broken_heart:", "U+1F494"], + [":bulb:", "U+1F4A1"], + [":bus:", "U+1F68C"], [":cactus:"], [":calendar:"], [":camera:"],