Implements transliteration without using the PECL extensions. Transliterations are done character-by-character, by looking up non-US-ASCII characters
public TransliterationInterface::remov
The module handler to execute the transliteration_overrides alter hook. Type:
Defines an interface for classes providing transliteration. Hierarchy interface \
protected PhpTransliteration::readGenericData($bank)
public TransliterationInterface::transliterate($string
Non-language-specific transliteration tables. Array whose keys are the upper two bytes of the Unicode character, and whose values are an array
protected PhpTransliteration::replace($code, $langcode
public PhpTransliteration::__construct($data_directory
protected PhpTransliteration::lookupReplacement($code
Page 1 of 2