Opened 12 years ago
Closed 11 years ago
#23267 closed defect (bug) (fixed)
Encoding problem with displaying filenames
Reported by: | pavelevap | Owned by: | nacin |
---|---|---|---|
Milestone: | 3.6 | Priority: | normal |
Severity: | normal | Version: | 3.5 |
Component: | Media | Keywords: | has-patch needs-testing |
Focuses: | Cc: |
Description
Reported here: #21217 (first point).
It was repaired, but probably only for older media stuff (pre 3.5). Tested with latest version and there are still problems with displaying filenames. Testing media filename: "Žluťoučký kůň.png"
- File successfully uploaded as "Žluťoučký-kůň.png" (space replaced).
- But filename is displayed as "luťoučký-kůň.png".
- URL is http://domain/wp-content/uploads/2012/07/Žluťoučký-kůň.png (and file is also accessible on this URL without problem).
Filename is saved right in database, but wrong filename can be seen in Save metabox or in Media modal window.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Thank you, Sergey! I thought there are more wp_basename() functions needed...