W3cubDocs

/Drupal 8

protected property PhpTransliteration::$genericMap

Non-language-specific transliteration tables.

Array whose keys are the upper two bytes of the Unicode character, and whose values are an array of transliterations for each lower-two bytes character code. This is set up as needed in PhpTransliteration::replace() by calling PhpTransliteration::readGenericData().

Type: array

File

core/lib/Drupal/Component/Transliteration/PhpTransliteration.php, line 59

Class

PhpTransliteration
Implements transliteration without using the PECL extensions.

Namespace

Drupal\Component\Transliteration

Code

protected $genericMap = array();

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Component!Transliteration!PhpTransliteration.php/property/PhpTransliteration::genericMap/8.1.x