HenrikJoreteg / emoji-images

replace stuff like :heart: with <img> tags of corresponding images per: http://www.emoji-cheat-sheet.com/
173 stars 29 forks source link

:+1: does not work #5

Open Glavin001 opened 10 years ago

Glavin001 commented 10 years ago

Note:

> encodeURIComponent('+')
"%2B"

Which is incorrect, as the file is named +1.png.

@malditogeek pointed out that it is the encodeURIComponent at https://github.com/HenrikJoreteg/emoji-images/blob/master/emoji-images.js#L23 that causes the bug.

HenrikJoreteg commented 9 years ago

Sorry this has been sitting forever, if you're interested in helping maintain this, let me know: https://github.com/HenrikJoreteg/emoji-images/issues/11