eo.php 319 B

123456789101112131415161718192021
  1. <?php
  2. /**
  3. * @file
  4. * Esperanto transliteration data for the PhpTransliteration class.
  5. */
  6. $overrides['eo'] = [
  7. 0x18 => 'Cx',
  8. 0x19 => 'cx',
  9. 0x11C => 'Gx',
  10. 0x11D => 'gx',
  11. 0x124 => 'Hx',
  12. 0x125 => 'hx',
  13. 0x134 => 'Jx',
  14. 0x135 => 'jx',
  15. 0x15C => 'Sx',
  16. 0x15D => 'sx',
  17. 0x16C => 'Ux',
  18. 0x16D => 'ux',
  19. ];