Os modificadores de emoji Unicode não estão sendo tratados da mesma maneira para títulos de tópicos e conteúdo de postagens. Nos títulos, eles são exibidos incorretamente.
Por exemplo:
Emoji Unicode: 👨🌾
No conteúdo da postagem:
Título: veja o título deste tópico
This was merged, thanks @venarius - the topic titles look good now
On a related note, it seems that some Unicode emojis are not being converted properly in post content. Inserting the “woman tipping hand” emoji from iOS results in this:
It seems to work correctly, but then inserts an extra ♀ for some reason. It works fine in the topic title.
Just noticed that it looks correctly in the title because the regex didn’t match on two emojis next to each other, which is why the emojis in the title are currently not escaped and thus the unicode emojis are directly rendered.
Just opened a PR for this.
Regarding this error I was able to notice that in lib/emoji/db.json there is
sorry fixed it directly, it’s honestly not worth PRs and reviews, it’s a matter of copy/pasting few lines and running some rake tasks.
I can however explain you how it happened: previously some emojis were genderless, and then woman/man version were introduced. And if I remember correctly some of the genderless got the woman version and some the man version. Which is exactly what you found out.