Docker Jenkins slave wrong character encoding
问题 I'm using this Jenkins slave docker image, it is based on ubuntu:14.04 I would like to use a String Parameter which contains UTF-8 characters. The charachers like öüóőúűáéí (Hungarian characters) will be replaced to question marks As this ticket mentions I tried to pass -e LANG=hu_HU.UTF-8 and bash -c "locale-gen hu_HU.UTF-8" to docker. I also placed export LANG=hu_HU.UTF-8 to Jenkins user's .bashrc the characters are still replaced. I also tried with en_US.UTF-8 I also tried to do the same