Mercurial > hg > isophonics-drupal-site
comparison core/lib/Drupal/Component/Transliteration/data/xfe.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 => NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, | |
10 0x10 => ',', ',', '.', ':', ';', '!', '?', NULL, NULL, '...', NULL, NULL, NULL, NULL, NULL, NULL, | |
11 0x20 => '', '', '', '~', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, | |
12 0x30 => '..', '-', '-', '_', '_', '(', ')', '{', '}', '[', ']', '[(', ')] ', '<<', '>>', '<', | |
13 0x40 => '>', '[', '] ', '{', '}', NULL, NULL, '[', ']', '', '', '', '', '', '', '', | |
14 0x50 => ',', ',', '.', '', ';', ':', '?', '!', '-', '(', ')', '{', '}', '[', ']', '#', | |
15 0x60 => '&', '*', '+', '-', '<', '>', '=', '', '\\', '$', '%', '@', NULL, NULL, NULL, NULL, | |
16 0x70 => '', '', '', NULL, '', NULL, ' a', 'a', ' u', 'u', ' i', 'i', ' ', '', ' ', '', | |
17 0x80 => '', 'a', 'a', 'a', 'a', 'w', 'w', 'a', 'a', 'y', 'y', 'y', 'y', 'a', 'a', 'b', | |
18 0x90 => 'b', 'b', 'b', 't', 't', 't', 't', 't', 't', 'th', 'th', 'th', 'th', 'j', 'j', 'j', | |
19 0xA0 => 'j', 'h', 'h', 'h', 'h', 'kh', 'kh', 'kh', 'kh', 'd', 'd', 'dh', 'dh', 'r', 'r', 'z', | |
20 0xB0 => 'z', 's', 's', 's', 's', 'sh', 'sh', 'sh', 'sh', 's', 's', 's', 's', 'd', 'd', 'd', | |
21 0xC0 => 'd', 't', 't', 't', 't', 'z', 'z', 'z', 'z', '', '', '', '', 'gh', 'gh', 'gh', | |
22 0xD0 => 'gh', 'f', 'f', 'f', 'f', 'q', 'q', 'q', 'q', 'k', 'k', 'k', 'k', 'l', 'l', 'l', | |
23 0xE0 => 'l', 'm', 'm', 'm', 'm', 'n', 'n', 'n', 'n', 'h', 'h', 'h', 'h', 'w', 'w', 'y', | |
24 0xF0 => 'y', 'y', 'y', 'y', 'y', 'la', 'la', 'la', 'la', 'la', 'la', 'la', 'la', NULL, NULL, '', | |
25 ]; |