de.php

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

File

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

View source
<?php


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

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