Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / lib / Drupal / Component / Transliteration / data / dk.php
1 <?php
2
3 /**
4  * @file
5  * Danish transliteration data for the PhpTransliteration class.
6  */
7
8 $overrides['dk'] = [
9   0xC5 => 'Aa',
10   0xD8 => 'Oe',
11   0xE5 => 'aa',
12   0xF8 => 'oe',
13 ];