Mercurial > hg > isophonics-drupal-site
comparison core/lib/Drupal/Component/Transliteration/data/xfb.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 * Generic transliteration data for the PhpTransliteration class. | |
6 */ | |
7 | |
8 $base = [ | |
9 0x00 => 'ff', 'fi', 'fl', 'ffi', 'ffl', 'st', 'st', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, | |
10 0x10 => NULL, NULL, NULL, 'mn', 'me', 'mi', 'vn', 'mkh', NULL, NULL, NULL, NULL, NULL, 'y', '', 'yy', | |
11 0x20 => '`', '', 'd', 'h', 'k', 'l', 'm', 'r', 't', '+', 's', 's', 's', 's', 'a', 'a', | |
12 0x30 => '', 'b', 'g', 'd', 'h', 'w', 'z', NULL, 't', 'y', 'k', 'k', 'l', NULL, 'm', NULL, | |
13 0x40 => 'n', 's', NULL, 'p', 'p', NULL, 'z', 'q', 'r', 's', 't', 'w', 'b', 'k', 'p', 'l', | |
14 0x50 => '', '', '', '', '', '', 'p', 'p', 'p', 'p', '', '', '', '', '', '', | |
15 0x60 => '', '', '', '', '', '', '', '', '', '', 'v', 'v', 'v', 'v', '', '', | |
16 0x70 => '', '', '', '', '', '', '', '', '', '', 'ch', 'ch', 'ch', 'ch', '', '', | |
17 0x80 => '', '', '', '', '', '', '', '', '', '', 'zh', 'zh', '', '', 'k', 'k', | |
18 0x90 => 'k', 'k', 'g', 'g', 'g', 'g', '', '', '', '', '', '', '', '', '', '', | |
19 0xA0 => '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', | |
20 0xB0 => '', '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, | |
21 0xC0 => NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, | |
22 0xD0 => NULL, NULL, NULL, 'ng', 'ng', 'ng', 'ng', '', '', '', '', '', '', '', 'v', 'v', | |
23 0xE0 => '', '', '', '', '', '', '', '', 'y', 'y', 'ya', 'ya', '', '', 'yw', 'yw', | |
24 0xF0 => '', '', '', '', '', '', '', '', '', 'yy', 'yy', 'yy', 'y', 'y', 'y', 'y', | |
25 ]; |