sssslang wrote:
Hi, all!

I found some character lost in my system, please look at these two pic. One (urxvt.jpg) is shoted in "rxvt-unicode" from the command "man ls", and the other one (woman.jpg) is shoted in "emacs -nw (also in rxvt-unicode)" from "woman mode".

I think the "(C)" is the right character, but why it displays "<A9>"? Is it
because missing some fonts?
  
This is probably because you have set some UTF-8 locale, but manpages in Arch are encoded in latin1. To solve this, simply add this line to your /etc/profile:

export LESSCHARSET="latin1"


To avoid similar problems with the output of "perldoc", I have set

alias perldoc='perldoc -t'


in my .bashrc

Hope it helps,
Firmicus

_______________________________________________
arch mailing list
[email protected]
http://www.archlinux.org/mailman/listinfo/arch

Reply via email to