Mercurial > hg > isophonics-drupal-site
comparison core/lib/Drupal/Component/Transliteration/data/eo.php @ 0:4c8ae668cc8c
Initial import (non-working)
author | Chris Cannam |
---|---|
date | Wed, 29 Nov 2017 16:09:58 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:4c8ae668cc8c |
---|---|
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 ]; |