Hevelop Transliteration Extension
To transliterate a string, just do Mage::helper('transliteration')->transliterate('Your UTF8 string');, (*1)
Alternatively you can use the aliases
Mage::helper('transliteration')->trslt('Your UTF8 string');
Mage::helper('transliteration')->translit('Your UTF8 string');, (*2)
Facts
Requirements
Compatibility
Installation Instructions
- Add all extension files from your Magento installation
Uninstallation
- Remove all extension files from your Magento installation
Support
If you have any issues with this extension, open an issue on GitHub., (*3)
Contribution
Any contribution is highly appreciated. The best way to contribute code is to open a pull request on GitHub., (*4)
Developer
Davide Barlassina
http://www.hevelop.com
@hevelop, (*5)
Licence
OSL - Open Software Licence 3.0, (*6)
Copyright
(c) 2015 Hevelop, (*7)
Credits
Credits for the original drupal library goes to smk-ka and amateescu
https://www.drupal.org/project/transliteration, (*8)