Mercurial > hg > isophonics-drupal-site
diff core/lib/Drupal/Component/Transliteration/data/xfb.php @ 0:4c8ae668cc8c
Initial import (non-working)
author | Chris Cannam |
---|---|
date | Wed, 29 Nov 2017 16:09:58 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/core/lib/Drupal/Component/Transliteration/data/xfb.php Wed Nov 29 16:09:58 2017 +0000 @@ -0,0 +1,25 @@ +<?php + +/** + * @file + * Generic transliteration data for the PhpTransliteration class. + */ + +$base = [ + 0x00 => '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', +];