de.php

File

drupal/core/lib/Drupal/Component/Transliteration/data/de.php
View source
<?php

/**
 * @file
 * German transliteration data for the PHPTransliteration class.
 */
$overrides['de'] = array(
  0xc4 => 'Ae',
  0xd6 => 'Oe',
  0xdc => 'Ue',
  0xe4 => 'ae',
  0xf6 => 'oe',
  0xfc => 'ue',
);