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

[UtilitiesBundle] Silence iconv errors for illegal characters in the slugify method #197

Merged
merged 1 commit into from
Mar 12, 2015
Merged

Conversation

samuele-mrapps
Copy link
Contributor

In case a user insert a text with special characters in a page the method slugify would break without this change.
Specifically I get the error " iconv: Detected an illegal character in input string ".
Adding the @ silent this notice and all works fine.

In case a user insert a text with special characters in a page the method slugify would break without this change.
Specifically I get the error " iconv: Detected an illegal character in input string ".
Adding the @ silent this notice and all works fine.
krispypen added a commit that referenced this pull request Mar 12, 2015
@krispypen krispypen merged commit e9f6466 into Kunstmaan:master Mar 12, 2015
@roderik roderik changed the title fix issue slugify method [UtilitiesBundle] Silence iconv errors for illegal characters in the slugify method Apr 8, 2015
@roderik roderik modified the milestones: 3.1.0, 3.0.2 Apr 10, 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.

None yet

3 participants