x10.php

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

File

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

View source
<?php


/**
 * @file
 * Generic transliteration data for the PhpTransliteration class.
 */
$base = [
    0x0 => 'k',
    'kh',
    'g',
    'gh',
    'ng',
    'c',
    'ch',
    'j',
    'jh',
    'ny',
    'nny',
    'tt',
    'tth',
    'dd',
    'ddh',
    'nn',
    0x10 => 'tt',
    'th',
    'd',
    'dh',
    'n',
    'p',
    'ph',
    'b',
    'bh',
    'm',
    'y',
    'r',
    'l',
    'w',
    's',
    'h',
    0x20 => 'll',
    'a',
    NULL,
    'i',
    'ii',
    'u',
    'uu',
    'e',
    NULL,
    'o',
    'au',
    NULL,
    'aa',
    'i',
    'ii',
    'u',
    0x30 => 'uu',
    'e',
    'ai',
    NULL,
    NULL,
    NULL,
    'N',
    '\'',
    ':',
    '',
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    0x40 => '0',
    '1',
    '2',
    '3',
    '4',
    '5',
    '6',
    '7',
    '8',
    '9',
    ' / ',
    ' // ',
    'n*',
    'r*',
    'l*',
    'e*',
    0x50 => 'sh',
    'ss',
    'R',
    'RR',
    'L',
    'LL',
    'R',
    'RR',
    'L',
    'LL',
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    0x60 => NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    0x70 => NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    0x80 => NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    0x90 => NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    0xa0 => 'A',
    'B',
    'G',
    'D',
    'E',
    'V',
    'Z',
    'T`',
    'I',
    'K',
    'L',
    'M',
    'N',
    'O',
    'P',
    'Zh',
    0xb0 => 'R',
    'S',
    'T',
    'U',
    'P`',
    'K`',
    'G\'',
    'Q',
    'Sh',
    'Ch`',
    'C`',
    'Z\'',
    'C',
    'Ch',
    'X',
    'J',
    0xc0 => 'H',
    'E',
    'Y',
    'W',
    'Xh',
    'OE',
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    0xd0 => 'a',
    'b',
    'g',
    'd',
    'e',
    'v',
    'z',
    't',
    'i',
    'k',
    'l',
    'm',
    'n',
    'o',
    'p',
    'zh',
    0xe0 => 'r',
    's',
    't',
    'u',
    'p',
    'k',
    'gh',
    'q',
    'sh',
    'ch',
    'ts',
    'dz',
    'c',
    'ch',
    'kh',
    'j',
    0xf0 => 'h',
    'e',
    'y',
    'ui',
    'q',
    'oe',
    'f',
    NULL,
    NULL,
    NULL,
    NULL,
    ' // ',
    NULL,
    NULL,
    NULL,
    NULL,
];

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