Skip to content

Tag: unicode

Cyrillic transliteration in PHP

How to transliterate cyrillic characters into latin letters? This Transliteration PHP Extension would do this very well, but I can’t install it on my server. It would be best to have the same implementation but in PHP. Answer Try following code

How to Convert Arabic Characters to Unicode Using PHP

I want to to know how can I convert a word into unicode exactly like: http://www.arabunic.free.fr/ can anyone know how to do that using PHP considering that Arabic text may contains ligatures? thanks Edit I’m not sure what is that “unicode” but I need to have the Arabic Character in it&#8217…