Skip to content

Instantly share code, notes, and snippets.

@francisdb
Created August 28, 2012 11:15
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save francisdb/3497313 to your computer and use it in GitHub Desktop.
Save francisdb/3497313 to your computer and use it in GitHub Desktop.
Fix locale issues when connecting to ubuntu server from mac (iTerm)
add this to ~/.bash_profile
export LANG="en_US.utf8"
export LANGUAGE="en_US.utf8"
export LC_ALL="en_US.utf8"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment