[wp-trac] [WordPress Trac] #52852: Update Twemoji for 5.8
WordPress Trac
noreply at wordpress.org
Tue Jun 8 14:05:45 UTC 2021
#52852: Update Twemoji for 5.8
--------------------------------------+-----------------------
Reporter: desrosj | Owner: (none)
Type: enhancement | Status: reopened
Priority: normal | Milestone: 5.8
Component: Emoji | Version:
Severity: normal | Resolution:
Keywords: has-patch has-unit-tests | Focuses:
--------------------------------------+-----------------------
Comment (by desrosj):
Ah! I think I found what the issue was.
In the JavaScript to detect whether newer Emoji are supported, the
characters in the first set were incorrect. They were listed as `0xD83C,
0xDD25`, which actually corresponds to the
[https://www.compart.com/en/unicode/U+1F125 parenthesized Latin capital
letter V].
The fire emoji is `0xD83D, 0xDD25`, which was changed in `set2` but not
`set1`. The `0xD83C` was the first character of the baby bottle Emoji
(`0xD83C, 0xDF7C`) used in the last version. I think that was just missed
in the PR attached. I've pushed this change to the PR to verify with the
tests.
@kraftbj could you give the updated PR some testing today?
--
Ticket URL: <https://core.trac.wordpress.org/ticket/52852#comment:14>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list