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

drupal/core/lib/Drupal/Component/Transliteration/PHPTransliteration.php, line 64
Definition of \Drupal\Component\Transliteration\PHPTransliteration.

Class

PHPTransliteration
Implements transliteration without using the PECL extensions.

Namespace

Drupal\Component\Transliteration

Code

protected $genericMap = array();