Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

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',
];
RSS feed
Powered by Drupal