[wp-trac] [WordPress Trac] #62948: Posts tagged with complex Emoji can't be found
WordPress Trac
noreply at wordpress.org
Wed Feb 12 10:26:02 UTC 2025
#62948: Posts tagged with complex Emoji can't be found
-------------------------------+------------------------------
Reporter: edent | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Posts, Post Types | Version: 6.7.2
Severity: normal | Resolution:
Keywords: | Focuses:
-------------------------------+------------------------------
Comment (by edent):
I think I see the problem. My slug was originally stored as
`%f0%9f%8f%b3%ef%b8%8f%e2%80%8d%e2%9a%a7%ef%b8%8f`
If I delete the slug and recreate it, I get
`%f0%9f%8f%b3%ef%b8%8f%e2%9a%a7%ef%b8%8f`
The original is:
* WAVING WHITE FLAG
* VARIATION SELECTOR-16
* **ZERO WIDTH JOINER**
* MALE WITH STROKE AND MALE AND FEMALE SIGN
* VARIATION SELECTOR-16
The newly recreated one (which works) *doesn't* have the Zero Width
Joiner.
If you look at the raw SQL table on your test instance, what's the slug's
percent-encoded representation?
Thanks
--
Ticket URL: <https://core.trac.wordpress.org/ticket/62948#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list