-
Notifications
You must be signed in to change notification settings - Fork 299
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
Slug generation from cyrillic strings #162
Slug generation from cyrillic strings #162
Conversation
Maybe slug generator should be separate service, which you will be able to define? Right now it's hard to use this slug function in your project, and it's hard to override it if you need solution not provided by default. Some interface and basic implementations in project, and possiblity of easy extension for special uses. |
@kuczek I see your point. I'll implement this. |
Implemented custom slug generators via generateSlugValue method override |
@docteurklein Any news on when this could be merged? |
In your opinion, the slug from cyrillic, doesn't should be did using the official transliteration chars? |
@docteurklein please review this |
6c20c86
to
93d5215
Compare
…trings Slug generation from cyrillic strings
Replace iconv usage with behat/transliterator, add some test cases.
Slug generation from cyrillic string now works.