x1f.php

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

File

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

View source
<?php


/**
 * @file
 * Generic transliteration data for the PhpTransliteration class.
 */

$base = [
  0x0 => 'a',
  'a',
  'a',
  'a',
  'a',
  'a',
  'a',
  'a',
  'A',
  'A',
  'A',
  'A',
  'A',
  'A',
  'A',
  'A',
  0x10 => 'e',
  'e',
  'e',
  'e',
  'e',
  'e',
  NULL,
  NULL,
  'E',
  'E',
  'E',
  'E',
  'E',
  'E',
  NULL,
  NULL,
  0x20 => 'e',
  'e',
  'e',
  'e',
  'e',
  'e',
  'e',
  'e',
  'E',
  'E',
  'E',
  'E',
  'E',
  'E',
  'E',
  'E',
  0x30 => 'i',
  'i',
  'i',
  'i',
  'i',
  'i',
  'i',
  'i',
  'I',
  'I',
  'I',
  'I',
  'I',
  'I',
  'I',
  'I',
  0x40 => 'o',
  'o',
  'o',
  'o',
  'o',
  'o',
  NULL,
  NULL,
  'O',
  'O',
  'O',
  'O',
  'O',
  'O',
  NULL,
  NULL,
  0x50 => 'y',
  'y',
  'y',
  'y',
  'y',
  'y',
  'y',
  'y',
  NULL,
  'Y',
  NULL,
  'Y',
  NULL,
  'Y',
  NULL,
  'Y',
  0x60 => 'o',
  'o',
  'o',
  'o',
  'o',
  'o',
  'o',
  'o',
  'O',
  'O',
  'O',
  'O',
  'O',
  'O',
  'O',
  'O',
  0x70 => 'a',
  'a',
  'e',
  'e',
  'e',
  'e',
  'i',
  'i',
  'o',
  'o',
  'y',
  'y',
  'o',
  'o',
  NULL,
  NULL,
  0x80 => 'a',
  'a',
  'a',
  'a',
  'a',
  'a',
  'a',
  'a',
  'A',
  'A',
  'A',
  'A',
  'A',
  'A',
  'A',
  'A',
  0x90 => 'e',
  'e',
  'e',
  'e',
  'e',
  'e',
  'e',
  'e',
  'E',
  'E',
  'E',
  'E',
  'E',
  'E',
  'E',
  'E',
  0xa0 => 'o',
  'o',
  'o',
  'o',
  'o',
  'o',
  'o',
  'o',
  'O',
  'O',
  'O',
  'O',
  'O',
  'O',
  'O',
  'O',
  0xb0 => 'a',
  'a',
  'a',
  'a',
  'a',
  NULL,
  'a',
  'a',
  'A',
  'A',
  'A',
  'A',
  'A',
  '\'',
  'i',
  '\'',
  0xc0 => '~',
  '"~',
  'e',
  'e',
  'e',
  NULL,
  'e',
  'e',
  'E',
  'E',
  'E',
  'E',
  'E',
  '\'`',
  '\'\'',
  '\'~',
  0xd0 => 'i',
  'i',
  'i',
  'i',
  NULL,
  NULL,
  'i',
  'i',
  'I',
  'I',
  'I',
  'I',
  NULL,
  '`\'',
  '`\'',
  '`~',
  0xe0 => 'y',
  'y',
  'y',
  'y',
  'r',
  'r',
  'y',
  'y',
  'Y',
  'Y',
  'Y',
  'Y',
  'R',
  '"`',
  '"\'',
  '`',
  0xf0 => NULL,
  NULL,
  'o',
  'o',
  'o',
  NULL,
  'o',
  'o',
  'O',
  'O',
  'O',
  'O',
  'O',
  '\'',
  '`',
  NULL,
];

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