annotate core/lib/Drupal/Component/Transliteration/data/eo.php @ 5:12f9dff5fda9
tip
Update to Drupal core 8.7.1
author |
Chris Cannam |
date |
Thu, 09 May 2019 15:34:47 +0100 |
parents |
c75dbcec494b |
children |
|
rev |
line source |
Chris@0
|
1 <?php
|
Chris@0
|
2
|
Chris@0
|
3 /**
|
Chris@0
|
4 * @file
|
Chris@0
|
5 * Esperanto transliteration data for the PhpTransliteration class.
|
Chris@0
|
6 */
|
Chris@0
|
7
|
Chris@0
|
8 $overrides['eo'] = [
|
Chris@0
|
9 0x18 => 'Cx',
|
Chris@0
|
10 0x19 => 'cx',
|
Chris@0
|
11 0x11C => 'Gx',
|
Chris@0
|
12 0x11D => 'gx',
|
Chris@0
|
13 0x124 => 'Hx',
|
Chris@0
|
14 0x125 => 'hx',
|
Chris@0
|
15 0x134 => 'Jx',
|
Chris@0
|
16 0x135 => 'jx',
|
Chris@0
|
17 0x15C => 'Sx',
|
Chris@0
|
18 0x15D => 'sx',
|
Chris@0
|
19 0x16C => 'Ux',
|
Chris@0
|
20 0x16D => 'ux',
|
Chris@0
|
21 ];
|