Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #63974, comment 1


Ignore:
Timestamp:
09/15/2025 01:50:01 PM (11 months ago)
Author:
dmsnell

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #63974, comment 1

    initial v1  
    11Mind sharing a link to the spec where the content content header is discussed?
    22
    3 Are you talking about finishing user generated files? Because many are read from the file system which contain no headers.
     3Are you talking about downloading user generated files? Because many are read from the file system which contain no headers.
    44
    55That class doesn’t read in UTF-8 so much as it reads in //bytes// without performing any kind of character decoding. What are you suggesting the input bytes should be if not UTF-8? How should one represent an inherently multibyte character such as one of the thousands of CJK characters?