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:
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
Directory where data for transliteration resides. The constructor sets this (by default) to subdirectory 'data' underneath the directory where
public PhpTransliteration::__construct($data_directory
protected PhpTransliteration::readLanguageOverride
protected PhpTransliteration::lookupReplacement($code
protected PhpTransliteration::replace($code, $langcode
public PhpTransliteration::removeDiacritics($string)
Page 1 of 2