You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
emojify does not reverse hexHtmlify for 3 and 4 character emojis
e.g.
EmojiUtils.emojify(EmojiUtils.hexHtmlify("π¨βπ¨βπ¦βπ¦") produces "π¨βπ¨βπ¦β"
not "π¨βπ¨βπ¦βπ¦"
It is not replacing the joiner html encoding ‍.
(the github preview is converging the output back to the single emoji character so look at the original input)
(trying to expand what it actually produces as github preview is losing the expansion)
The following is what it produces (without the single quotes!)
emojify does not reverse hexHtmlify for 3 and 4 character emojis
e.g.
EmojiUtils.emojify(EmojiUtils.hexHtmlify("π¨βπ¨βπ¦βπ¦") produces "π¨βπ¨βπ¦β"
not "π¨βπ¨βπ¦βπ¦"
It is not replacing the joiner html encoding ‍.
(the github preview is converging the output back to the single emoji character so look at the original input)
(trying to expand what it actually produces as github preview is losing the expansion)
The following is what it produces (without the single quotes!)
EmojiUtils.emojify(EmojiUtils.hexHtmlify("π¨βπ¨βπ¦βπ¦") produces
π¨'‍'; 'π¨‍';'π¦‍';π¦'
Hope this can be fixed
The text was updated successfully, but these errors were encountered: