You are here

dk.php in Service Container 7.2

Same filename and directory in other branches
  1. 7 lib/Drupal/Component/Transliteration/data/dk.php

File

lib/Drupal/Component/Transliteration/data/dk.php
View source
<?php

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