PhpTransliteration::$languageOverrides

Associative array of language-specific character transliteration tables.

The outermost array keys are language codes. For each language code key, the value is an array whose keys are Unicode character codes, and whose values are the transliterations of those characters to US-ASCII. This is set up as needed in PhpTransliteration::replace() by calling PhpTransliteration::readLanguageOverrides().

Type: array

File

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

Class

PhpTransliteration
Implements transliteration without using the PECL extensions.

Namespace

Drupal\Component\Transliteration

Code

protected $languageOverrides = array();
doc_Drupal
2016-10-29 09:34:06
Comments
Leave a Comment

Please login to continue.