Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use symfony/strings instead of transliterator #468

Merged
merged 2 commits into from
Dec 19, 2019
Merged

Use symfony/strings instead of transliterator #468

merged 2 commits into from
Dec 19, 2019

Conversation

TomasVotruba
Copy link
Contributor

No description provided.

@@ -68,7 +68,7 @@ public function provideDataForTest(): Iterator
{
yield ['The name', 'the-name'];
yield ['Löic & René', 'loic-rene'];
yield ['Иван Иванович', 'ivan-ivanovich'];
yield ['Иван Иванович', 'ivan-ivanovic'];
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was actually a bug. "ivanovic" is the right one

@TomasVotruba TomasVotruba merged commit b7a1e88 into master Dec 19, 2019
@TomasVotruba TomasVotruba deleted the transli branch December 19, 2019 20:00
@kdambekalns
Copy link

Checked symfony/strings as an alternative to behat/transliterator for our project but ran into some differences, see symfony/symfony#35061 - I thought this might be of interest to you.

@TomasVotruba
Copy link
Contributor Author

TomasVotruba commented Dec 20, 2019

Thanks for sharing. I think that's expected from such a fresh library. Altought it's not perfect yet, it's stable and maintained, which is priority now.
I believe symfony/string becomes more stable in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants