Code Coverage |
||||||||||
Classes and Traits |
Functions and Methods |
Lines |
||||||||
| Total | |
0 / 0 |
|
100.00% |
0 / 0 |
CRAP | |
100.00% |
2 / 2 |
|
| <?php | |
| /** | |
| * @file | |
| * German transliteration data for the PhpTransliteration class. | |
| */ | |
| $overrides['de'] = array( | |
| 0xC4 => 'Ae', | |
| 0xD6 => 'Oe', | |
| 0xDC => 'Ue', | |
| 0xE4 => 'ae', | |
| 0xF6 => 'oe', | |
| 0xFC => 'ue', | |
| ); |