Opened 19 years ago
Closed 19 years ago
#4473 closed defect (bug) (fixed)
Slugs for wp_terms and int'l characters
| Reported by: | shacker | Owned by: | rob1n |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.3 |
| Component: | Administration | Version: | 2.3 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
Description
When creating tags/terms with Chinese characters, the name field stores the chars properly, but the slug field mangles them.
wp_terms.name = 文心
wp_terms.slug = %e6%96%87%e5%bf%83
Most likely true for other non-Roman character sets as well.
Attachments (1)
Change History (8)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Not really mangling -- the slug is the one that goes in the URL, so it has to be encoded.