eo.php
Same filename in other branches
File
-
core/
lib/ Drupal/ Component/ Transliteration/ data/ eo.php
View source
<?php
/**
* @file
* Esperanto transliteration data for the PhpTransliteration class.
*/
$overrides['eo'] = [
0x18 => 'Cx',
0x19 => 'cx',
0x11c => 'Gx',
0x11d => 'gx',
0x124 => 'Hx',
0x125 => 'hx',
0x134 => 'Jx',
0x135 => 'jx',
0x15c => 'Sx',
0x15d => 'sx',
0x16c => 'Ux',
0x16d => 'ux',
];
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.