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:
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::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
public PhpTransliteration::__construct($data_directory
public PhpTransliteration::removeDiacritics($string)
protected PhpTransliteration::replace($code, $langcode
Page 1 of 2