joypixels / emojione

[Archived] The world's largest independent emoji font. Maintained at https://github.com/joypixels/emoji-toolkit.
https://www.joypixels.com
Other
4.46k stars 533 forks source link

html characters (such as <) not being matched in 3.0.3 #501

Open mjfwebb opened 7 years ago

mjfwebb commented 7 years ago

As seen in this example, using 3.0.3, html characters aren't being "unescaped" properly and aren't being matched when using ascii = true;

I tested with 2.2.7 also, as you can see here and it works a little better, it successfully replaces &lt;3 aka <3, but not :&#039) aka :')

caseyahenson commented 7 years ago

@mjfwebb thanks for pointing this out, we'll get it taken care of soon.

dominicarrojado commented 7 years ago

👍

mjfwebb commented 6 years ago

Any update on this?