Skip to content

Instantly share code, notes, and snippets.

@francisdb
Created August 28, 2012 11:15
Show Gist options
  • Select an option

  • Save francisdb/3497313 to your computer and use it in GitHub Desktop.

Select an option

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