Opened 19 years ago
Closed 19 years ago
#4473 closed defect (bug) (fixed)
Slugs for wp_terms and int'l characters
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 2.3 | Priority: | normal |
| Severity: | normal | Version: | 2.3 |
| Component: | Administration | Keywords: | has-patch |
| Focuses: | Cc: |
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.
Not really mangling -- the slug is the one that goes in the URL, so it has to be encoded.