Merge pull request #35 from jonjohnsonjr/broken-emoji

Fix 🌑 and 👫
This commit is contained in:
Vincent Batts 2021-06-01 11:48:47 -05:00 committed by GitHub
commit 05ffe8f746
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View File

@ -143,7 +143,7 @@
[":musical_keyboard:", "U+1F3B9"],
[":musical_score:", "U+1F3BC"],
[":nail_care:", "U+1F485"],
[":new_moon:", "U+1F311 "],
[":new_moon:", "U+1F311"],
[":no_entry:", "U+26D4"],
[":nose:", "U+1F443"],
[":control_knobs:", "U+1F39B"],
@ -239,7 +239,7 @@
[":trumpet:", "U+1F3BA"],
[":turtle:", "U+1F422"],
[":carousel_horse:", "U+1F3A0"],
[":two_women_holding_hands:", ":two_men_holding_hands:", ":couple:", "U+1F46C ", "U+1F46D", "U+1F46B"],
[":two_women_holding_hands:", ":two_men_holding_hands:", ":couple:", "U+1F46C", "U+1F46D", "U+1F46B"],
[":uk:", "U+1F1ECU+1F1E7"],
[":umbrella:", "U+2602", "U+2614"],
[":unlock:", "U+1F513"],

View File

@ -156,7 +156,7 @@ draft+3
* `138` -- :musical_keyboard: `:musical_keyboard:` [U+1F3B9](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f3b9)
* `139` -- :musical_score: `:musical_score:` [U+1F3BC](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f3bc)
* `140` -- :nail_care: `:nail_care:` [U+1F485](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f485)
* `141` -- :new_moon: `:new_moon:` [U+1F311 ](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f311 )
* `141` -- :new_moon: `:new_moon:` [U+1F311](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f311)
* `142` -- :no_entry: `:no_entry:` [U+26D4](http://www.unicode.org/emoji/charts/full-emoji-list.html#26d4)
* `143` -- :nose: `:nose:` [U+1F443](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f443)
* `144` -- :control_knobs: `:control_knobs:` [U+1F39B](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f39b)
@ -252,7 +252,7 @@ draft+3
* `234` -- :trumpet: `:trumpet:` [U+1F3BA](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f3ba)
* `235` -- :turtle: `:turtle:` [U+1F422](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f422)
* `236` -- :carousel_horse: `:carousel_horse:` [U+1F3A0](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f3a0)
* `237` -- :two_women_holding_hands: `:two_women_holding_hands:`:two_men_holding_hands: `:two_men_holding_hands:`:couple: `:couple:` [U+1F46C ](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f46c ) [U+1F46D](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f46d) [U+1F46B](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f46b)
* `237` -- :two_women_holding_hands: `:two_women_holding_hands:`:two_men_holding_hands: `:two_men_holding_hands:`:couple: `:couple:` [U+1F46C](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f46c) [U+1F46D](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f46d) [U+1F46B](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f46b)
* `238` -- :uk: `:uk:` [U+1F1ECU+1F1E7](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f1ec_1f1e7)
* `239` -- :umbrella: `:umbrella:` [U+2602](http://www.unicode.org/emoji/charts/full-emoji-list.html#2602) [U+2614](http://www.unicode.org/emoji/charts/full-emoji-list.html#2614)
* `240` -- :unlock: `:unlock:` [U+1F513](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f513)

View File

@ -290,7 +290,7 @@ func init() {
},
Words{ ":nail_care:","U+1F485",
},
Words{ ":new_moon:","U+1F311 ",
Words{ ":new_moon:","U+1F311",
},
Words{ ":no_entry:","U+26D4",
},
@ -482,7 +482,7 @@ func init() {
},
Words{ ":carousel_horse:","U+1F3A0",
},
Words{ ":two_women_holding_hands:",":two_men_holding_hands:",":couple:","U+1F46C ","U+1F46D","U+1F46B",
Words{ ":two_women_holding_hands:",":two_men_holding_hands:",":couple:","U+1F46C","U+1F46D","U+1F46B",
},
Words{ ":uk:","U+1F1ECU+1F1E7",
},