Skip to main content

I am getting a weird capital A with a circumflex over it in so me of the text displayed in my terminal. How do I get rid of this?

This is typically caused by older programs that can't handle unicode properly. You will need to add export LANG=C to your .profile file (or whichever shell config file you use, such as .bashrc).

FAQ category:
Facilities