x0e.php

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

File

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

View source
<?php


/**
 * @file
 * Generic transliteration data for the PhpTransliteration class.
 */
$base = [
    0x0 => NULL,
    'k',
    'kh',
    'kh',
    'kh',
    'kh',
    'kh',
    'ng',
    'c',
    'ch',
    'ch',
    's',
    'ch',
    'y',
    'd',
    't',
    0x10 => 'th',
    'th',
    'th',
    'n',
    'd',
    't',
    'th',
    'th',
    'th',
    'n',
    'b',
    'p',
    'ph',
    'f',
    'ph',
    'f',
    0x20 => 'ph',
    'm',
    'y',
    'r',
    'v',
    'l',
    'l',
    'w',
    's',
    's',
    's',
    'h',
    'l',
    'x',
    'h',
    '~',
    0x30 => 'a',
    'a',
    'a',
    'a',
    'i',
    'ii',
    'ue',
    'uue',
    'u',
    'uu',
    '\'',
    NULL,
    NULL,
    NULL,
    NULL,
    'Bh.',
    0x40 => 'e',
    'ae',
    'o',
    'i',
    'i',
    'i',
    '<<',
    '',
    '',
    '',
    '',
    '',
    '',
    'M',
    '',
    ' * ',
    0x50 => '0',
    '1',
    '2',
    '3',
    '4',
    '5',
    '6',
    '7',
    '8',
    '9',
    '||',
    '>>',
    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,
    'k',
    'kh',
    NULL,
    'kh',
    NULL,
    NULL,
    'ng',
    'ch',
    NULL,
    's',
    NULL,
    NULL,
    'ny',
    NULL,
    NULL,
    0x90 => NULL,
    NULL,
    NULL,
    NULL,
    'd',
    'h',
    'th',
    'th',
    NULL,
    'n',
    'b',
    'p',
    'ph',
    'f',
    'ph',
    'f',
    0xa0 => NULL,
    'm',
    'y',
    'r',
    NULL,
    'l',
    NULL,
    'w',
    NULL,
    NULL,
    's',
    'h',
    NULL,
    '`',
    '',
    '~',
    0xb0 => 'a',
    '',
    'aa',
    'am',
    'i',
    'ii',
    'y',
    'yy',
    'u',
    'uu',
    NULL,
    'o',
    'l',
    'ny',
    NULL,
    NULL,
    0xc0 => 'e',
    'ei',
    'o',
    'ay',
    'ai',
    NULL,
    '+',
    NULL,
    '',
    '',
    '',
    '',
    '',
    'M',
    NULL,
    NULL,
    0xd0 => '0',
    '1',
    '2',
    '3',
    '4',
    '5',
    '6',
    '7',
    '8',
    '9',
    NULL,
    NULL,
    'hn',
    'hm',
    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,
];

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