Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

x00.php

File

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

View source
<?php


/**
 * @file
 * Generic transliteration data for the PhpTransliteration class.
 */
$base = [
    // 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',
    '\'',
    'm',
    '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',
    '*',
    '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',
];
RSS feed
Powered by Drupal