Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / lib / Drupal / Component / Transliteration / data / de.php
1 <?php
2
3 /**
4  * @file
5  * German transliteration data for the PhpTransliteration class.
6  */
7
8 $overrides['de'] = [
9   0xC4 => 'Ae',
10   0xD6 => 'Oe',
11   0xDC => 'Ue',
12   0xE4 => 'ae',
13   0xF6 => 'oe',
14   0xFC => 'ue',
15 ];