needim / wdt-emoji-bundle

Slack like emoji picker with apple/ios, twitter/twemoji, google, emojione, facebook, messenger emoji support
http://ned.im/wdt-emoji-bundle
MIT License
419 stars 87 forks source link

wdtEmojiBundle.emoji.replace_unified() not working correctly in "emoji.min.js" #52

Open xxdocobxx opened 5 years ago

xxdocobxx commented 5 years ago

wdtEmojiBundle.emoji.replace_unified() not correctly replace emoji with variation modifiers in "emoji.min.js" but is working correctly in "emoji.js".

Probably cause by the minifier incorrectly converting the unicode characters on this line: self.rx_unified = new RegExp('(' + a.join('|') + ')(\uD83C[\uDFFB-\uDFFF])?', "g");

Pela647 commented 5 years ago

Is anyone still having this issue ?