x1e.php

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

File

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

View source
<?php


/**
 * @file
 * Generic transliteration data for the PhpTransliteration class.
 */
$base = [
    0x0 => 'A',
    'a',
    'B',
    'b',
    'B',
    'b',
    'B',
    'b',
    'C',
    'c',
    'D',
    'd',
    'D',
    'd',
    'D',
    'd',
    0x10 => 'D',
    'd',
    'D',
    'd',
    'E',
    'e',
    'E',
    'e',
    'E',
    'e',
    'E',
    'e',
    'E',
    'e',
    'F',
    'f',
    0x20 => 'G',
    'g',
    'H',
    'h',
    'H',
    'h',
    'H',
    'h',
    'H',
    'h',
    'H',
    'h',
    'I',
    'i',
    'I',
    'i',
    0x30 => 'K',
    'k',
    'K',
    'k',
    'K',
    'k',
    'L',
    'l',
    'L',
    'l',
    'L',
    'l',
    'L',
    'l',
    'M',
    'm',
    0x40 => 'M',
    'm',
    'M',
    'm',
    'N',
    'n',
    'N',
    'n',
    'N',
    'n',
    'N',
    'n',
    'O',
    'o',
    'O',
    'o',
    0x50 => 'O',
    'o',
    'O',
    'o',
    'P',
    'p',
    'P',
    'p',
    'R',
    'r',
    'R',
    'r',
    'R',
    'r',
    'R',
    'r',
    0x60 => 'S',
    's',
    'S',
    's',
    'S',
    's',
    'S',
    's',
    'S',
    's',
    'T',
    't',
    'T',
    't',
    'T',
    't',
    0x70 => 'T',
    't',
    'U',
    'u',
    'U',
    'u',
    'U',
    'u',
    'U',
    'u',
    'U',
    'u',
    'V',
    'v',
    'V',
    'v',
    0x80 => 'W',
    'w',
    'W',
    'w',
    'W',
    'w',
    'W',
    'w',
    'W',
    'w',
    'X',
    'x',
    'X',
    'x',
    'Y',
    'y',
    0x90 => 'Z',
    'z',
    'Z',
    'z',
    'Z',
    'z',
    'h',
    't',
    'w',
    'y',
    'a',
    's',
    's',
    's',
    'SS',
    NULL,
    0xa0 => 'A',
    'a',
    'A',
    'a',
    'A',
    'a',
    'A',
    'a',
    'A',
    'a',
    'A',
    'a',
    'A',
    'a',
    'A',
    'a',
    0xb0 => 'A',
    'a',
    'A',
    'a',
    'A',
    'a',
    'A',
    'a',
    'E',
    'e',
    'E',
    'e',
    'E',
    'e',
    'E',
    'e',
    0xc0 => 'E',
    'e',
    'E',
    'e',
    'E',
    'e',
    'E',
    'e',
    'I',
    'i',
    'I',
    'i',
    'O',
    'o',
    'O',
    'o',
    0xd0 => 'O',
    'o',
    'O',
    'o',
    'O',
    'o',
    'O',
    'o',
    'O',
    'o',
    'O',
    'o',
    'O',
    'o',
    'O',
    'o',
    0xe0 => 'O',
    'o',
    'O',
    'o',
    'U',
    'u',
    'U',
    'u',
    'U',
    'u',
    'U',
    'u',
    'U',
    'u',
    'U',
    'u',
    0xf0 => 'U',
    'u',
    'Y',
    'y',
    'Y',
    'y',
    'Y',
    'y',
    'Y',
    'y',
    'LL',
    'll',
    'V',
    'v',
    'Y',
    'y',
];

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