annotate core/lib/Drupal/Component/Transliteration/data/kg.php @ 17:129ea1e6d783
Update, including to Drupal core 8.6.10
author |
Chris Cannam |
date |
Thu, 28 Feb 2019 13:21:36 +0000 |
parents |
4c8ae668cc8c |
children |
|
rev |
line source |
Chris@0
|
1 <?php
|
Chris@0
|
2
|
Chris@0
|
3 /**
|
Chris@0
|
4 * @file
|
Chris@0
|
5 * Kyrgyz transliteration data for the PhpTransliteration class.
|
Chris@0
|
6 */
|
Chris@0
|
7
|
Chris@0
|
8 $overrides['kg'] = [
|
Chris@0
|
9 0x41 => 'E',
|
Chris@0
|
10 0x416 => 'C',
|
Chris@0
|
11 0x419 => 'J',
|
Chris@0
|
12 0x425 => 'X',
|
Chris@0
|
13 0x426 => 'TS',
|
Chris@0
|
14 0x429 => 'SCH',
|
Chris@0
|
15 0x42E => 'JU',
|
Chris@0
|
16 0x42F => 'JA',
|
Chris@0
|
17 0x436 => 'c',
|
Chris@0
|
18 0x439 => 'j',
|
Chris@0
|
19 0x445 => 'x',
|
Chris@0
|
20 0x446 => 'ts',
|
Chris@0
|
21 0x449 => 'sch',
|
Chris@0
|
22 0x44E => 'ju',
|
Chris@0
|
23 0x44F => 'ja',
|
Chris@0
|
24 0x451 => 'e',
|
Chris@0
|
25 0x4A2 => 'H',
|
Chris@0
|
26 0x4A3 => 'h',
|
Chris@0
|
27 0x4AE => 'W',
|
Chris@0
|
28 0x4AF => 'w',
|
Chris@0
|
29 0x4E8 => 'Q',
|
Chris@0
|
30 0x4E9 => 'q',
|
Chris@0
|
31 ];
|