-
Multi-byte string extension is used to convert the text to character codes, while HTML entities are also generated for those characters.Requirements:PHP 5 or higher
-
Translit is a very simple class that can be used to transliterate cyrilic text used in Russian and Ukrainian into strings using latin characters.Translit has a single function that takes as parameters the string of text to transliterate, the encoding used by that input string and the desired encoding to returned the transliterated text.

