x02.php

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

File

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

View source
<?php


/**
 * @file
 * Generic transliteration data for the PhpTransliteration class.
 */
$base = [
    0x0 => 'A',
    'a',
    'A',
    'a',
    'E',
    'e',
    'E',
    'e',
    'I',
    'i',
    'I',
    'i',
    'O',
    'o',
    'O',
    'o',
    0x10 => 'R',
    'r',
    'R',
    'r',
    'U',
    'u',
    'U',
    'u',
    'S',
    's',
    'T',
    't',
    'Y',
    'y',
    'H',
    'h',
    0x20 => 'N',
    'd',
    'OU',
    'ou',
    'Z',
    'z',
    'A',
    'a',
    'E',
    'e',
    'O',
    'o',
    'O',
    'o',
    'O',
    'o',
    0x30 => 'O',
    'o',
    'Y',
    'y',
    'l',
    'n',
    't',
    'j',
    'db',
    'qp',
    'A',
    'C',
    'c',
    'L',
    'T',
    's',
    0x40 => 'z',
    '?',
    '?',
    'B',
    'U',
    'V',
    'E',
    'e',
    'J',
    'j',
    'Q',
    'q',
    'R',
    'r',
    'Y',
    'y',
    0x50 => 'a',
    'a',
    'a',
    'b',
    'o',
    'c',
    'd',
    'd',
    'e',
    '@',
    '@',
    'e',
    'e',
    'e',
    'e',
    'j',
    0x60 => 'g',
    'g',
    'G',
    'g',
    'u',
    'Y',
    'h',
    'h',
    'i',
    'i',
    'I',
    'l',
    'l',
    'l',
    'lZ',
    'W',
    0x70 => 'W',
    'm',
    'n',
    'n',
    'N',
    'o',
    'OE',
    'O',
    'F',
    'R',
    'R',
    'R',
    'r',
    'r',
    'r',
    'R',
    0x80 => 'R',
    'R',
    's',
    'S',
    'j',
    'S',
    'S',
    't',
    't',
    'u',
    'U',
    'v',
    '^',
    'W',
    'Y',
    'Y',
    0x90 => 'z',
    'z',
    'Z',
    'Z',
    '?',
    '?',
    '?',
    'C',
    '@',
    'B',
    'E',
    'G',
    'H',
    'j',
    'k',
    'L',
    0xa0 => 'q',
    '?',
    '?',
    'dz',
    'dZ',
    'dz',
    'ts',
    'tS',
    'tC',
    'fN',
    'ls',
    'lz',
    'WW',
    ']]',
    'h',
    'h',
    0xb0 => 'k',
    'h',
    'j',
    'r',
    'r',
    'r',
    'r',
    'w',
    'y',
    '\'',
    '"',
    '`',
    '\'',
    '`',
    '`',
    '\'',
    0xc0 => '?',
    '?',
    '<',
    '>',
    '^',
    'V',
    '^',
    'V',
    '\'',
    '-',
    '/',
    '\\',
    ',',
    '_',
    '\\',
    '/',
    0xd0 => ':',
    '.',
    '`',
    '\'',
    '^',
    'V',
    '+',
    '-',
    'V',
    '.',
    '@',
    ',',
    '~',
    '"',
    'R',
    'X',
    0xe0 => 'G',
    'l',
    's',
    'x',
    '?',
    '',
    '',
    '',
    '',
    '',
    '',
    '',
    'V',
    '=',
    '"',
    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.