[wp-trac] [WordPress Trac] #55730: URL slug generation issue with Hindi language
WordPress Trac
noreply at wordpress.org
Wed Jul 20 08:58:01 UTC 2022
#55730: URL slug generation issue with Hindi language
--------------------------+------------------------------
Reporter: haribonda | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Permalinks | Version: 5.7.2
Severity: normal | Resolution:
Keywords: | Focuses:
--------------------------+------------------------------
Comment (by sabernhardt):
Hi and welcome to Trac! Thanks for the report!
This seems to be caused by the 200-character limit (related: #10483).
The encoded form of that example post slug is 195 characters:
`%e0%a4%b9%e0%a4%ae-%e0%a4%a4%e0%a5%87%e0%a4%b2%e0%a5%81%e0%a4%97%e0%a5%81-%e0%a4%b8%e0%a5%87-%e0%a4%95%e0%a4%bf%e0%a4%a4%e0%a4%a8%e0%a4%be-%e0%a4%aa%e0%a5%8d%e0%a4%af%e0%a4%be%e0%a4%b0-%e0%a4%95`
And the next character in the title would be another 9 encoded characters:
`%e0%a4%b0`
--
Ticket URL: <https://core.trac.wordpress.org/ticket/55730#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list