comparison core/lib/Drupal/Component/Transliteration/data/kg.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 * Kyrgyz transliteration data for the PhpTransliteration class.
6 */
7
8 $overrides['kg'] = [
9 0x41 => 'E',
10 0x416 => 'C',
11 0x419 => 'J',
12 0x425 => 'X',
13 0x426 => 'TS',
14 0x429 => 'SCH',
15 0x42E => 'JU',
16 0x42F => 'JA',
17 0x436 => 'c',
18 0x439 => 'j',
19 0x445 => 'x',
20 0x446 => 'ts',
21 0x449 => 'sch',
22 0x44E => 'ju',
23 0x44F => 'ja',
24 0x451 => 'e',
25 0x4A2 => 'H',
26 0x4A3 => 'h',
27 0x4AE => 'W',
28 0x4AF => 'w',
29 0x4E8 => 'Q',
30 0x4E9 => 'q',
31 ];