mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
emoji update
This commit is contained in:
@@ -8,16 +8,32 @@ import json
|
||||
|
||||
EMOJI_JSON_URL = 'https://raw.githubusercontent.com/github/gemoji/master/db/emoji.json'
|
||||
|
||||
def print_emoji(emoji_json):
|
||||
def string_emoji(emoji_json):
|
||||
for alias in emoji_json['aliases']:
|
||||
print(' {{":{0}:", "{1}"}}, // {2}'.format(alias,
|
||||
return(' {{":{0}:", "{1}"}}, // {2}\n'.format(alias,
|
||||
''.join('\\x{:02x}'.format(b) for b in emoji_json['emoji'].encode('utf8')),
|
||||
emoji_json['emoji']))
|
||||
|
||||
''.join('\\x{:02x}'.format(b) for b in emoji_json['emoji'].encode('utf8')),
|
||||
|
||||
emoji_json['emoji']))
|
||||
|
||||
print(
|
||||
"""#ifndef EMOJIS_H__
|
||||
C_HEADER="""//-----------------------------------------------------------------------------
|
||||
// Borrowed initially from https://github.com/github/gemoji
|
||||
// Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
|
||||
//
|
||||
// This program is free software: you can redistribute it and/or modify
|
||||
// it under the terms of the GNU General Public License as published by
|
||||
// the Free Software Foundation, either version 3 of the License, or
|
||||
// (at your option) any later version.
|
||||
//
|
||||
// This program is distributed in the hope that it will be useful,
|
||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
// GNU General Public License for more details.
|
||||
//
|
||||
// See LICENSE.txt for the text of the license.
|
||||
//-----------------------------------------------------------------------------
|
||||
// *DO NOT EDIT MANUALLY*
|
||||
// Autogenerated with emojis_scrap_github.py
|
||||
//-----------------------------------------------------------------------------
|
||||
#ifndef EMOJIS_H__
|
||||
#define EMOJIS_H__
|
||||
|
||||
typedef struct emoji_s {
|
||||
@@ -26,13 +42,18 @@ typedef struct emoji_s {
|
||||
} emoji_t;
|
||||
// emoji_t array are expected to be NULL terminated
|
||||
|
||||
static emoji_t EmojiTable[] = {""")
|
||||
static emoji_t EmojiTable[] = {
|
||||
"""
|
||||
|
||||
with urlopen(EMOJI_JSON_URL) as conn:
|
||||
emojis_json = json.loads(conn.read().decode('utf-8'))
|
||||
for emoji_json in emojis_json:
|
||||
print_emoji(emoji_json)
|
||||
|
||||
print(""" {NULL, NULL}
|
||||
C_FOOTER=""" {NULL, NULL}
|
||||
};
|
||||
#endif""")
|
||||
#endif
|
||||
"""
|
||||
|
||||
with open('src/emojis.h','w') as femoji:
|
||||
with urlopen(EMOJI_JSON_URL) as conn:
|
||||
emojis_json = json.loads(conn.read().decode('utf-8'))
|
||||
femoji.write(C_HEADER)
|
||||
for emoji_json in emojis_json:
|
||||
femoji.write(string_emoji(emoji_json))
|
||||
femoji.write(C_FOOTER)
|
||||
|
||||
+4
-43
@@ -1,4 +1,5 @@
|
||||
//-----------------------------------------------------------------------------
|
||||
// Borrowed initially from https://github.com/github/gemoji
|
||||
// Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
|
||||
//
|
||||
// This program is free software: you can redistribute it and/or modify
|
||||
@@ -13,6 +14,9 @@
|
||||
//
|
||||
// See LICENSE.txt for the text of the license.
|
||||
//-----------------------------------------------------------------------------
|
||||
// *DO NOT EDIT MANUALLY*
|
||||
// Autogenerated with emojis_scrap_github.py
|
||||
//-----------------------------------------------------------------------------
|
||||
#ifndef EMOJIS_H__
|
||||
#define EMOJIS_H__
|
||||
|
||||
@@ -28,7 +32,6 @@ static emoji_t EmojiTable[] = {
|
||||
{":smile:", "\xf0\x9f\x98\x84"}, // ๐
|
||||
{":grin:", "\xf0\x9f\x98\x81"}, // ๐
|
||||
{":laughing:", "\xf0\x9f\x98\x86"}, // ๐
|
||||
{":satisfied:", "\xf0\x9f\x98\x86"}, // ๐
|
||||
{":sweat_smile:", "\xf0\x9f\x98\x85"}, // ๐
|
||||
{":rofl:", "\xf0\x9f\xa4\xa3"}, // ๐คฃ
|
||||
{":joy:", "\xf0\x9f\x98\x82"}, // ๐
|
||||
@@ -117,7 +120,6 @@ static emoji_t EmojiTable[] = {
|
||||
{":yawning_face:", "\xf0\x9f\xa5\xb1"}, // ๐ฅฑ
|
||||
{":triumph:", "\xf0\x9f\x98\xa4"}, // ๐ค
|
||||
{":rage:", "\xf0\x9f\x98\xa1"}, // ๐ก
|
||||
{":pout:", "\xf0\x9f\x98\xa1"}, // ๐ก
|
||||
{":angry:", "\xf0\x9f\x98\xa0"}, // ๐
|
||||
{":cursing_face:", "\xf0\x9f\xa4\xac"}, // ๐คฌ
|
||||
{":smiling_imp:", "\xf0\x9f\x98\x88"}, // ๐
|
||||
@@ -125,8 +127,6 @@ static emoji_t EmojiTable[] = {
|
||||
{":skull:", "\xf0\x9f\x92\x80"}, // ๐
|
||||
{":skull_and_crossbones:", "\xe2\x98\xa0\xef\xb8\x8f"}, // โ ๏ธ
|
||||
{":hankey:", "\xf0\x9f\x92\xa9"}, // ๐ฉ
|
||||
{":poop:", "\xf0\x9f\x92\xa9"}, // ๐ฉ
|
||||
{":shit:", "\xf0\x9f\x92\xa9"}, // ๐ฉ
|
||||
{":clown_face:", "\xf0\x9f\xa4\xa1"}, // ๐คก
|
||||
{":japanese_ogre:", "\xf0\x9f\x91\xb9"}, // ๐น
|
||||
{":japanese_goblin:", "\xf0\x9f\x91\xba"}, // ๐บ
|
||||
@@ -172,7 +172,6 @@ static emoji_t EmojiTable[] = {
|
||||
{":100:", "\xf0\x9f\x92\xaf"}, // ๐ฏ
|
||||
{":anger:", "\xf0\x9f\x92\xa2"}, // ๐ข
|
||||
{":boom:", "\xf0\x9f\x92\xa5"}, // ๐ฅ
|
||||
{":collision:", "\xf0\x9f\x92\xa5"}, // ๐ฅ
|
||||
{":dizzy:", "\xf0\x9f\x92\xab"}, // ๐ซ
|
||||
{":sweat_drops:", "\xf0\x9f\x92\xa6"}, // ๐ฆ
|
||||
{":dash:", "\xf0\x9f\x92\xa8"}, // ๐จ
|
||||
@@ -188,7 +187,6 @@ static emoji_t EmojiTable[] = {
|
||||
{":raised_back_of_hand:", "\xf0\x9f\xa4\x9a"}, // ๐ค
|
||||
{":raised_hand_with_fingers_splayed:", "\xf0\x9f\x96\x90\xef\xb8\x8f"}, // ๐๏ธ
|
||||
{":hand:", "\xe2\x9c\x8b"}, // โ
|
||||
{":raised_hand:", "\xe2\x9c\x8b"}, // โ
|
||||
{":vulcan_salute:", "\xf0\x9f\x96\x96"}, // ๐
|
||||
{":ok_hand:", "\xf0\x9f\x91\x8c"}, // ๐
|
||||
{":pinched_fingers:", "\xf0\x9f\xa4\x8c"}, // ๐ค
|
||||
@@ -202,18 +200,12 @@ static emoji_t EmojiTable[] = {
|
||||
{":point_right:", "\xf0\x9f\x91\x89"}, // ๐
|
||||
{":point_up_2:", "\xf0\x9f\x91\x86"}, // ๐
|
||||
{":middle_finger:", "\xf0\x9f\x96\x95"}, // ๐
|
||||
{":fu:", "\xf0\x9f\x96\x95"}, // ๐
|
||||
{":point_down:", "\xf0\x9f\x91\x87"}, // ๐
|
||||
{":point_up:", "\xe2\x98\x9d\xef\xb8\x8f"}, // โ๏ธ
|
||||
{":+1:", "\xf0\x9f\x91\x8d"}, // ๐
|
||||
{":thumbsup:", "\xf0\x9f\x91\x8d"}, // ๐
|
||||
{":-1:", "\xf0\x9f\x91\x8e"}, // ๐
|
||||
{":thumbsdown:", "\xf0\x9f\x91\x8e"}, // ๐
|
||||
{":fist_raised:", "\xe2\x9c\x8a"}, // โ
|
||||
{":fist:", "\xe2\x9c\x8a"}, // โ
|
||||
{":fist_oncoming:", "\xf0\x9f\x91\x8a"}, // ๐
|
||||
{":facepunch:", "\xf0\x9f\x91\x8a"}, // ๐
|
||||
{":punch:", "\xf0\x9f\x91\x8a"}, // ๐
|
||||
{":fist_left:", "\xf0\x9f\xa4\x9b"}, // ๐ค
|
||||
{":fist_right:", "\xf0\x9f\xa4\x9c"}, // ๐ค
|
||||
{":clap:", "\xf0\x9f\x91\x8f"}, // ๐
|
||||
@@ -266,7 +258,6 @@ static emoji_t EmojiTable[] = {
|
||||
{":bald_woman:", "\xf0\x9f\x91\xa9\xe2\x80\x8d\xf0\x9f\xa6\xb2"}, // ๐ฉโ๐ฆฒ
|
||||
{":person_bald:", "\xf0\x9f\xa7\x91\xe2\x80\x8d\xf0\x9f\xa6\xb2"}, // ๐งโ๐ฆฒ
|
||||
{":blond_haired_woman:", "\xf0\x9f\x91\xb1\xe2\x80\x8d\xe2\x99\x80\xef\xb8\x8f"}, // ๐ฑโโ๏ธ
|
||||
{":blonde_woman:", "\xf0\x9f\x91\xb1\xe2\x80\x8d\xe2\x99\x80\xef\xb8\x8f"}, // ๐ฑโโ๏ธ
|
||||
{":blond_haired_man:", "\xf0\x9f\x91\xb1\xe2\x80\x8d\xe2\x99\x82\xef\xb8\x8f"}, // ๐ฑโโ๏ธ
|
||||
{":older_adult:", "\xf0\x9f\xa7\x93"}, // ๐ง
|
||||
{":older_man:", "\xf0\x9f\x91\xb4"}, // ๐ด
|
||||
@@ -279,18 +270,13 @@ static emoji_t EmojiTable[] = {
|
||||
{":pouting_woman:", "\xf0\x9f\x99\x8e\xe2\x80\x8d\xe2\x99\x80\xef\xb8\x8f"}, // ๐โโ๏ธ
|
||||
{":no_good:", "\xf0\x9f\x99\x85"}, // ๐
|
||||
{":no_good_man:", "\xf0\x9f\x99\x85\xe2\x80\x8d\xe2\x99\x82\xef\xb8\x8f"}, // ๐
โโ๏ธ
|
||||
{":ng_man:", "\xf0\x9f\x99\x85\xe2\x80\x8d\xe2\x99\x82\xef\xb8\x8f"}, // ๐
โโ๏ธ
|
||||
{":no_good_woman:", "\xf0\x9f\x99\x85\xe2\x80\x8d\xe2\x99\x80\xef\xb8\x8f"}, // ๐
โโ๏ธ
|
||||
{":ng_woman:", "\xf0\x9f\x99\x85\xe2\x80\x8d\xe2\x99\x80\xef\xb8\x8f"}, // ๐
โโ๏ธ
|
||||
{":ok_person:", "\xf0\x9f\x99\x86"}, // ๐
|
||||
{":ok_man:", "\xf0\x9f\x99\x86\xe2\x80\x8d\xe2\x99\x82\xef\xb8\x8f"}, // ๐โโ๏ธ
|
||||
{":ok_woman:", "\xf0\x9f\x99\x86\xe2\x80\x8d\xe2\x99\x80\xef\xb8\x8f"}, // ๐โโ๏ธ
|
||||
{":tipping_hand_person:", "\xf0\x9f\x92\x81"}, // ๐
|
||||
{":information_desk_person:", "\xf0\x9f\x92\x81"}, // ๐
|
||||
{":tipping_hand_man:", "\xf0\x9f\x92\x81\xe2\x80\x8d\xe2\x99\x82\xef\xb8\x8f"}, // ๐โโ๏ธ
|
||||
{":sassy_man:", "\xf0\x9f\x92\x81\xe2\x80\x8d\xe2\x99\x82\xef\xb8\x8f"}, // ๐โโ๏ธ
|
||||
{":tipping_hand_woman:", "\xf0\x9f\x92\x81\xe2\x80\x8d\xe2\x99\x80\xef\xb8\x8f"}, // ๐โโ๏ธ
|
||||
{":sassy_woman:", "\xf0\x9f\x92\x81\xe2\x80\x8d\xe2\x99\x80\xef\xb8\x8f"}, // ๐โโ๏ธ
|
||||
{":raising_hand:", "\xf0\x9f\x99\x8b"}, // ๐
|
||||
{":raising_hand_man:", "\xf0\x9f\x99\x8b\xe2\x80\x8d\xe2\x99\x82\xef\xb8\x8f"}, // ๐โโ๏ธ
|
||||
{":raising_hand_woman:", "\xf0\x9f\x99\x8b\xe2\x80\x8d\xe2\x99\x80\xef\xb8\x8f"}, // ๐โโ๏ธ
|
||||
@@ -355,7 +341,6 @@ static emoji_t EmojiTable[] = {
|
||||
{":man_firefighter:", "\xf0\x9f\x91\xa8\xe2\x80\x8d\xf0\x9f\x9a\x92"}, // ๐จโ๐
|
||||
{":woman_firefighter:", "\xf0\x9f\x91\xa9\xe2\x80\x8d\xf0\x9f\x9a\x92"}, // ๐ฉโ๐
|
||||
{":police_officer:", "\xf0\x9f\x91\xae"}, // ๐ฎ
|
||||
{":cop:", "\xf0\x9f\x91\xae"}, // ๐ฎ
|
||||
{":policeman:", "\xf0\x9f\x91\xae\xe2\x80\x8d\xe2\x99\x82\xef\xb8\x8f"}, // ๐ฎโโ๏ธ
|
||||
{":policewoman:", "\xf0\x9f\x91\xae\xe2\x80\x8d\xe2\x99\x80\xef\xb8\x8f"}, // ๐ฎโโ๏ธ
|
||||
{":detective:", "\xf0\x9f\x95\xb5\xef\xb8\x8f"}, // ๐ต๏ธ
|
||||
@@ -381,7 +366,6 @@ static emoji_t EmojiTable[] = {
|
||||
{":person_with_veil:", "\xf0\x9f\x91\xb0"}, // ๐ฐ
|
||||
{":man_with_veil:", "\xf0\x9f\x91\xb0\xe2\x80\x8d\xe2\x99\x82\xef\xb8\x8f"}, // ๐ฐโโ๏ธ
|
||||
{":woman_with_veil:", "\xf0\x9f\x91\xb0\xe2\x80\x8d\xe2\x99\x80\xef\xb8\x8f"}, // ๐ฐโโ๏ธ
|
||||
{":bride_with_veil:", "\xf0\x9f\x91\xb0\xe2\x80\x8d\xe2\x99\x80\xef\xb8\x8f"}, // ๐ฐโโ๏ธ
|
||||
{":pregnant_woman:", "\xf0\x9f\xa4\xb0"}, // ๐คฐ
|
||||
{":breast_feeding:", "\xf0\x9f\xa4\xb1"}, // ๐คฑ
|
||||
{":woman_feeding_baby:", "\xf0\x9f\x91\xa9\xe2\x80\x8d\xf0\x9f\x8d\xbc"}, // ๐ฉโ๐ผ
|
||||
@@ -443,11 +427,9 @@ static emoji_t EmojiTable[] = {
|
||||
{":man_in_manual_wheelchair:", "\xf0\x9f\x91\xa8\xe2\x80\x8d\xf0\x9f\xa6\xbd"}, // ๐จโ๐ฆฝ
|
||||
{":woman_in_manual_wheelchair:", "\xf0\x9f\x91\xa9\xe2\x80\x8d\xf0\x9f\xa6\xbd"}, // ๐ฉโ๐ฆฝ
|
||||
{":runner:", "\xf0\x9f\x8f\x83"}, // ๐
|
||||
{":running:", "\xf0\x9f\x8f\x83"}, // ๐
|
||||
{":running_man:", "\xf0\x9f\x8f\x83\xe2\x80\x8d\xe2\x99\x82\xef\xb8\x8f"}, // ๐โโ๏ธ
|
||||
{":running_woman:", "\xf0\x9f\x8f\x83\xe2\x80\x8d\xe2\x99\x80\xef\xb8\x8f"}, // ๐โโ๏ธ
|
||||
{":woman_dancing:", "\xf0\x9f\x92\x83"}, // ๐
|
||||
{":dancer:", "\xf0\x9f\x92\x83"}, // ๐
|
||||
{":man_dancing:", "\xf0\x9f\x95\xba"}, // ๐บ
|
||||
{":business_suit_levitating:", "\xf0\x9f\x95\xb4\xef\xb8\x8f"}, // ๐ด๏ธ
|
||||
{":dancers:", "\xf0\x9f\x91\xaf"}, // ๐ฏ
|
||||
@@ -477,9 +459,7 @@ static emoji_t EmojiTable[] = {
|
||||
{":swimming_woman:", "\xf0\x9f\x8f\x8a\xe2\x80\x8d\xe2\x99\x80\xef\xb8\x8f"}, // ๐โโ๏ธ
|
||||
{":bouncing_ball_person:", "\xe2\x9b\xb9\xef\xb8\x8f"}, // โน๏ธ
|
||||
{":bouncing_ball_man:", "\xe2\x9b\xb9\xef\xb8\x8f\xe2\x80\x8d\xe2\x99\x82\xef\xb8\x8f"}, // โน๏ธโโ๏ธ
|
||||
{":basketball_man:", "\xe2\x9b\xb9\xef\xb8\x8f\xe2\x80\x8d\xe2\x99\x82\xef\xb8\x8f"}, // โน๏ธโโ๏ธ
|
||||
{":bouncing_ball_woman:", "\xe2\x9b\xb9\xef\xb8\x8f\xe2\x80\x8d\xe2\x99\x80\xef\xb8\x8f"}, // โน๏ธโโ๏ธ
|
||||
{":basketball_woman:", "\xe2\x9b\xb9\xef\xb8\x8f\xe2\x80\x8d\xe2\x99\x80\xef\xb8\x8f"}, // โน๏ธโโ๏ธ
|
||||
{":weight_lifting:", "\xf0\x9f\x8f\x8b\xef\xb8\x8f"}, // ๐๏ธ
|
||||
{":weight_lifting_man:", "\xf0\x9f\x8f\x8b\xef\xb8\x8f\xe2\x80\x8d\xe2\x99\x82\xef\xb8\x8f"}, // ๐๏ธโโ๏ธ
|
||||
{":weight_lifting_woman:", "\xf0\x9f\x8f\x8b\xef\xb8\x8f\xe2\x80\x8d\xe2\x99\x80\xef\xb8\x8f"}, // ๐๏ธโโ๏ธ
|
||||
@@ -616,7 +596,6 @@ static emoji_t EmojiTable[] = {
|
||||
{":kangaroo:", "\xf0\x9f\xa6\x98"}, // ๐ฆ
|
||||
{":badger:", "\xf0\x9f\xa6\xa1"}, // ๐ฆก
|
||||
{":feet:", "\xf0\x9f\x90\xbe"}, // ๐พ
|
||||
{":paw_prints:", "\xf0\x9f\x90\xbe"}, // ๐พ
|
||||
{":turkey:", "\xf0\x9f\xa6\x83"}, // ๐ฆ
|
||||
{":chicken:", "\xf0\x9f\x90\x94"}, // ๐
|
||||
{":rooster:", "\xf0\x9f\x90\x93"}, // ๐
|
||||
@@ -647,7 +626,6 @@ static emoji_t EmojiTable[] = {
|
||||
{":whale:", "\xf0\x9f\x90\xb3"}, // ๐ณ
|
||||
{":whale2:", "\xf0\x9f\x90\x8b"}, // ๐
|
||||
{":dolphin:", "\xf0\x9f\x90\xac"}, // ๐ฌ
|
||||
{":flipper:", "\xf0\x9f\x90\xac"}, // ๐ฌ
|
||||
{":seal:", "\xf0\x9f\xa6\xad"}, // ๐ฆญ
|
||||
{":fish:", "\xf0\x9f\x90\x9f"}, // ๐
|
||||
{":tropical_fish:", "\xf0\x9f\x90\xa0"}, // ๐
|
||||
@@ -660,7 +638,6 @@ static emoji_t EmojiTable[] = {
|
||||
{":bug:", "\xf0\x9f\x90\x9b"}, // ๐
|
||||
{":ant:", "\xf0\x9f\x90\x9c"}, // ๐
|
||||
{":bee:", "\xf0\x9f\x90\x9d"}, // ๐
|
||||
{":honeybee:", "\xf0\x9f\x90\x9d"}, // ๐
|
||||
{":beetle:", "\xf0\x9f\xaa\xb2"}, // ๐ชฒ
|
||||
{":lady_beetle:", "\xf0\x9f\x90\x9e"}, // ๐
|
||||
{":cricket:", "\xf0\x9f\xa6\x97"}, // ๐ฆ
|
||||
@@ -699,8 +676,6 @@ static emoji_t EmojiTable[] = {
|
||||
{":melon:", "\xf0\x9f\x8d\x88"}, // ๐
|
||||
{":watermelon:", "\xf0\x9f\x8d\x89"}, // ๐
|
||||
{":tangerine:", "\xf0\x9f\x8d\x8a"}, // ๐
|
||||
{":orange:", "\xf0\x9f\x8d\x8a"}, // ๐
|
||||
{":mandarin:", "\xf0\x9f\x8d\x8a"}, // ๐
|
||||
{":lemon:", "\xf0\x9f\x8d\x8b"}, // ๐
|
||||
{":banana:", "\xf0\x9f\x8d\x8c"}, // ๐
|
||||
{":pineapple:", "\xf0\x9f\x8d\x8d"}, // ๐
|
||||
@@ -825,7 +800,6 @@ static emoji_t EmojiTable[] = {
|
||||
{":fork_and_knife:", "\xf0\x9f\x8d\xb4"}, // ๐ด
|
||||
{":spoon:", "\xf0\x9f\xa5\x84"}, // ๐ฅ
|
||||
{":hocho:", "\xf0\x9f\x94\xaa"}, // ๐ช
|
||||
{":knife:", "\xf0\x9f\x94\xaa"}, // ๐ช
|
||||
{":amphora:", "\xf0\x9f\x8f\xba"}, // ๐บ
|
||||
{":earth_africa:", "\xf0\x9f\x8c\x8d"}, // ๐
|
||||
{":earth_americas:", "\xf0\x9f\x8c\x8e"}, // ๐
|
||||
@@ -915,7 +889,6 @@ static emoji_t EmojiTable[] = {
|
||||
{":taxi:", "\xf0\x9f\x9a\x95"}, // ๐
|
||||
{":oncoming_taxi:", "\xf0\x9f\x9a\x96"}, // ๐
|
||||
{":car:", "\xf0\x9f\x9a\x97"}, // ๐
|
||||
{":red_car:", "\xf0\x9f\x9a\x97"}, // ๐
|
||||
{":oncoming_automobile:", "\xf0\x9f\x9a\x98"}, // ๐
|
||||
{":blue_car:", "\xf0\x9f\x9a\x99"}, // ๐
|
||||
{":pickup_truck:", "\xf0\x9f\x9b\xbb"}, // ๐ป
|
||||
@@ -944,7 +917,6 @@ static emoji_t EmojiTable[] = {
|
||||
{":construction:", "\xf0\x9f\x9a\xa7"}, // ๐ง
|
||||
{":anchor:", "\xe2\x9a\x93"}, // โ
|
||||
{":boat:", "\xe2\x9b\xb5"}, // โต
|
||||
{":sailboat:", "\xe2\x9b\xb5"}, // โต
|
||||
{":canoe:", "\xf0\x9f\x9b\xb6"}, // ๐ถ
|
||||
{":speedboat:", "\xf0\x9f\x9a\xa4"}, // ๐ค
|
||||
{":passenger_ship:", "\xf0\x9f\x9b\xb3\xef\xb8\x8f"}, // ๐ณ๏ธ
|
||||
@@ -1001,7 +973,6 @@ static emoji_t EmojiTable[] = {
|
||||
{":waxing_crescent_moon:", "\xf0\x9f\x8c\x92"}, // ๐
|
||||
{":first_quarter_moon:", "\xf0\x9f\x8c\x93"}, // ๐
|
||||
{":moon:", "\xf0\x9f\x8c\x94"}, // ๐
|
||||
{":waxing_gibbous_moon:", "\xf0\x9f\x8c\x94"}, // ๐
|
||||
{":full_moon:", "\xf0\x9f\x8c\x95"}, // ๐
|
||||
{":waning_gibbous_moon:", "\xf0\x9f\x8c\x96"}, // ๐
|
||||
{":last_quarter_moon:", "\xf0\x9f\x8c\x97"}, // ๐
|
||||
@@ -1136,7 +1107,6 @@ static emoji_t EmojiTable[] = {
|
||||
{":safety_vest:", "\xf0\x9f\xa6\xba"}, // ๐ฆบ
|
||||
{":necktie:", "\xf0\x9f\x91\x94"}, // ๐
|
||||
{":shirt:", "\xf0\x9f\x91\x95"}, // ๐
|
||||
{":tshirt:", "\xf0\x9f\x91\x95"}, // ๐
|
||||
{":jeans:", "\xf0\x9f\x91\x96"}, // ๐
|
||||
{":scarf:", "\xf0\x9f\xa7\xa3"}, // ๐งฃ
|
||||
{":gloves:", "\xf0\x9f\xa7\xa4"}, // ๐งค
|
||||
@@ -1157,7 +1127,6 @@ static emoji_t EmojiTable[] = {
|
||||
{":school_satchel:", "\xf0\x9f\x8e\x92"}, // ๐
|
||||
{":thong_sandal:", "\xf0\x9f\xa9\xb4"}, // ๐ฉด
|
||||
{":mans_shoe:", "\xf0\x9f\x91\x9e"}, // ๐
|
||||
{":shoe:", "\xf0\x9f\x91\x9e"}, // ๐
|
||||
{":athletic_shoe:", "\xf0\x9f\x91\x9f"}, // ๐
|
||||
{":hiking_boot:", "\xf0\x9f\xa5\xbe"}, // ๐ฅพ
|
||||
{":flat_shoe:", "\xf0\x9f\xa5\xbf"}, // ๐ฅฟ
|
||||
@@ -1206,7 +1175,6 @@ static emoji_t EmojiTable[] = {
|
||||
{":iphone:", "\xf0\x9f\x93\xb1"}, // ๐ฑ
|
||||
{":calling:", "\xf0\x9f\x93\xb2"}, // ๐ฒ
|
||||
{":phone:", "\xe2\x98\x8e\xef\xb8\x8f"}, // โ๏ธ
|
||||
{":telephone:", "\xe2\x98\x8e\xef\xb8\x8f"}, // โ๏ธ
|
||||
{":telephone_receiver:", "\xf0\x9f\x93\x9e"}, // ๐
|
||||
{":pager:", "\xf0\x9f\x93\x9f"}, // ๐
|
||||
{":fax:", "\xf0\x9f\x93\xa0"}, // ๐
|
||||
@@ -1238,12 +1206,10 @@ static emoji_t EmojiTable[] = {
|
||||
{":bulb:", "\xf0\x9f\x92\xa1"}, // ๐ก
|
||||
{":flashlight:", "\xf0\x9f\x94\xa6"}, // ๐ฆ
|
||||
{":izakaya_lantern:", "\xf0\x9f\x8f\xae"}, // ๐ฎ
|
||||
{":lantern:", "\xf0\x9f\x8f\xae"}, // ๐ฎ
|
||||
{":diya_lamp:", "\xf0\x9f\xaa\x94"}, // ๐ช
|
||||
{":notebook_with_decorative_cover:", "\xf0\x9f\x93\x94"}, // ๐
|
||||
{":closed_book:", "\xf0\x9f\x93\x95"}, // ๐
|
||||
{":book:", "\xf0\x9f\x93\x96"}, // ๐
|
||||
{":open_book:", "\xf0\x9f\x93\x96"}, // ๐
|
||||
{":green_book:", "\xf0\x9f\x93\x97"}, // ๐
|
||||
{":blue_book:", "\xf0\x9f\x93\x98"}, // ๐
|
||||
{":orange_book:", "\xf0\x9f\x93\x99"}, // ๐
|
||||
@@ -1270,7 +1236,6 @@ static emoji_t EmojiTable[] = {
|
||||
{":chart:", "\xf0\x9f\x92\xb9"}, // ๐น
|
||||
{":envelope:", "\xe2\x9c\x89\xef\xb8\x8f"}, // โ๏ธ
|
||||
{":email:", "\xf0\x9f\x93\xa7"}, // ๐ง
|
||||
{":e-mail:", "\xf0\x9f\x93\xa7"}, // ๐ง
|
||||
{":incoming_envelope:", "\xf0\x9f\x93\xa8"}, // ๐จ
|
||||
{":envelope_with_arrow:", "\xf0\x9f\x93\xa9"}, // ๐ฉ
|
||||
{":outbox_tray:", "\xf0\x9f\x93\xa4"}, // ๐ค
|
||||
@@ -1289,7 +1254,6 @@ static emoji_t EmojiTable[] = {
|
||||
{":paintbrush:", "\xf0\x9f\x96\x8c\xef\xb8\x8f"}, // ๐๏ธ
|
||||
{":crayon:", "\xf0\x9f\x96\x8d\xef\xb8\x8f"}, // ๐๏ธ
|
||||
{":memo:", "\xf0\x9f\x93\x9d"}, // ๐
|
||||
{":pencil:", "\xf0\x9f\x93\x9d"}, // ๐
|
||||
{":briefcase:", "\xf0\x9f\x92\xbc"}, // ๐ผ
|
||||
{":file_folder:", "\xf0\x9f\x93\x81"}, // ๐
|
||||
{":open_file_folder:", "\xf0\x9f\x93\x82"}, // ๐
|
||||
@@ -1496,7 +1460,6 @@ static emoji_t EmojiTable[] = {
|
||||
{":grey_question:", "\xe2\x9d\x94"}, // โ
|
||||
{":grey_exclamation:", "\xe2\x9d\x95"}, // โ
|
||||
{":exclamation:", "\xe2\x9d\x97"}, // โ
|
||||
{":heavy_exclamation_mark:", "\xe2\x9d\x97"}, // โ
|
||||
{":wavy_dash:", "\xe3\x80\xb0\xef\xb8\x8f"}, // ใฐ๏ธ
|
||||
{":currency_exchange:", "\xf0\x9f\x92\xb1"}, // ๐ฑ
|
||||
{":heavy_dollar_sign:", "\xf0\x9f\x92\xb2"}, // ๐ฒ
|
||||
@@ -1689,7 +1652,6 @@ static emoji_t EmojiTable[] = {
|
||||
{":es:", "\xf0\x9f\x87\xaa\xf0\x9f\x87\xb8"}, // ๐ช๐ธ
|
||||
{":ethiopia:", "\xf0\x9f\x87\xaa\xf0\x9f\x87\xb9"}, // ๐ช๐น
|
||||
{":eu:", "\xf0\x9f\x87\xaa\xf0\x9f\x87\xba"}, // ๐ช๐บ
|
||||
{":european_union:", "\xf0\x9f\x87\xaa\xf0\x9f\x87\xba"}, // ๐ช๐บ
|
||||
{":finland:", "\xf0\x9f\x87\xab\xf0\x9f\x87\xae"}, // ๐ซ๐ฎ
|
||||
{":fiji:", "\xf0\x9f\x87\xab\xf0\x9f\x87\xaf"}, // ๐ซ๐ฏ
|
||||
{":falkland_islands:", "\xf0\x9f\x87\xab\xf0\x9f\x87\xb0"}, // ๐ซ๐ฐ
|
||||
@@ -1698,7 +1660,6 @@ static emoji_t EmojiTable[] = {
|
||||
{":fr:", "\xf0\x9f\x87\xab\xf0\x9f\x87\xb7"}, // ๐ซ๐ท
|
||||
{":gabon:", "\xf0\x9f\x87\xac\xf0\x9f\x87\xa6"}, // ๐ฌ๐ฆ
|
||||
{":gb:", "\xf0\x9f\x87\xac\xf0\x9f\x87\xa7"}, // ๐ฌ๐ง
|
||||
{":uk:", "\xf0\x9f\x87\xac\xf0\x9f\x87\xa7"}, // ๐ฌ๐ง
|
||||
{":grenada:", "\xf0\x9f\x87\xac\xf0\x9f\x87\xa9"}, // ๐ฌ๐ฉ
|
||||
{":georgia:", "\xf0\x9f\x87\xac\xf0\x9f\x87\xaa"}, // ๐ฌ๐ช
|
||||
{":french_guiana:", "\xf0\x9f\x87\xac\xf0\x9f\x87\xab"}, // ๐ฌ๐ซ
|
||||
|
||||
Reference in New Issue
Block a user