-
Notifications
You must be signed in to change notification settings - Fork 2k
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
iconv ASCII//TRANSLIT invalid argument #1495
Comments
I think this is probably better suited to an Alpine/musl specific forum, as it's not really related to PHP (and is likely more about musl not really having full locale support: https://wiki.musl-libc.org/open-issues) |
Manually downgrading libiconv seems to solve the issue Edited:
|
@LaurentGoderre I've tested the downgrade but same result. |
I forgot a part to the solution, you also need to use
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With php:8.3-fpm-alpine image, I encountered an error when using iconv with TRANSLIT argument.
On Ubuntu with iconv 2.35, this command works correctly.
The text was updated successfully, but these errors were encountered: