x21.php
Same filename in other branches
File
-
core/
lib/ Drupal/ Component/ Transliteration/ data/ x21.php
View source
<?php
/**
* @file
* Generic transliteration data for the PhpTransliteration class.
*/
$base = [
0x0 => 'a/c',
'a/s',
'C',
'',
'',
'c/o',
'c/u',
'',
'',
'',
'g',
'H',
'x',
'H',
'h',
'',
0x10 => 'I',
'I',
'L',
'l',
'lb',
'N',
'No',
'(p)',
'P',
'P',
'Q',
'R',
'R',
'R',
'Rx',
'',
0x20 => '(sm)',
'TEL',
'(tm)',
'',
'Z',
'',
'O',
'mho',
'Z',
'',
'K',
'A',
'B',
'C',
'e',
'e',
0x30 => 'E',
'F',
NULL,
'M',
'o',
'',
'b',
'g',
'd',
'i',
'Q',
'FAX',
'pi',
'',
'',
'Pi',
0x40 => '',
'G',
'L',
'L',
'Y',
'D',
'd',
'e',
'i',
'j',
'',
'',
'per',
'',
NULL,
NULL,
0x50 => NULL,
NULL,
NULL,
' 1/3',
' 2/3',
' 1/5',
' 2/5',
' 3/5',
' 4/5',
' 1/6',
' 5/6',
' 1/8',
' 3/8',
' 5/8',
' 7/8',
' 1/',
0x60 => 'I',
'II',
'III',
'IV',
'V',
'VI',
'VII',
'VIII',
'IX',
'X',
'XI',
'XII',
'L',
'C',
'D',
'M',
0x70 => 'i',
'ii',
'iii',
'iv',
'v',
'vi',
'vii',
'viii',
'ix',
'x',
'xi',
'xii',
'l',
'c',
'd',
'm',
0x80 => '(D',
'D)',
'((|))',
')',
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
0x90 => '-',
'|',
'-',
'|',
'-',
'|',
'\\',
'/',
'\\',
'/',
'-',
'-',
'~',
'~',
'-',
'|',
0xa0 => '-',
'|',
'-',
'-',
'-',
'|',
'-',
'|',
'|',
'-',
'-',
'-',
'-',
'-',
'-',
'|',
0xb0 => '|',
'|',
'|',
'|',
'|',
'|',
'^',
'V',
'\\',
'=',
'V',
'^',
'-',
'-',
'|',
'|',
0xc0 => '-',
'-',
'|',
'|',
'=',
'|',
'=',
'=',
'|',
'=',
'|',
'=',
'=',
'=',
'=',
'=',
0xd0 => '=',
'|',
'=',
'|',
'=',
'|',
'\\',
'/',
'\\',
'/',
'=',
'=',
'~',
'~',
'|',
'|',
0xe0 => '-',
'|',
'-',
'|',
'-',
'-',
'-',
'|',
'-',
'|',
'|',
'|',
'|',
'|',
'|',
'|',
0xf0 => '-',
'\\',
'\\',
'|',
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.