TransliteratorHelper transliterates UTF-8 encoded text to US-ASCII
The preferred way to install this extension is through composer.
If you are looking for Yii 2.* version please check its own repository
Either run
php composer.phar require 2amigos/transliterator-helper "1.0.*"
or add
"2amigos/transliterator-helper": "1.0.*"
to the require section of your application's composer.json
file.
Pass to the method process()
the UTF-8 encoded string you wish to transliterate:
use dosamigos\yii\helpers\TransliteratorHelper;
// will echo AAAAAAAECEEEEIIIIDNOOOOOUUUUYssaaaaaaaeceeeeiiiidnooooouuuuyy
TransliteratorHelper::process('ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖÙÚÛÜÝßàáâãäåæçèéêëìíîïðñòóôõöùúûüýÿ', '', 'en'));
web development has never been so fun
www.2amigos.us
No stable releases.
Comments