Commit 667ef1f
committed
Formatting: Transform “ẞ” for German locales in
The capital Eszett was standardized in German orthography in 2017, DIN 5008, but WordPress has only been transforming the lowercase version.
This patch adds the uppercase variant to the list and transforms it to “SS” for more-appriate slug and permalink generation.
Developed in: #11188
Discussed in: https://core.trac.wordpress.org/ticket/64821
Props apermo, dmsnell.
Fixes #64821.
git-svn-id: https://develop.svn.wordpress.org/trunk@61855 602fd350-edb4-49c9-b593-d223f7449a82remove_accents().1 parent b8729ff commit 667ef1f
File tree
2 files changed
+13
-0
lines changed- src/wp-includes
- tests/phpunit/tests/formatting
2 files changed
+13
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1566 | 1566 | | |
1567 | 1567 | | |
1568 | 1568 | | |
| 1569 | + | |
1569 | 1570 | | |
1570 | 1571 | | |
1571 | 1572 | | |
| |||
1599 | 1600 | | |
1600 | 1601 | | |
1601 | 1602 | | |
| 1603 | + | |
1602 | 1604 | | |
1603 | 1605 | | |
1604 | 1606 | | |
| |||
1972 | 1974 | | |
1973 | 1975 | | |
1974 | 1976 | | |
| 1977 | + | |
1975 | 1978 | | |
1976 | 1979 | | |
1977 | 1980 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
111 | 121 | | |
112 | 122 | | |
113 | 123 | | |
| |||
0 commit comments