comparison core/lib/Drupal/Component/Transliteration/data/de.php @ 0:4c8ae668cc8c

Initial import (non-working)
author Chris Cannam
date Wed, 29 Nov 2017 16:09:58 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:4c8ae668cc8c
1 <?php
2
3 /**
4 * @file
5 * German transliteration data for the PhpTransliteration class.
6 */
7
8 $overrides['de'] = [
9 0xC4 => 'Ae',
10 0xD6 => 'Oe',
11 0xDC => 'Ue',
12 0xE4 => 'ae',
13 0xF6 => 'oe',
14 0xFC => 'ue',
15 ];