da.php

Same filename in other branches
  1. 9 core/lib/Drupal/Component/Transliteration/data/da.php
  2. 10 core/lib/Drupal/Component/Transliteration/data/da.php
  3. 11.x core/lib/Drupal/Component/Transliteration/data/da.php

File

core/lib/Drupal/Component/Transliteration/data/da.php

View source
<?php


/**
 * @file
 * Danish transliteration data for the PhpTransliteration class.
 */
$overrides['da'] = [
    0xc5 => 'Aa',
    0xd8 => 'Oe',
    0xe5 => 'aa',
    0xf8 => 'oe',
];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.