Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #22363, comment 32


Ignore:
Timestamp:
11/14/2013 09:56:47 PM (12 years ago)
Author:
p_enrique
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22363, comment 32

    initial v1  
    77  - UTF-8 filenames work OK on WordPress on a *nix platform.
    88  - Percent-encoded filenames work on any platform, but make the filename 6 times longer in certain scripts, such as Cyrillic ('%D0%B6' for the character 'ж', for example).
     9  - The maximum file name length under NTFS is 259 characters including the path.
    910  - remove_accents() is only a partial solution since 1) it has no support at all for non-Latin based scripts and 2) it doesn't do anything with such things as curly quotes, dashes, copyright symbols or other similar things (which are included in sanitize_title_with_dashes())
    1011