x02.php

File

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

/**
 * @file
 * Generic transliteration data for the PHPTransliteration class.
 */
$base = array(
  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,
);