Today I notice that the man page of some command ,such as ls,rm can be shown in the X-Window terminal(crxvt,gnome-terminal) properly.
When I run "man ls",the following error is shown:
/tmp/zmanEadoXn:267: warning: can't find special character `u95DC'
/tmp/zmanEadoXn:267: warning: can't find special character `u5F88'
/tmp/zmanEadoXn:268: warning: can't find special character `u8457'
/tmp/zmanEadoXn:268: warning: can't find special character `u5FEB'
/tmp/zmanEadoXn:268: warning: can't find special character `u901F'
/tmp/zmanEadoXn:271: warning: can't find special character `u64F4'
/tmp/zmanEadoXn:271: warning: can't find special character `u5C55'
/tmp/zmanEadoXn:271: warning: can't find special character `u7531'
/tmp/zmanEadoXn:271: warning: can't find special character `u6210'
and the man page will be shown in this manner:
LS(1) LS(1)
NAME
ls, dir, vdir -
ls [] [...]
POSIX : [-CFRacdilqrtu1]
GNU ():
[-1abcdfgiklmnopqrstuxABCDFGLNQRSUX"] [-w cols] [-T cols] [-I pattern]
[--full-time] [--format={long,verbose,commas,across,vertical,single-
column}] [--sort={none,time,size,extension}]
[--time={atime,access,use,ctime,status}] [--color[={none,auto,always}]]
[--help] [--version] [--]
DESCRIPTION
ls
"."
-d -a
.
-l
512
However the man pages for some commands ,e.g bash,esd are display properly as they are in English.
Big5 characters,such as"總計", are displayed properly in the terminal.
I have installed the manpage-zh,do I need to make further configuration?