Changeset 60702 for trunk/src/wp-includes/formatting.php
- Timestamp:
- 09/02/2025 11:51:40 PM (5 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/formatting.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/formatting.php
r60695 r60702 940 940 * // E.g. The “ü” in ISO-8859-1 is a single byte 0xFC, 941 941 * // but in UTF-8 is the two-byte sequence 0xC3 0xBC. 942 * 943 * A “valid” string consists of “well-formed UTF-8 code unit sequence[s],” meaning 944 * that the bytes conform to the UTF-8 encoding scheme, all characters use the minimal 945 * byte sequence required by UTF-8, and that no sequence encodes a UTF-16 surrogate 946 * code point or any character above the representable range. 947 * 948 * @see https://www.unicode.org/versions/Unicode16.0.0/core-spec/chapter-3/#G32860 942 949 * 943 950 * @see _wp_is_valid_utf8_fallback
Note: See TracChangeset
for help on using the changeset viewer.