x05.php

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

File

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

View source
<?php


/**
 * @file
 * Generic transliteration data for the PhpTransliteration class.
 */
$base = [
    0x0 => NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    0x10 => NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    0x20 => NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    0x30 => NULL,
    'A',
    'B',
    'G',
    'D',
    'E',
    'Z',
    'E',
    'E',
    'T`',
    'Z',
    'I',
    'L',
    'X',
    'C',
    'K',
    0x40 => 'H',
    'J',
    'G',
    'C',
    'M',
    'Y',
    'N',
    'S',
    'O',
    'Ch`',
    'P',
    'J',
    'R',
    'S',
    'V',
    'T',
    0x50 => 'R',
    'Ts`',
    'W',
    'P`',
    'K`',
    'O',
    'F',
    NULL,
    NULL,
    '<',
    '\'',
    '/',
    '!',
    ',',
    '?',
    '.',
    0x60 => NULL,
    'a',
    'b',
    'g',
    'd',
    'e',
    'z',
    'e',
    'e',
    't`',
    'z',
    'i',
    'l',
    'x',
    'c',
    'k',
    0x70 => 'h',
    'j',
    'g',
    'c',
    'm',
    'y',
    'n',
    's',
    'o',
    'ch`',
    'p',
    'j',
    'r',
    's',
    'v',
    't',
    0x80 => 'r',
    'ts`',
    'w',
    'p`',
    'k`',
    'o',
    'f',
    'ev',
    NULL,
    '.',
    '-',
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    0x90 => NULL,
    '',
    '',
    '',
    '',
    '',
    '',
    '',
    '',
    '',
    '',
    '',
    '',
    '',
    '',
    '',
    0xa0 => '',
    '',
    NULL,
    '',
    '',
    '',
    '',
    '',
    '',
    '',
    '',
    '',
    '',
    '',
    '',
    '',
    0xb0 => '@',
    'e',
    'a',
    'o',
    'i',
    'e',
    'e',
    'a',
    'a',
    'o',
    NULL,
    'u',
    '\'',
    '',
    '',
    '',
    0xc0 => '',
    '',
    '',
    ':',
    '',
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    0xd0 => '',
    'b',
    'g',
    'd',
    'h',
    'w',
    'z',
    'h',
    't',
    'y',
    'k',
    'k',
    'l',
    'm',
    'm',
    'n',
    0xe0 => 'n',
    's',
    '`',
    'p',
    'p',
    'z',
    'z',
    'q',
    'r',
    's',
    't',
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    0xf0 => 'ww',
    'wy',
    'yy',
    '\'',
    '"',
    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.