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

Slug generation from cyrillic strings #162

Merged

Conversation

MAXakaWIZARD
Copy link
Contributor

Replace iconv usage with behat/transliterator, add some test cases.
Slug generation from cyrillic string now works.

@kuczek
Copy link
Contributor

kuczek commented Nov 3, 2014

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.
Moreover, then you will be able to get this Slugger and use it whenever you want.

@MAXakaWIZARD
Copy link
Contributor Author

@kuczek I see your point. I'll implement this.

@MAXakaWIZARD
Copy link
Contributor Author

Implemented custom slug generators via generateSlugValue method override

@MAXakaWIZARD
Copy link
Contributor Author

@docteurklein Any news on when this could be merged?

@giovkanata
Copy link

In your opinion, the slug from cyrillic, doesn't should be did using the official transliteration chars?
Passport (2013), ICAO

@kuczek kuczek mentioned this pull request Feb 25, 2015
@MAXakaWIZARD
Copy link
Contributor Author

@docteurklein please review this

@MAXakaWIZARD MAXakaWIZARD force-pushed the pr-sluggable-for-cyrillic-strings branch from 6c20c86 to 93d5215 Compare February 27, 2015 15:38
docteurklein added a commit that referenced this pull request Mar 2, 2015
…trings

Slug generation from cyrillic strings
@docteurklein docteurklein merged commit 25f2911 into KnpLabs:master Mar 2, 2015
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.

4 participants