e46b013fd61ecfae8f5a5773c7e816438deae2b4
[yaffs-website] / dk.php
1 <?php
2
3 /**
4  * @file
5  * Danish transliteration data for the PhpTransliteration class.
6  */
7
8 $overrides['dk'] = [
9   0xC5 => 'Aa',
10   0xD8 => 'Oe',
11   0xE5 => 'aa',
12   0xF8 => 'oe',
13 ];