I modificatori degli emoji Unicode non vengono gestiti allo stesso modo per i titoli degli argomenti e il contenuto dei post. Nei titoli, vengono visualizzati in modo errato.
Ad esempio:
Emoji Unicode: π¨βπΎ
Nel contenuto del post:
Titolo: vedi il titolo di questo argomento
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.