Transliterator icon indicating copy to clipboard operation
Transliterator copied to clipboard

Behat Transliterator library inherited from Doctrine1 and used in Behat for snippet generation

Results 6 Transliterator issues
Sort by recently updated
recently updated
newest added

While updating an old project, I realized that urlize wasn't working the way it used to before. before (long time ago): `"c'est qu'il m'énerve" -> "c-est-qu-il-m-enerve"` now : `"c'est qu'il...

I would like to package the Behat stack for [Fedora](https://getfedora.org/)/[EPEL](https://fedoraproject.org/wiki/EPEL) but [Artistic 1.0](http://dev.perl.org/licenses/artistic.html) licensed software is not allowed in Fedora/EPEL. Please consider changing this library's license to the newer [Artistic...

If I understand the code correctly, there is unneccessary code in `Transliterator::postProcessText` (https://github.com/Behat/Transliterator/blob/master/src/Behat/Transliterator/Transliterator.php#L568) The first thing the function does is lowercase the input. After that, in line 580 there is...

If it's not already supported it would be nice to restrict transliteration to nonlatin scripts, that is keep all accents from french or hungarian text, but transliterate russian text in...