x11.php

Same filename and directory in other branches
  1. 9 core/lib/Drupal/Component/Transliteration/data/x11.php
  2. 8.9.x core/lib/Drupal/Component/Transliteration/data/x11.php
  3. 10 core/lib/Drupal/Component/Transliteration/data/x11.php

File

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

View source
<?php


/**
 * @file
 * Generic transliteration data for the PhpTransliteration class.
 */
$base = [
    0x0 => 'g',
    'kk',
    'n',
    'd',
    'tt',
    'l',
    'm',
    'b',
    'pp',
    's',
    'ss',
    '',
    'j',
    'jj',
    'ch',
    'k',
    0x10 => 't',
    'p',
    'h',
    'ng',
    'nn',
    'nd',
    'nb',
    'dg',
    'rn',
    'rr',
    'rh',
    'rN',
    'mb',
    'mN',
    'bg',
    'bn',
    0x20 => '',
    'bs',
    'bsg',
    'bst',
    'bsb',
    'bss',
    'bsj',
    'bj',
    'bc',
    'bt',
    'bp',
    'bN',
    'bbN',
    'sg',
    'sn',
    'sd',
    0x30 => 'sr',
    'sm',
    'sb',
    'sbg',
    'sss',
    's',
    'sj',
    'sc',
    'sk',
    'st',
    'sp',
    'sh',
    '',
    '',
    '',
    '',
    0x40 => 'Z',
    'g',
    'd',
    'm',
    'b',
    's',
    'Z',
    '',
    'j',
    'c',
    't',
    'p',
    'N',
    'j',
    '',
    '',
    0x50 => '',
    '',
    'ck',
    'ch',
    '',
    '',
    'pb',
    'pN',
    'hh',
    'Q',
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    '',
    0x60 => '',
    'a',
    'ae',
    'ya',
    'yae',
    'eo',
    'e',
    'yeo',
    'ye',
    'o',
    'wa',
    'wae',
    'oe',
    'yo',
    'u',
    'wo',
    0x70 => 'we',
    'wi',
    'yu',
    'eu',
    'ui',
    'i',
    'a-o',
    'a-u',
    'ya-o',
    'ya-yo',
    'eo-o',
    'eo-u',
    'eo-eu',
    'yeo-o',
    'yeo-u',
    'o-eo',
    0x80 => 'o-e',
    'o-ye',
    'o-o',
    'o-u',
    'yo-ya',
    'yo-yae',
    'yo-yeo',
    'yo-o',
    'yo-i',
    'u-a',
    'u-ae',
    'u-eo-eu',
    'u-ye',
    'u-u',
    'yu-a',
    'yu-eo',
    0x90 => 'yu-e',
    'yu-yeo',
    'yu-ye',
    'yu-u',
    'yu-i',
    'eu-u',
    'eu-eu',
    'yi-u',
    'i-a',
    'i-ya',
    'i-o',
    'i-u',
    'i-eu',
    'i-U',
    'U',
    'U-eo',
    0xa0 => 'U-u',
    'U-i',
    'UU',
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    'g',
    'kk',
    'gs',
    'n',
    'nj',
    'nh',
    'd',
    'l',
    0xb0 => 'lg',
    'lm',
    'lb',
    'ls',
    'lt',
    'lp',
    'lh',
    'm',
    'b',
    'bs',
    's',
    'ss',
    'ng',
    'j',
    'ch',
    'k',
    0xc0 => 't',
    'p',
    'h',
    'gl',
    'gsg',
    'ng',
    'nd',
    'ns',
    'nZ',
    'nt',
    'dg',
    'tl',
    'lgs',
    'ln',
    'ld',
    'lth',
    0xd0 => 'll',
    'lmg',
    'lms',
    'lbs',
    'lbh',
    'rNp',
    'lss',
    'lZ',
    'lk',
    'lQ',
    'mg',
    'ml',
    'mb',
    'ms',
    'mss',
    'mZ',
    0xe0 => 'mc',
    'mh',
    'mN',
    'bl',
    'bp',
    'ph',
    'pN',
    'sg',
    'sd',
    'sl',
    'sb',
    'Z',
    'g',
    'ss',
    '',
    'kh',
    0xf0 => 'N',
    'Ns',
    'NZ',
    'pb',
    'pN',
    'hn',
    'hl',
    'hm',
    'hb',
    'Q',
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
];

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