14c98e05f3
emoji: everything has a unicode point
...
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2018-10-16 15:13:30 -04:00
cc9cb5d099
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>
2018-10-16 14:38:00 -04:00
9e38b5a8bb
emoji: a couple of flags (it's the letters)
...
This needs a fix to the representation of combined unicodes. Perhaps
every item in the list needs to be a list of lists? or just to split the
string?
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2018-10-15 13:26:41 -04:00
66cfb7c940
adding a few more
...
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2018-07-02 10:15:49 -04:00
6019ddbd13
emojimap: more codepoints
...
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-11-17 16:08:54 -05:00
50730ba449
emojimap: grouping like, and replacing with carousel
...
people holding hands are great, and need to be together.
replacing slot with carousel, per
https://github.com/emojisum/emojisum/issues/5#issuecomment-345282316
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-11-17 15:19:18 -05:00
20568df2ed
emojimap: more switcheroo
...
ref:
- https://github.com/emojisum/emojisum/issues/5#issuecomment-345301516
- https://github.com/emojisum/emojisum/issues/5#issuecomment-345350268
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-11-17 15:15:04 -05:00
3bb071a975
emojimap: axe 🐸 for 🥜
...
ref:
- https://github.com/emojisum/emojisum/issues/5#issuecomment-345283599
- https://github.com/emojisum/emojisum/issues/5#issuecomment-345349184
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-11-17 15:12:55 -05:00
cc5dd612ec
emojimap: more codepoints
...
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-11-17 15:06:50 -05:00
8c91593519
emojimap: adding many more codepoints
...
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-11-17 11:04:04 -05:00
7406a78c69
emojimap: codepoint for another 18 emoji
...
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-11-17 10:40:04 -05:00
5f05be6e73
emojimap: :hurtrealbad: -> 🕵
...
Ref: #5
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-11-17 09:40:19 -05:00
e55f1cc730
emojimap: :troll_face: -> 🤢
...
Ref: #5
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-11-17 09:36:01 -05:00
998a2f8244
emojimap: :finnadie: -> 😰
...
Ref: #5
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-11-17 09:27:58 -05:00
Samuel Munilla
fe447070e2
Add Unicode Codepoints to Emoji Map
...
Fixes #8 .
2017-02-10 09:54:03 -05:00
a9e159d830
emoji: fix the template output for markdown
...
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-02-07 14:09:07 -05:00
62919c069f
emoji: provide options for each position
...
Per https://github.com/vbatts/emojisum/issues/5 there are some options
in this list that are better expressed as a unicode codepoint.
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-02-07 10:17:50 -05:00
aa14e6436d
emoji: clarify the desciption
...
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-02-07 09:53:06 -05:00
3efa665df0
emoji: more of a draft of a convention
...
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2016-12-13 14:19:18 -05:00