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