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

Add full UTF8 support to the Str::slug method #6867

Closed
wants to merge 3 commits into from
Closed

Add full UTF8 support to the Str::slug method #6867

wants to merge 3 commits into from

Conversation

reshadman
Copy link

I have made a request to this problem before in Pull request #6204 .
The current Str::slug() method returns an empty string for strings like سلام دنیا, this is due to converting the string to ASCII and also using mb_strtolower function.

@GrahamCampbell
Copy link
Member

Better to use the patchwork methods for this.

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.

2 participants