The new PECL package translit-0.4 (beta) has been released at
http://pecl.php.net/.
Release notes
-------------
Added support for diffent incoming and outgoing encodings to the
transliterator. This makes the extension depend on the iconv extension. Added
a new function "transliterate_filters_get()" to return a list of all available
filters and added support for aliases of filters with the ALIAS pragma in the
.tr files. Also removed the special decomposition of the paragraph sign.
Package Info
-------------
This extension allows you to transliterate text in non-latin characters (such
as Chinese, Cyrillic, Greek etc) to latin characters. Besides the
transliteration the extension also contains filters to upper- and lowercase
latin, cyrillic and greek, and perform special forms of transliteration such
as converting ligatures such as the Norwegian "æ" to "ae" and normalizing
punctuation and spacing.
Related Links
-------------
Package home: http://pecl.php.net/package/translit
Changelog: http://pecl.php.net/package-changelog.php?package=translit
Download: http://pecl.php.net/get/translit-0.4.tgz
Authors
-------------
Derick Rethans (lead)
|