-
Notifications
You must be signed in to change notification settings - Fork 123
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
Umlaut or similar ("ä, ö, ü ...") characters cannot be displayed correctly in the console. #116
Comments
@navinrathore - can you please take a look at this? you can replace our febrl test file with some of the above characters and test. |
@delgermurun - can you please check? |
@navinrathore @sonalgoyal thanks for the quick responses. |
which version of java are you using @delgermurun ? |
@sonalgoyal I am running Zingg's Docker image directly (by binding my data directory as a volume) I have no name!@0bf5a68b729f:/zingg-0.3.1-SNAPSHOT/scripts$ java -version
openjdk version "1.8.0_312"
OpenJDK Runtime Environment (build 1.8.0_312-b07)
OpenJDK 64-Bit Server VM (build 25.312-b07, mixed mode) |
hmm..does cat file work fine in the docker? |
just checked. Yes |
@delgermurun let us run a few tests to narrow down this problem.
|
@navinrathore have we tested the umlaut characters in docker? |
Yes. It is reproducible in Docker image. |
@delgermurun , Please set the below environment variable for locale. Umlauts will be displayed on screen while Labeling. export LANG=C.UTF-8 They are fine in Match output. It is just an issue related to display. |
That’s a good find @navinrathore, can we set this in the docker file for the future as well? |
Current locale setting on Docker image is: Current locale availability we will fix this issue in docker image. Thanks. |
locale set to C.UTF-8 in Dockerfile #116
I can confirm that Thanks. |
Awesome @delgermurun , thanks @navinrathore for the quick turnaround! |
When I'm labeling, Zingg is unable to show me ä, ö, ü ... kinds of characters correctly in the console. The console shows ? instead of the correct character.
File's encoding is
utf-8
and CSV file.zsh
.0.3.1
Thank you in advance!
The text was updated successfully, but these errors were encountered: