-
TranslitISO9, most characters of an UTF-8 string with Cyrillic text can be replaced by their ASCII equivalents.Requirements: PHP 4.0 or higher
-
The Cyrillic characters from a string are converted to their ASCII corespondents with the help of Transliteration - Cyrillic to Latin. Requirements: PHP 5.0 or higher
-
Translit-SR searches a given text string for Cyrillic characters and replaces them for transliterated Latin characters. The search may be case sensitive or not.Translit-SR may also process Cyrillic text within HTML leaving tags untouched. Characters used in other languages can be added to the set of transliterated characters.Requirements: PHP 4 or higher
-
Cyrillic to Latin is a simple class can convert text between representations using cyrillic and latin character sets.The class can convert text in both directions: cyrillic to latin and latin to cyrillic.

