Page 1 of 1

unicode in XFCE terminal

Posted: Mon Oct 01, 2012 4:40 pm
by n4rky
Hi,I'm not sure if this is a locale problem or a desktop problem or what. Unicode characters are not appearing correctly on XFCE terminal. Instead of characters with diacritical marks, they appear as emerald shapes with question marks in them and they are apparently really getting mangled, because I cannot paste them back into firefox and get the correct characters. How do I fix this?

Re: unicode in XFCE terminal

Posted: Mon Oct 08, 2012 8:47 am
by xenopeek
This will happen if your LANG environment variable isn't set. You can check with:

Code: Select all

env | grep ^LANG=
It should say something similar to:

Code: Select all

LANG=en_US.UTF-8

Re: unicode in XFCE terminal

Posted: Tue Jan 22, 2013 5:25 pm
by BozoDel
See if this can help you.