diff core/lib/Drupal/Component/Transliteration/data/x2f.php @ 0:c75dbcec494b

Initial commit from drush-created site
author Chris Cannam
date Thu, 05 Jul 2018 14:24:15 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/core/lib/Drupal/Component/Transliteration/data/x2f.php	Thu Jul 05 14:24:15 2018 +0000
@@ -0,0 +1,25 @@
+<?php
+
+/**
+ * @file
+ * Generic transliteration data for the PhpTransliteration class.
+ */
+
+$base = [
+  0x00 => 'yi', 'gun', 'zhu', 'pie', 'yi', 'jue', 'er', 'tou', 'ren', 'er', 'ru', 'ba', 'jiong', 'mi', 'bing', 'ji',
+  0x10 => 'qian', 'dao', 'li', 'bao', 'bi', 'fang', 'xi', 'shi', 'bo', 'jie', 'chang', 'si', 'you', 'kou', 'wei', 'tu',
+  0x20 => 'shi', 'zhi', 'sui', 'xi', 'da', 'nu', 'zi', 'mian', 'cun', 'xiao', 'you', 'shi', 'che', 'shan', 'chuan', 'gong',
+  0x30 => 'ji', 'jin', 'gan', 'yao', 'guang', 'yin', 'gong', 'yi', 'gong', 'ji', 'shan', 'chi', 'xin', 'ge', 'hu', 'shou',
+  0x40 => 'zhi', 'pu', 'wen', 'dou', 'jin', 'fang', 'wu', 'ri', 'yue', 'yue', 'mu', 'qian', 'zhi', 'dai', 'shu', 'wu',
+  0x50 => 'bi', 'mao', 'shi', 'qi', 'shui', 'huo', 'zhao', 'fu', 'yao', 'pan', 'pian', 'ya', 'niu', 'quan', 'xuan', 'yu',
+  0x60 => 'gua', 'wa', 'gan', 'sheng', 'yong', 'tian', 'pi', 'ne', 'bo', 'bai', 'pi', 'min', 'mu', 'mao', 'shi', 'shi',
+  0x70 => 'shi', 'rou', 'he', 'xue', 'li', 'zhu', 'mi', 'mi', 'fou', 'wang', 'yang', 'yu', 'lao', 'er', 'lei', 'er',
+  0x80 => 'yu', 'rou', 'chen', 'zi', 'zhi', 'jiu', 'she', 'chuan', 'zhou', 'gen', 'se', 'cao', 'hu', 'chong', 'xue', 'xing',
+  0x90 => 'yi', 'ya', 'jian', 'jiao', 'yan', 'gu', 'dou', 'shi', 'zhi', 'bei', 'chi', 'zou', 'zu', 'shen', 'che', 'xin',
+  0xA0 => 'chen', 'chuo', 'yi', 'you', 'bian', 'li', 'jin', 'zhang', 'men', 'fu', 'li', 'zhui', 'yu', 'qing', 'fei', 'mian',
+  0xB0 => 'ge', 'wei', 'jiu', 'yin', 'ye', 'feng', 'fei', 'shi', 'shou', 'xiang', 'ma', 'gu', 'gao', 'biao', 'dou', 'chang',
+  0xC0 => 'ge', 'gui', 'yu', 'niao', 'lu', 'lu', 'mai', 'ma', 'huang', 'shu', 'hei', 'zhi', 'mian', 'ding', 'gu', 'shu',
+  0xD0 => 'bi', 'qi', 'chi', 'long', 'gui', 'yue', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
+  0xE0 => NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
+  0xF0 => NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
+];