The module handler to execute the transliteration_overrides alter hook. Type:
Implements transliteration without using the PECL extensions. Transliterations are done character-by-character, by looking up non-US-ASCII characters
protected PhpTransliteration::readGenericData($bank)
Non-language-specific transliteration tables. Array whose keys are the upper two bytes of the Unicode character, and whose values are an array
public PhpTransliteration::removeDiacritics($string)
protected PhpTransliteration::lookupReplacement($code
Directory where data for transliteration resides. The constructor sets this (by default) to subdirectory 'data' underneath the directory where
protected PhpTransliteration::replace($code, $langcode
public PhpTransliteration::__construct($data_directory
protected PhpTransliteration::readLanguageOverride
Page 1 of 2