in reply to How do I fix locale warnings?
Set the LC_ALL environment variable to C. If you're using bash as your shell, you can put this in your .bashrc: export LC_ALL='C';.
This may have an effect on other programs on your system, though.