[wp-trac] [WordPress Trac] #27281: Videos with a space in the filename can break
WordPress Trac
noreply at wordpress.org
Wed Mar 19 07:15:24 UTC 2014
#27281: Videos with a space in the filename can break
----------------------------+-----------------------------
Reporter: wonderboymusic | Owner: wonderboymusic
Type: defect (bug) | Status: closed
Priority: normal | Milestone: 3.9
Component: Media | Version: 3.6
Severity: normal | Resolution: fixed
Keywords: has-patch | Focuses:
----------------------------+-----------------------------
Changes (by wonderboymusic):
* owner: => wonderboymusic
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"27617"]:
{{{
#!CommitTicketReference repository="" revision="27617"
In `sanitize_file_name()`, replace a UTF-8-encoded Unicode representation
of a non-breaking space (`\u00a0` / `\xc2\xa`) with an old-fashioned
space: ` `.
Fixes #27281.
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/27281#comment:5>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list