Further Drupal 8.6.4 changes. Some core files were not committed before a commit...
[yaffs-website] / web / core / lib / Drupal / Component / Transliteration / data / x9f.php
1 <?php
2
3 /**
4  * @file
5  * Generic transliteration data for the PhpTransliteration class.
6  */
7
8 $base = [
9   0x00 => 'cu', 'qu', 'chao', 'wa', 'zhu', 'zhi', 'meng', 'ao', 'bie', 'tuo', 'bi', 'yuan', 'chao', 'tuo', 'ding', 'mi',
10   0x10 => 'nai', 'ding', 'zi', 'gu', 'gu', 'dong', 'fen', 'tao', 'yuan', 'pi', 'chang', 'gao', 'qi', 'yuan', 'tang', 'teng',
11   0x20 => 'shu', 'shu', 'fen', 'fei', 'wen', 'ba', 'diao', 'tuo', 'zhong', 'qu', 'sheng', 'shi', 'you', 'shi', 'ting', 'wu',
12   0x30 => 'nian', 'jing', 'hun', 'ju', 'yan', 'tu', 'si', 'xi', 'xian', 'yan', 'lei', 'bi', 'yao', 'qiu', 'han', 'wu',
13   0x40 => 'wu', 'hou', 'xie', 'e', 'zha', 'xiu', 'weng', 'zha', 'nong', 'nang', 'qi', 'zhai', 'ji', 'zi', 'ji', 'ji',
14   0x50 => 'qi', 'ji', 'chi', 'chen', 'chen', 'he', 'ya', 'yin', 'xie', 'bao', 'ze', 'xie', 'chai', 'chi', 'yan', 'ju',
15   0x60 => 'tiao', 'ling', 'ling', 'chu', 'quan', 'xie', 'ken', 'nie', 'jiu', 'yao', 'chuo', 'kun', 'yu', 'chu', 'yi', 'ni',
16   0x70 => 'ze', 'zou', 'qu', 'yun', 'yan', 'ou', 'e', 'wo', 'yi', 'ci', 'zou', 'dian', 'chu', 'jin', 'ya', 'chi',
17   0x80 => 'chen', 'he', 'yin', 'ju', 'ling', 'bao', 'tiao', 'zi', 'ken', 'yu', 'chuo', 'qu', 'wo', 'long', 'pang', 'gong',
18   0x90 => 'pang', 'yan', 'long', 'long', 'gong', 'kan', 'da', 'ling', 'da', 'long', 'gong', 'kan', 'gui', 'qiu', 'bie', 'gui',
19   0xA0 => 'yue', 'chui', 'he', 'jue', 'xie', 'yu', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
20   0xB0 => NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
21   0xC0 => NULL, NULL, NULL, 'shan', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
22   0xD0 => NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
23   0xE0 => NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
24   0xF0 => NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
25 ];