x0f.php

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

File

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

View source
<?php


/**
 * @file
 * Generic transliteration data for the PhpTransliteration class.
 */
$base = [
    0x0 => 'AUM',
    '',
    '',
    '',
    '',
    '',
    '',
    '',
    ' // ',
    ' * ',
    '',
    '-',
    ' / ',
    ' / ',
    ' // ',
    ' -/ ',
    0x10 => ' +/ ',
    ' X/ ',
    ' /XX/ ',
    ' /X/ ',
    ',',
    '',
    '',
    '',
    '',
    '',
    '',
    '',
    '',
    '',
    '',
    '',
    0x20 => '0',
    '1',
    '2',
    '3',
    '4',
    '5',
    '6',
    '7',
    '8',
    '9',
    '.5',
    '1.5',
    '2.5',
    '3.5',
    '4.5',
    '5.5',
    0x30 => '6.5',
    '7.5',
    '8.5',
    '-.5',
    '+',
    '*',
    '^',
    '_',
    '',
    '~',
    NULL,
    ']',
    '[[',
    ']]',
    '',
    '',
    0x40 => 'k',
    'kh',
    'g',
    'gh',
    'ng',
    'c',
    'ch',
    'j',
    NULL,
    'ny',
    'tt',
    'tth',
    'dd',
    'ddh',
    'nn',
    't',
    0x50 => 'th',
    'd',
    'dh',
    'n',
    'p',
    'ph',
    'b',
    'bh',
    'm',
    'ts',
    'tsh',
    'dz',
    'dzh',
    'w',
    'zh',
    'z',
    0x60 => '\'',
    'y',
    'r',
    'l',
    'sh',
    'ssh',
    's',
    'h',
    'a',
    'kss',
    'r',
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    0x70 => NULL,
    'aa',
    'i',
    'ii',
    'u',
    'uu',
    'R',
    'RR',
    'L',
    'LL',
    'e',
    'ee',
    'o',
    'oo',
    'M',
    'H',
    0x80 => 'i',
    'ii',
    '',
    '',
    '',
    '',
    '',
    '',
    '',
    '',
    '',
    '',
    NULL,
    NULL,
    NULL,
    NULL,
    0x90 => 'k',
    'kh',
    'g',
    'gh',
    'ng',
    'c',
    'ch',
    'j',
    NULL,
    'ny',
    'tt',
    'tth',
    'dd',
    'ddh',
    'nn',
    't',
    0xa0 => 'th',
    'd',
    'dh',
    'n',
    'p',
    'ph',
    'b',
    'bh',
    'm',
    'ts',
    'tsh',
    'dz',
    'dzh',
    'w',
    'zh',
    'z',
    0xb0 => '\'',
    'y',
    'r',
    'l',
    'sh',
    'ss',
    's',
    'h',
    'a',
    'kss',
    'w',
    'y',
    'r',
    NULL,
    'X',
    ' :X: ',
    0xc0 => ' /O/ ',
    ' /o/ ',
    ' \\o\\ ',
    ' (O) ',
    '',
    '',
    '',
    '',
    '',
    '',
    '',
    '',
    '',
    NULL,
    NULL,
    '',
    0xd0 => NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    0xe0 => NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    0xf0 => NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
];

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