Skip to content

Instantly share code, notes, and snippets.

@vctrtvfrrr
Created March 19, 2019 13:17
Show Gist options
  • Save vctrtvfrrr/ab5db62819d2bd3f936f94762745913d to your computer and use it in GitHub Desktop.
Save vctrtvfrrr/ab5db62819d2bd3f936f94762745913d to your computer and use it in GitHub Desktop.
Fix my locale issue on Ubuntu
# Add those lines on /etc/default/locale
LC_CTYPE=en_US.UTF-8
LC_ALL=en_US.UTF-8
LANG=en_US.UTF-8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment