Make WordPress Core

Changes between Version 2 and Version 9 of Ticket #63837


Ignore:
Timestamp:
08/22/2025 10:53:48 PM (12 months ago)
Author:
dmsnell
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #63837 – Description

    v2 v9  
    1212
    1313Ideally, data should be transformed //from// some encoding //into// `UTF-8` as soon as it enters WordPress and then code which previously called `wp_check_invalid_utf8()` can now call `wp_scrub_utf8()` //if// it truly needs to remove invalid bytes.
     14
     15== Related
     16
     17 - Resolves  #43224