de.php
Same filename in other branches
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.