x03.php

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

File

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

View source
<?php


/**
 * @file
 * Generic transliteration data for the PhpTransliteration class.
 */
$base = [
    0x0 => '',
    '',
    '',
    '',
    '',
    '',
    '',
    '',
    '',
    '',
    '',
    '',
    '',
    '',
    '',
    '',
    0x10 => '',
    '',
    '',
    '',
    '',
    '',
    '',
    '',
    '',
    '',
    '',
    '',
    '',
    '',
    '',
    '',
    0x20 => '',
    '',
    '',
    '',
    '',
    '',
    '',
    '',
    '',
    '',
    '',
    '',
    '',
    '',
    '',
    '',
    0x30 => '',
    '',
    '',
    '',
    '',
    '',
    '',
    '',
    '',
    '',
    '',
    '',
    '',
    '',
    '',
    '',
    0x40 => '',
    '',
    '',
    '',
    '',
    '',
    '',
    '',
    '',
    '',
    '',
    '',
    '',
    '',
    '',
    NULL,
    0x50 => NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    0x60 => '',
    '',
    '',
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    0x70 => NULL,
    NULL,
    NULL,
    NULL,
    '\'',
    ',',
    NULL,
    NULL,
    NULL,
    NULL,
    'i',
    NULL,
    NULL,
    NULL,
    '?',
    NULL,
    0x80 => NULL,
    NULL,
    NULL,
    NULL,
    '',
    '',
    'A',
    ';',
    'E',
    'I',
    'I',
    NULL,
    'O',
    NULL,
    'U',
    'O',
    0x90 => 'I',
    'A',
    'B',
    'G',
    'D',
    'E',
    'Z',
    'I',
    'Th',
    'I',
    'K',
    'L',
    'M',
    'N',
    'X',
    'O',
    0xa0 => 'P',
    'R',
    NULL,
    'S',
    'T',
    'Y',
    'F',
    'H',
    'Ps',
    'O',
    'I',
    'Y',
    'a',
    'e',
    'i',
    'i',
    0xb0 => 'y',
    'a',
    'b',
    'g',
    'd',
    'e',
    'z',
    'i',
    'th',
    'i',
    'k',
    'l',
    'm',
    'n',
    'x',
    'o',
    0xc0 => 'p',
    'r',
    's',
    's',
    't',
    'y',
    'f',
    'h',
    'ps',
    'o',
    'i',
    'y',
    'o',
    'y',
    'o',
    NULL,
    0xd0 => 'b',
    'th',
    'Y',
    'Y',
    'Y',
    'ph',
    'p',
    '&',
    NULL,
    NULL,
    'St',
    'st',
    'W',
    'w',
    'Q',
    'q',
    0xe0 => 'Sp',
    'sp',
    'Sh',
    'sh',
    'F',
    'f',
    'Kh',
    'kh',
    'H',
    'h',
    'G',
    'g',
    'CH',
    'ch',
    'Ti',
    'ti',
    0xf0 => 'k',
    'r',
    's',
    'j',
    'TH',
    'e',
    NULL,
    'S',
    's',
    'S',
    'S',
    's',
    NULL,
    NULL,
    NULL,
    NULL,
];

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