update from 0.9.0 to 0.10.0 breaks emojis
rriemann opened this issue · 3 comments
rriemann commented
I updated the gems of my Jamstack website and found out that 0.10.0 is the gem that breaks eventually the emojis.
Actual result:
The website contains :bike:
Expected result:
The website contains 🚲 (as emoji)
Have a look here: https://github.com/rriemann/blog.riemann.cc/commit/7c3efdb4b3d7837855e10a0480296d3653745bba
The next commit reverts the jemoji update to make emojis working again.
Unfortunately, I cannot provide at the moment a minimal not-working example. I use a proprietary gem in my setup.
Edit:
The table in the link above (output of the linked commit) should have plenty country flag emojis.
ashmaroli commented
ashmaroli commented
The bug has been successfully isolated. Opening a pull request shortly..