x32.php

Same filename in other branches
  1. 9 core/lib/Drupal/Component/Transliteration/data/x32.php
  2. 10 core/lib/Drupal/Component/Transliteration/data/x32.php
  3. 11.x core/lib/Drupal/Component/Transliteration/data/x32.php

File

core/lib/Drupal/Component/Transliteration/data/x32.php

View source
<?php


/**
 * @file
 * Generic transliteration data for the PhpTransliteration class.
 */
$base = [
    0x0 => '(g)',
    '(n)',
    '(d)',
    '(l)',
    '(m)',
    '(b)',
    '(s)',
    '()',
    '(j)',
    '(ch)',
    '(k)',
    '(t)',
    '(p)',
    '(h)',
    '(ga)',
    '(na)',
    0x10 => '(da)',
    '(la)',
    '(ma)',
    '(ba)',
    '(sa)',
    '(a)',
    '(ja)',
    '(cha)',
    '(ka)',
    '(ta)',
    '(pa)',
    '(ha)',
    '(ju)',
    NULL,
    NULL,
    NULL,
    0x20 => '(1) ',
    '(2) ',
    '(3) ',
    '(4) ',
    '(5) ',
    '(6) ',
    '(7) ',
    '(8) ',
    '(9) ',
    '(10) ',
    '(Yue) ',
    '(Huo) ',
    '(Shui) ',
    '(Mu) ',
    '(Jin) ',
    '(Tu) ',
    0x30 => '(Ri) ',
    '(Zhu) ',
    '(You) ',
    '(She) ',
    '(Ming) ',
    '(Te) ',
    '(Cai) ',
    '(Zhu) ',
    '(Lao) ',
    '(Dai) ',
    '(Hu) ',
    '(Xue) ',
    '(Jian) ',
    '(Qi) ',
    '(Zi) ',
    '(Xie) ',
    0x40 => '(Ji) ',
    '(Xiu) ',
    '<<',
    '>>',
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    0x50 => NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    0x60 => 'g',
    'n',
    'd',
    'l',
    'm',
    'b',
    's',
    '()',
    'j',
    'ch',
    'k',
    't',
    'p',
    'h',
    'ga',
    'na',
    0x70 => 'da',
    'la',
    'ma',
    'ba',
    'sa',
    'a',
    'ja',
    'cha',
    'ka',
    'ta',
    'pa',
    'ha',
    NULL,
    NULL,
    NULL,
    'KIS ',
    0x80 => '(1) ',
    '(2) ',
    '(3) ',
    '(4) ',
    '(5) ',
    '(6) ',
    '(7) ',
    '(8) ',
    '(9) ',
    '(10) ',
    '(Yue) ',
    '(Huo) ',
    '(Shui) ',
    '(Mu) ',
    '(Jin) ',
    '(Tu) ',
    0x90 => '(Ri) ',
    '(Zhu) ',
    '(You) ',
    '(She) ',
    '(Ming) ',
    '(Te) ',
    '(Cai) ',
    '(Zhu) ',
    '(Lao) ',
    '(Mi) ',
    '(Nan) ',
    '(Nu) ',
    '(Shi) ',
    '(You) ',
    '(Yin) ',
    '(Zhu) ',
    0xa0 => '(Xiang) ',
    '(Xiu) ',
    '(Xie) ',
    '(Zheng) ',
    '(Shang) ',
    '(Zhong) ',
    '(Xia) ',
    '(Zuo) ',
    '(You) ',
    '(Yi) ',
    '(Zong) ',
    '(Xue) ',
    '(Jian) ',
    '(Qi) ',
    '(Zi) ',
    '(Xie) ',
    0xb0 => '(Ye) ',
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    0xc0 => '1M',
    '2M',
    '3M',
    '4M',
    '5M',
    '6M',
    '7M',
    '8M',
    '9M',
    '10M',
    '11M',
    '12M',
    NULL,
    NULL,
    NULL,
    NULL,
    0xd0 => 'a',
    'i',
    'u',
    'u',
    'o',
    'ka',
    'ki',
    'ku',
    'ke',
    'ko',
    'sa',
    'si',
    'su',
    'se',
    'so',
    'ta',
    0xe0 => 'ti',
    'tu',
    'te',
    'to',
    'na',
    'ni',
    'nu',
    'ne',
    'no',
    'ha',
    'hi',
    'hu',
    'he',
    'ho',
    'ma',
    'mi',
    0xf0 => 'mu',
    'me',
    'mo',
    'ya',
    'yu',
    'yo',
    'ra',
    'ri',
    'ru',
    're',
    'ro',
    'wa',
    'wi',
    'we',
    'wo',
    NULL,
];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.