Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #62995, comment 8


Ignore:
Timestamp:
02/21/2025 04:21:39 PM (11 months ago)
Author:
room34
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #62995, comment 8

    v1 v2  
    1111I noticed the installations where this was successful did not replace the narrow no-break space character in the filename. I checked the database, and the core WP tables have "latin1_swedish_ci" collation, so they're not UTF-8. That would explain the question marks.
    1212
    13 Anyway… I do think this still points to an issue that should be addressed. Since WordPress is already modifying Media Library filenames to be maximally compatible for URLs, I would think ideally it would strip out UTF-8 characters, at least non-essential ones like the narrow no-break space.
     13Anyway… I do think this still points to an issue that should be addressed. Since WordPress is already modifying Media Library filenames to be maximally compatible for URLs, I would think ideally it would strip out most non-ASCII characters, at least non-essential ones, like the narrow no-break space.