x09.php

File

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

/**
 * @file
 * Generic transliteration data for the PHPTransliteration class.
 */
$base = array(
  0x0 => NULL,
  'N',
  'N',
  'H',
  NULL,
  'a',
  'aa',
  'i',
  'ii',
  'u',
  'uu',
  'R',
  'L',
  'eN',
  'e',
  'e',
  0x10 => 'ai',
  'oN',
  'o',
  'o',
  'au',
  'k',
  'kh',
  'g',
  'gh',
  'ng',
  'c',
  'ch',
  'j',
  'jh',
  'ny',
  'tt',
  0x20 => 'tth',
  'dd',
  'ddh',
  'nn',
  't',
  'th',
  'd',
  'dh',
  'n',
  'nnn',
  'p',
  'ph',
  'b',
  'bh',
  'm',
  'y',
  0x30 => 'r',
  'rr',
  'l',
  'l',
  'lll',
  'v',
  'sh',
  'ss',
  's',
  'h',
  NULL,
  NULL,
  '\'',
  '\'',
  'aa',
  'i',
  0x40 => 'ii',
  'u',
  'uu',
  'R',
  'RR',
  'eN',
  'e',
  'e',
  'ai',
  'oN',
  'o',
  'o',
  'au',
  '',
  NULL,
  NULL,
  0x50 => 'AUM',
  '\'',
  '\'',
  '`',
  '\'',
  NULL,
  NULL,
  NULL,
  'q',
  'khh',
  'ghh',
  'z',
  'dddh',
  'rh',
  'f',
  'yy',
  0x60 => 'RR',
  'LL',
  'L',
  'LL',
  ' / ',
  ' // ',
  '0',
  '1',
  '2',
  '3',
  '4',
  '5',
  '6',
  '7',
  '8',
  '9',
  0x70 => '.',
  NULL,
  NULL,
  NULL,
  NULL,
  NULL,
  NULL,
  NULL,
  NULL,
  NULL,
  NULL,
  NULL,
  NULL,
  NULL,
  NULL,
  NULL,
  0x80 => NULL,
  'N',
  'N',
  'H',
  NULL,
  'a',
  'aa',
  'i',
  'ii',
  'u',
  'uu',
  'R',
  'RR',
  NULL,
  NULL,
  'e',
  0x90 => 'ai',
  NULL,
  NULL,
  'o',
  'au',
  'k',
  'kh',
  'g',
  'gh',
  'ng',
  'c',
  'ch',
  'j',
  'jh',
  'ny',
  'tt',
  0xa0 => 'tth',
  'dd',
  'ddh',
  'nn',
  't',
  'th',
  'd',
  'dh',
  'n',
  NULL,
  'p',
  'ph',
  'b',
  'bh',
  'm',
  'y',
  0xb0 => 'r',
  NULL,
  'l',
  NULL,
  NULL,
  NULL,
  'sh',
  'ss',
  's',
  'h',
  NULL,
  NULL,
  '\'',
  NULL,
  'aa',
  'i',
  0xc0 => 'ii',
  'u',
  'uu',
  'R',
  'RR',
  NULL,
  NULL,
  'e',
  'ai',
  NULL,
  NULL,
  'o',
  'au',
  '',
  NULL,
  NULL,
  0xd0 => NULL,
  NULL,
  NULL,
  NULL,
  NULL,
  NULL,
  NULL,
  '+',
  NULL,
  NULL,
  NULL,
  NULL,
  'rr',
  'rh',
  NULL,
  'yy',
  0xe0 => 'RR',
  'LL',
  'L',
  'LL',
  NULL,
  NULL,
  '0',
  '1',
  '2',
  '3',
  '4',
  '5',
  '6',
  '7',
  '8',
  '9',
  0xf0 => 'r\'',
  'r`',
  'Rs',
  'Rs',
  '1/',
  '2/',
  '3/',
  '4/',
  ' 1 - 1/',
  '/16',
  '',
  NULL,
  NULL,
  NULL,
  NULL,
  NULL,
);