-
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
PHP 7 Alpine Image + Iconv Problem #428
Comments
I think it should upgrade to alpine:3.6 as iconv support as been improved (forgot in which version). //TRANSLITERA and //IGNORE are still not implemented though. |
Duplicate of #240. 👍 |
so what to do |
I came for the same question and i guess my answer will be to use debian instead of alpine cause it actually work there 😒 |
This could be helpful tho 😊 |
gfrey
added a commit
to gfrey/daux.io
that referenced
this issue
Feb 24, 2019
This is related to issues with iconv on alpine linux (see [1]). I noticed that the content file `tipuesearch_content.json` didn't contain the sanitized text, but only the boolean `false`. I tracked it down to the `iconv` call. After migration to the debian docker image it is working fine. Build was started using `docker run --rm -it -w /build -v "$PWD":/build daux/daux.io daux generate`. [1] docker-library/php#428
onigoetz
pushed a commit
to dauxio/daux.io
that referenced
this issue
Feb 25, 2019
This is related to issues with iconv on alpine linux (see [1]). I noticed that the content file `tipuesearch_content.json` didn't contain the sanitized text, but only the boolean `false`. I tracked it down to the `iconv` call. After migration to the debian docker image it is working fine. Build was started using `docker run --rm -it -w /build -v "$PWD":/build daux/daux.io daux generate`. [1] docker-library/php#428
This was referenced Jun 14, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm using php7 alpine image and install iconv extension as follow
I guess that iconv extension has something wrong with UTF-8 and CP932 encode. I'm using this code for creating japanese csv file.
The text was updated successfully, but these errors were encountered: