x2f.php 2.0 KB

12345678910111213141516171819202122232425
  1. <?php
  2. /**
  3. * @file
  4. * Generic transliteration data for the PhpTransliteration class.
  5. */
  6. $base = [
  7. 0x00 => 'yi', 'gun', 'zhu', 'pie', 'yi', 'jue', 'er', 'tou', 'ren', 'er', 'ru', 'ba', 'jiong', 'mi', 'bing', 'ji',
  8. 0x10 => 'qian', 'dao', 'li', 'bao', 'bi', 'fang', 'xi', 'shi', 'bo', 'jie', 'chang', 'si', 'you', 'kou', 'wei', 'tu',
  9. 0x20 => 'shi', 'zhi', 'sui', 'xi', 'da', 'nu', 'zi', 'mian', 'cun', 'xiao', 'you', 'shi', 'che', 'shan', 'chuan', 'gong',
  10. 0x30 => 'ji', 'jin', 'gan', 'yao', 'guang', 'yin', 'gong', 'yi', 'gong', 'ji', 'shan', 'chi', 'xin', 'ge', 'hu', 'shou',
  11. 0x40 => 'zhi', 'pu', 'wen', 'dou', 'jin', 'fang', 'wu', 'ri', 'yue', 'yue', 'mu', 'qian', 'zhi', 'dai', 'shu', 'wu',
  12. 0x50 => 'bi', 'mao', 'shi', 'qi', 'shui', 'huo', 'zhao', 'fu', 'yao', 'pan', 'pian', 'ya', 'niu', 'quan', 'xuan', 'yu',
  13. 0x60 => 'gua', 'wa', 'gan', 'sheng', 'yong', 'tian', 'pi', 'ne', 'bo', 'bai', 'pi', 'min', 'mu', 'mao', 'shi', 'shi',
  14. 0x70 => 'shi', 'rou', 'he', 'xue', 'li', 'zhu', 'mi', 'mi', 'fou', 'wang', 'yang', 'yu', 'lao', 'er', 'lei', 'er',
  15. 0x80 => 'yu', 'rou', 'chen', 'zi', 'zhi', 'jiu', 'she', 'chuan', 'zhou', 'gen', 'se', 'cao', 'hu', 'chong', 'xue', 'xing',
  16. 0x90 => 'yi', 'ya', 'jian', 'jiao', 'yan', 'gu', 'dou', 'shi', 'zhi', 'bei', 'chi', 'zou', 'zu', 'shen', 'che', 'xin',
  17. 0xA0 => 'chen', 'chuo', 'yi', 'you', 'bian', 'li', 'jin', 'zhang', 'men', 'fu', 'li', 'zhui', 'yu', 'qing', 'fei', 'mian',
  18. 0xB0 => 'ge', 'wei', 'jiu', 'yin', 'ye', 'feng', 'fei', 'shi', 'shou', 'xiang', 'ma', 'gu', 'gao', 'biao', 'dou', 'chang',
  19. 0xC0 => 'ge', 'gui', 'yu', 'niao', 'lu', 'lu', 'mai', 'ma', 'huang', 'shu', 'hei', 'zhi', 'mian', 'ding', 'gu', 'shu',
  20. 0xD0 => 'bi', 'qi', 'chi', 'long', 'gui', 'yue', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
  21. 0xE0 => NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
  22. 0xF0 => NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
  23. ];