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
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
Defines an interface for classes providing transliteration. Hierarchy interface \
protected PhpTransliteration::readGenericData($bank)
protected PhpTransliteration::readLanguageOverride
protected PhpTransliteration::lookupReplacement($code
Directory where data for transliteration resides. The constructor sets this (by default) to subdirectory 'data' underneath the directory where
Page 1 of 2