-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Exception "Symfony\Component\String\UnicodeString" requires a translit-able iconv implementation... #38060
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
Labels
Comments
I have the same issue with macOS Catalina and homebrew:
I try #38195 and no changes. |
What's the output of this on your machine? var_dump(iconv('UTF-8', 'ASCII//TRANSLIT', '²'));
var_dump(iconv('UTF-8', 'ASCII//TRANSLIT', 'é')); |
Result:
|
Thanks, can you try #38195 again? |
It's good 👍 , thanks |
fabpot
added a commit
that referenced
this issue
Sep 16, 2020
…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()
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Symfony version(s) affected: 5.1.5
Description
With Windows 8 and PHP 7.4, an exception is thrown:
Here the phpinfo if needed : https://gist.github.com/Surfoo/293c14052c882c08bfab1368af38a3e7
How to reproduce
In a controller :
The text was updated successfully, but these errors were encountered: