1
0
Fork 0
mirror of https://github.com/emojisum/emojisum.git synced 2025-08-05 23:00:28 +00:00

emoji: fix merged unicode

for several of the emoji "words", they are a union of unicode points.
Like flags are the two letters together. Female Detective is a number of
connected symbols. This representation needs to be alltogether.

With this update the unicode points are joined, and require spliting on
the "U+". To help with this and be useful as a library there is a
function `emoji.CodepointToUnicode(string) string` to do this now.

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2018-10-16 14:32:46 -04:00
parent 1d0526c5b6
commit cc9cb5d099
Signed by: vbatts
GPG key ID: 10937E57733F1362
6 changed files with 271 additions and 227 deletions

View file

@ -45,7 +45,7 @@
[":clap:", "U+1F44F"],
[":cloud:", "U+2601"],
[":clubs:", "U+2663"],
[":cn:", "U+1F1E8", "U+1F1F3"],
[":cn:", "U+1F1E8U+1F1F3"],
[":coffee:", "U+2615"],
[":construction:", "U+1F6A7"],
[":cookie:", "U+1F36A"],
@ -59,7 +59,7 @@
[":curly_loop:", "U+27B0"],
[":dancers:", "U+1F46F"],
[":dash:", "U+1F4A8"],
[":de:", "U+1F1E9", "U+1F1EA"],
[":de:", "U+1F1E9U+1F1EA"],
[":diamonds:", "U+2666"],
[":dog:", "U+1F436"],
[":doughnut:", "U+1F369"],
@ -70,7 +70,7 @@
[":elephant:", "U+1F418"],
[":end:", "U+1F51A"],
[":envelope:", "U+2709"],
[":es:", "U+1F1EA", "U+1F1F8"],
[":es:", "U+1F1EAU+1F1F8"],
[":eyes:", "U+1F440"],
[":facepunch:", "U+1F44A"],
[":family:", "U+1F46A"],
@ -82,13 +82,13 @@
[":football:", "U+1F3C8"],
[":fork_and_knife:", "U+1F374"],
[":four_leaf_clover:", "U+1F340"],
[":fr:", "U+1F1EB", "U+1F1F7"],
[":fr:", "U+1F1EBU+1F1F7"],
[":fries:", "U+1F35F"],
[":peanuts:", "U+1F95C"],
[":fu:", "U+1F595"],
[":full_moon:", "U+1F315"],
[":game_die:", "U+1F3B2"],
[":eu:", "U+1F1EA", "U+1F1FA"],
[":eu:", "U+1F1EAU+1F1FA"],
[":gem:", "U+1F48E"],
[":girl:", "U+1F467"],
[":goat:", "U+1F410"],
@ -114,18 +114,18 @@
[":horse_racing:", "U+1F3C7"],
[":hourglass:", "U+231B"],
[":house:", "U+1F3E0"],
[":female_detective:", "U+1F575", "U+1FE0F", "U+200D", "U+2640"],
[":female_detective:", ":detective:", "U+1F575", "U+1F575U+FE0FU+200DU+2642U+FE0F", "U+1F575U+FE0FU+200DU+2640U+FE0F"],
[":icecream:", "U+1F366"],
[":imp:", "U+1F608"],
[":it:", "U+1F1EE", "U+1F1F9"],
[":it:", "U+1F1EEU+1F1F9"],
[":jack_o_lantern:", "U+1F383"],
[":japanese_goblin:", "U+1F47A"],
[":jp:", "U+1F1EF", "U+1F1F5"],
[":jp:", "U+1F1EFU+1F1F5"],
[":key:", "U+1F511"],
[":kiss:", "U+1F48B"],
[":kissing_cat:", "U+1F63D"],
[":koala:", "U+1F428"],
[":kr:", "U+1F1F0", "U+1F1F7"],
[":kr:", "U+1F1F0U+1F1F7"],
[":lemon:", "U+1F34B"],
[":lipstick:", "U+1F484"],
[":lock:", "U+1F512"],
@ -185,7 +185,7 @@
[":rocket:", "U+1F680"],
[":roller_coaster:", "U+1F3A2"],
[":rooster:", "U+1F413"],
[":ru:", "U+1F1F7", "U+1F1FA"],
[":ru:", "U+1F1F7U+1F1FA"],
[":sailboat:", "U+26F5"],
[":santa:", "U+1F385"],
[":satellite:", "U+1F6F0"],
@ -240,10 +240,10 @@
[":turtle:"],
[":carousel_horse:", "U+1F3A0"],
[":two_women_holding_hands:", ":two_men_holding_hands:", ":couple:", "U+1F46C ", "U+1F46D", "U+1F46B"],
[":uk:", "U+1F1EC", "U+1F1E7"],
[":uk:", "U+1F1ECU+1F1E7"],
[":umbrella:"],
[":unlock:"],
[":us:", "U+1F1FA", "U+1F1F8"],
[":us:", "U+1F1FAU+1F1F8"],
[":v:"],
[":vhs:"],
[":violin:"],