Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

problem displaying man pages

Status
Not open for further replies.

piti

Technical User
Apr 12, 2001
627
SK
hi
i'm experiencing problems with displying man pages, some symbols are "rendered" improperly, and the text is almost unreadable, see example of the first lines of 'man man'
it doesn't matter if logged in localy or remotely
any idea what could be wrong?
i don't know if it's relevant, but after successfull login i receive: already in UTF-8

example:
man(1) man(1)

NAME
man â format and display the onâline manual pages
manpath â determine userâs search path for man pages

SYNOPSIS
man [�âacdfFhkKtwW] [�â�âpath] [�âm system] [�âp string] [�âC config_file]
[�âM pathlist] [�âP pager] [�âS section_list] [section] name ...
 
I've bumped into this problem before. I just set the environmental variable LANG to C, and it displayed properly ([tt]export LANG=C[/tt]).

//Daniel
 
thanx, it helped a bit, but it's still not the proper way

man(1) man(1)

NAME
man ? format and display the on?line manual pages
manpath ? determine user?s search path for man pages

SYNOPSIS
man [??acdfFhkKtwW] [????path] [??m system] [??p string] [??C config_file]
[??M pathlist] [??P pager] [??S section_list] [section] name ...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top