Changeset 61855 for trunk/src/wp-includes/formatting.php
- Timestamp:
- 03/06/2026 06:01:47 PM (4 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/formatting.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/formatting.php
r61590 r61855 1567 1567 * | U+00DC | Ü | Ue | Latin capital letter U with diaeresis | 1568 1568 * | U+00FC | ü | ue | Latin small letter u with diaeresis | 1569 * | U+1E9E | ẞ | SS | Latin capital letter sharp s | 1569 1570 * | U+00DF | ß | ss | Latin small letter sharp s | 1570 1571 * … … 1600 1601 * @since 6.0.0 Added the `$locale` parameter. 1601 1602 * @since 6.1.0 Added Unicode NFC encoding normalization support. 1603 * @since 7.0.0 Added capital Eszett (U+1E9E) support for German locales. 1602 1604 * 1603 1605 * @param string $text Text that might have accent characters. … … 1973 1975 $chars['Ü'] = 'Ue'; 1974 1976 $chars['ü'] = 'ue'; 1977 $chars['ẞ'] = 'SS'; 1975 1978 $chars['ß'] = 'ss'; 1976 1979 } elseif ( 'da_DK' === $locale ) {
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)