Closed alessandro-fazzi closed 2 years ago
i think im having the same issue
And patching the image like the issue seems to work
apt-get update \
&& apt-get install -y locales \
&& rm -r /var/lib/apt/lists/* \
&& sed -i 's/^# *\(en_US.UTF-8\)/\1/' /etc/locale.gen \
&& locale-gen \
&& echo "export LC_ALL=en_US.UTF-8" >> ~/.bashrc \
&& echo "export LANG=en_US.UTF-8" >> ~/.bashrc \
&& echo "export LANGUAGE=en_US.UTF-8" >> ~/.bashrc \
&& echo "eval \`ssh-agent -s\`" >> ~/.bashrc
Fixed into latest
/php7
tags.
If someone would like to help porting this feature into alpine
too I'll be glad to follow-up.
Keep also in mind that future release of wordmove will drop the default
sql_adapter
, actually circumventing encoding problems.
Cheers
/cc @alexx855
A reference to this issue staled into the Wordmove's issue trakcer: https://github.com/welaika/wordmove/issues/589