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

Breadcrumb

  1. Drupal Core 11.1.x

x25.php

File

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

View source
<?php


/**
 * @file
 * Generic transliteration data for the PhpTransliteration class.
 */
$base = [
    0x0 => '-',
    '-',
    '|',
    '|',
    '-',
    '-',
    '|',
    '|',
    '-',
    '-',
    '|',
    '|',
    '+',
    '+',
    '+',
    '+',
    0x10 => '+',
    '+',
    '+',
    '+',
    '+',
    '+',
    '+',
    '+',
    '+',
    '+',
    '+',
    '+',
    '+',
    '+',
    '+',
    '+',
    0x20 => '+',
    '+',
    '+',
    '+',
    '+',
    '+',
    '+',
    '+',
    '+',
    '+',
    '+',
    '+',
    '+',
    '+',
    '+',
    '+',
    0x30 => '+',
    '+',
    '+',
    '+',
    '+',
    '+',
    '+',
    '+',
    '+',
    '+',
    '+',
    '+',
    '+',
    '+',
    '+',
    '+',
    0x40 => '+',
    '+',
    '+',
    '+',
    '+',
    '+',
    '+',
    '+',
    '+',
    '+',
    '+',
    '+',
    '-',
    '-',
    '|',
    '|',
    0x50 => '-',
    '|',
    '+',
    '+',
    '+',
    '+',
    '+',
    '+',
    '+',
    '+',
    '+',
    '+',
    '+',
    '+',
    '+',
    '+',
    0x60 => '+',
    '+',
    '+',
    '+',
    '+',
    '+',
    '+',
    '+',
    '+',
    '+',
    '+',
    '+',
    '+',
    '+',
    '+',
    '+',
    0x70 => '+',
    '/',
    '\\',
    'X',
    '-',
    '|',
    '-',
    '|',
    '-',
    '|',
    '-',
    '|',
    '-',
    '|',
    '-',
    '|',
    0x80 => '#',
    '#',
    '#',
    '#',
    '#',
    '#',
    '#',
    '#',
    '#',
    '#',
    '#',
    '#',
    '#',
    '#',
    '#',
    '#',
    0x90 => '#',
    '#',
    '#',
    '#',
    '-',
    '|',
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    0xa0 => '#',
    '#',
    '#',
    '#',
    '#',
    '#',
    '#',
    '#',
    '#',
    '#',
    '#',
    '#',
    '#',
    '#',
    '#',
    '#',
    0xb0 => '#',
    '#',
    '^',
    '^',
    '^',
    '^',
    '>',
    '>',
    '>',
    '>',
    '>',
    '>',
    'V',
    'V',
    'V',
    'V',
    0xc0 => '<',
    '<',
    '<',
    '<',
    '<',
    '<',
    '*',
    '*',
    '*',
    '*',
    '*',
    '*',
    '*',
    '*',
    '*',
    '*',
    0xd0 => '*',
    '*',
    '*',
    '*',
    '*',
    '*',
    '*',
    '*',
    '*',
    '*',
    '*',
    '*',
    '*',
    '*',
    '*',
    '*',
    0xe0 => '*',
    '*',
    '*',
    '*',
    '*',
    '*',
    '*',
    '#',
    '#',
    '#',
    '#',
    '#',
    '^',
    '^',
    '^',
    'O',
    0xf0 => '#',
    '#',
    '#',
    '#',
    '#',
    '#',
    '#',
    '#',
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
];
RSS feed
Powered by Drupal