[wp-trac] [WordPress Trac] #38087: Sanitizing upload filenames causes problems with non-latin characters

WordPress Trac noreply at wordpress.org
Sun Sep 18 15:53:07 UTC 2016


#38087: Sanitizing upload filenames causes problems with non-latin characters
--------------------------+-----------------------------
 Reporter:  kosvrouvas    |      Owner:
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  Media         |    Version:  4.6.1
 Severity:  normal        |   Keywords:
  Focuses:                |
--------------------------+-----------------------------
 The latest change of
 {{{
 $title = $name;
 }}}
 to
 {{{
 $title = sanitize_title( $name );
 }}}

 seen
 [https://github.com/WordPress/WordPress/commit/e860e24b6efd57468b1be232a9c46c5db7531b7d
 here] is causing problems with non-latin characters.

 Here is an example [[Image(http://i.imgur.com/eYjDWeO.png)]]

--
Ticket URL: <https://core.trac.wordpress.org/ticket/38087>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list