We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
code-server
not having locales can cause unexpected behaviour when working with text that is utf-8 encoded
locale -a
en_US.UTF-8 is
The text was updated successfully, but these errors were encountered:
@xMrWhite What issue are you seeing with this. I can output UTF-8 text fine. Do certain apps disable/enable UTF-8 based on the locale?
Sorry, something went wrong.
Ah it seems they do. Python definitely has issues with this.
Dockerfile: cleanup and add en_US.UTF-8 locale
e76296d
Closes #84 Closes #83 Thanks @xMrWhite, @frol and @sr229.
Successfully merging a pull request may close this issue.
code-server
version: masternot having locales can cause unexpected behaviour when working with text that is utf-8 encoded
Steps to Reproduce
locale -a
seeen_US.UTF-8 is
missingThe text was updated successfully, but these errors were encountered: