Further Drupal 8.6.4 changes. Some core files were not committed before a commit...
[yaffs-website] / web / core / lib / Drupal / Component / Transliteration / data / eo.php
1 <?php
2
3 /**
4  * @file
5  * Esperanto transliteration data for the PhpTransliteration class.
6  */
7
8 $overrides['eo'] = [
9   0x18 => 'Cx',
10   0x19 => 'cx',
11   0x11C => 'Gx',
12   0x11D => 'gx',
13   0x124 => 'Hx',
14   0x125 => 'hx',
15   0x134 => 'Jx',
16   0x135 => 'jx',
17   0x15C => 'Sx',
18   0x15D => 'sx',
19   0x16C => 'Ux',
20   0x16D => 'ux',
21 ];