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

iconv isn't working #216

Open
Kalyse opened this issue Sep 28, 2016 · 2 comments
Open

iconv isn't working #216

Kalyse opened this issue Sep 28, 2016 · 2 comments

Comments

@Kalyse
Copy link

Kalyse commented Sep 28, 2016

When using with PHP, returns error

Notice: iconv(): Wrong charset, conversion from `utf-8' to `us-ascii//TRANSLIT' is not allowed

Essentially the same issue as reported on docker-library/php#240

@ncopa
Copy link
Collaborator

ncopa commented Sep 28, 2016

It is technically correct behavior. POSIX specifies that an argument to iconv_open containing / is to be treated as a pathname to a charmap file. Explained in a related issue: akrennmair/newsbeuter#364 (comment)

@andypost
Copy link

andypost commented Dec 7, 2018

docker-library/php#240 (comment) helps

but surely it's bad idea to add dependency from testing to community

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants