Mercurial > hg > cmmr2012-drupal-site
annotate core/lib/Drupal/Component/Transliteration/data/da.php @ 5:12f9dff5fda9 tip
Update to Drupal core 8.7.1
author | Chris Cannam |
---|---|
date | Thu, 09 May 2019 15:34:47 +0100 |
parents | |
children |
rev | line source |
---|---|
Chris@5 | 1 <?php |
Chris@5 | 2 |
Chris@5 | 3 /** |
Chris@5 | 4 * @file |
Chris@5 | 5 * Danish transliteration data for the PhpTransliteration class. |
Chris@5 | 6 */ |
Chris@5 | 7 |
Chris@5 | 8 $overrides['da'] = [ |
Chris@5 | 9 0xC5 => 'Aa', |
Chris@5 | 10 0xD8 => 'Oe', |
Chris@5 | 11 0xE5 => 'aa', |
Chris@5 | 12 0xF8 => 'oe', |
Chris@5 | 13 ]; |