xfb.php
Same filename in other branches
File
-
core/
lib/ Drupal/ Component/ Transliteration/ data/ xfb.php
View source
<?php
/**
* @file
* Generic transliteration data for the PhpTransliteration class.
*/
$base = [
0x0 => 'ff',
'fi',
'fl',
'ffi',
'ffl',
'st',
'st',
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
0x10 => NULL,
NULL,
NULL,
'mn',
'me',
'mi',
'vn',
'mkh',
NULL,
NULL,
NULL,
NULL,
NULL,
'y',
'',
'yy',
0x20 => '`',
'',
'd',
'h',
'k',
'l',
'm',
'r',
't',
'+',
's',
's',
's',
's',
'a',
'a',
0x30 => '',
'b',
'g',
'd',
'h',
'w',
'z',
NULL,
't',
'y',
'k',
'k',
'l',
NULL,
'm',
NULL,
0x40 => 'n',
's',
NULL,
'p',
'p',
NULL,
'z',
'q',
'r',
's',
't',
'w',
'b',
'k',
'p',
'l',
0x50 => '',
'',
'',
'',
'',
'',
'p',
'p',
'p',
'p',
'',
'',
'',
'',
'',
'',
0x60 => '',
'',
'',
'',
'',
'',
'',
'',
'',
'',
'v',
'v',
'v',
'v',
'',
'',
0x70 => '',
'',
'',
'',
'',
'',
'',
'',
'',
'',
'ch',
'ch',
'ch',
'ch',
'',
'',
0x80 => '',
'',
'',
'',
'',
'',
'',
'',
'',
'',
'zh',
'zh',
'',
'',
'k',
'k',
0x90 => 'k',
'k',
'g',
'g',
'g',
'g',
'',
'',
'',
'',
'',
'',
'',
'',
'',
'',
0xa0 => '',
'',
'',
'',
'',
'',
'',
'',
'',
'',
'',
'',
'',
'',
'',
'',
0xb0 => '',
'',
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
0xc0 => NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
0xd0 => NULL,
NULL,
NULL,
'ng',
'ng',
'ng',
'ng',
'',
'',
'',
'',
'',
'',
'',
'v',
'v',
0xe0 => '',
'',
'',
'',
'',
'',
'',
'',
'y',
'y',
'ya',
'ya',
'',
'',
'yw',
'yw',
0xf0 => '',
'',
'',
'',
'',
'',
'',
'',
'',
'yy',
'yy',
'yy',
'y',
'y',
'y',
'y',
];
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.