da.php 178 B

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