Changeset 45602 for trunk/src/wp-includes/compat.php
- Timestamp:
- 07/05/2019 05:20:52 AM (7 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/compat.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/compat.php
r45580 r45602 101 101 102 102 $regex = '/( 103 [\x00-\x7F] # single-byte sequences 0xxxxxxx103 [\x00-\x7F] # single-byte sequences 0xxxxxxx 104 104 | [\xC2-\xDF][\x80-\xBF] # double-byte sequences 110xxxxx 10xxxxxx 105 105 | \xE0[\xA0-\xBF][\x80-\xBF] # triple-byte sequences 1110xxxx 10xxxxxx * 2 … … 184 184 185 185 $regex = '/(?: 186 [\x00-\x7F] # single-byte sequences 0xxxxxxx186 [\x00-\x7F] # single-byte sequences 0xxxxxxx 187 187 | [\xC2-\xDF][\x80-\xBF] # double-byte sequences 110xxxxx 10xxxxxx 188 188 | \xE0[\xA0-\xBF][\x80-\xBF] # triple-byte sequences 1110xxxx 10xxxxxx * 2
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)