In OS X Lion, LANG is not set to UTF-8, how to fix it?
I noticed the exact same issue when logging onto servers running Red Hat from an OSX Lion machine. Try adding or editing the ~/.profile file for it to correctly export your locale settings upon initiating a new session. export LC_ALL=en_US.UTF-8 export LANG=en_US.UTF-8 These two lines added to the file should suffice to set the locale … Read more