Skip to content

Instantly share code, notes, and snippets.

@yzf
Created April 16, 2020 02:52
Show Gist options
  • Save yzf/61cf0dc49282f44e9fc04aa455ebefbd to your computer and use it in GitHub Desktop.
Save yzf/61cf0dc49282f44e9fc04aa455ebefbd to your computer and use it in GitHub Desktop.
debian shell utf-8
# add to any of .profile/.bashrc/.zshrc ...
LANG=en_US.UTF-8
LANGUAGE=
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment