You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…ions of iconv() (nicolas-grekas)
This PR was merged into the 5.1 branch.
Discussion
----------
[String] improve slugger's portability accross implementations of iconv()
| Q | A
| ------------- | ---
| Branch? | 5.1
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Tickets | Fix#36880, fix#38060
| License | MIT
| Doc PR | -
Ping @Surfoo@edguar, can you please confirm that this fixes your issues?
Commits
-------
21e4e32 [String] improve slugger's portability accross implementations of iconv()
Symfony version(s) affected: 5.0.*
Description
slug() crop string after some symbols if
ICONV_IMPL === 'glibc'
How to reproduce
Possible Solution
AbstractUnicodeString.php
change to
Additional context
The text was updated successfully, but these errors were encountered: