x00.php

File

drupal/core/lib/Drupal/Component/Transliteration/data/x00.php
View source
<?php

/**
 * @file
 * Generic transliteration data for the PHPTransliteration class.
 */
$base = array(
  // Note: to save memory plain ASCII mappings have been left out.
  0x80 => '',
  '',
  '',
  '',
  '',
  '',
  '',
  '',
  '',
  '',
  '',
  '',
  '',
  '',
  '',
  '',
  0x90 => '',
  '',
  '',
  '',
  '',
  '',
  '',
  '',
  '',
  '',
  '',
  '',
  '',
  '',
  '',
  '',
  0xa0 => ' ',
  '!',
  'C/',
  'PS',
  '$?',
  'Y=',
  '|',
  'SS',
  '"',
  '(c)',
  'a',
  '<<',
  '!',
  '',
  '(r)',
  '-',
  0xb0 => 'deg',
  '+-',
  '2',
  '3',
  '\'',
  'u',
  'P',
  '*',
  ',',
  '1',
  'o',
  '>>',
  '1/4',
  '1/2',
  '3/4',
  '?',
  0xc0 => 'A',
  'A',
  'A',
  'A',
  'A',
  'A',
  'Ae',
  'C',
  'E',
  'E',
  'E',
  'E',
  'I',
  'I',
  'I',
  'I',
  0xd0 => 'D',
  'N',
  'O',
  'O',
  'O',
  'O',
  'O',
  'x',
  'O',
  'U',
  'U',
  'U',
  'U',
  'Y',
  'Th',
  'ss',
  0xe0 => 'a',
  'a',
  'a',
  'a',
  'a',
  'a',
  'ae',
  'c',
  'e',
  'e',
  'e',
  'e',
  'i',
  'i',
  'i',
  'i',
  0xf0 => 'd',
  'n',
  'o',
  'o',
  'o',
  'o',
  'o',
  '/',
  'o',
  'u',
  'u',
  'u',
  'u',
  'y',
  'th',
  'y',
);