Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / lib / Drupal / Component / Transliteration / data / x05.php
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, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
11   0x20 => NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
12   0x30 => NULL, 'A', 'B', 'G', 'D', 'E', 'Z', 'E', 'E', 'T`', 'Z', 'I', 'L', 'X', 'C', 'K',
13   0x40 => 'H', 'J', 'G', 'C', 'M', 'Y', 'N', 'S', 'O', 'Ch`', 'P', 'J', 'R', 'S', 'V', 'T',
14   0x50 => 'R', 'Ts`', 'W', 'P`', 'K`', 'O', 'F', NULL, NULL, '<', '\'', '/', '!', ',', '?', '.',
15   0x60 => NULL, 'a', 'b', 'g', 'd', 'e', 'z', 'e', 'e', 't`', 'z', 'i', 'l', 'x', 'c', 'k',
16   0x70 => 'h', 'j', 'g', 'c', 'm', 'y', 'n', 's', 'o', 'ch`', 'p', 'j', 'r', 's', 'v', 't',
17   0x80 => 'r', 'ts`', 'w', 'p`', 'k`', 'o', 'f', 'ev', NULL, '.', '-', NULL, NULL, NULL, NULL, NULL,
18   0x90 => NULL, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
19   0xA0 => '', '', NULL, '', '', '', '', '', '', '', '', '', '', '', '', '',
20   0xB0 => '@', 'e', 'a', 'o', 'i', 'e', 'e', 'a', 'a', 'o', NULL, 'u', '\'', '', '', '',
21   0xC0 => '', '', '', ':', '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
22   0xD0 => '', 'b', 'g', 'd', 'h', 'w', 'z', 'h', 't', 'y', 'k', 'k', 'l', 'm', 'm', 'n',
23   0xE0 => 'n', 's', '`', 'p', 'p', 'z', 'z', 'q', 'r', 's', 't', NULL, NULL, NULL, NULL, NULL,
24   0xF0 => 'ww', 'wy', 'yy', '\'', '"', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
25 ];