-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Labels
Description
Meta -
Image(s):
selenium/standalone-chrome
Docker-Selenium Image Version(s):
3.8.1-erbium
Docker Version:
17.12.0-ce, build c97c6d6
OS:
Ubuntu 17.04
Expected Behavior -
Uploads with non-Latin characters should work
Actual Behavior -
When uploading a file with non-latin characters e.g. äé
they are converted into a ?
This happens on selenium/standalone-chrome but not on selenium/standalone-chrome-debug
When login interactively into the container I notices that $LANG
is not set. But it is in the selenium/standalone-chrome-debug container.
I run into the same problem when I'm setting export LANG=C
on my local machine before starting selenium.