> > man pages with ISO latin characters: > > export LESSCHARSET=iso8859 > Hi, oddly enough, this still did not solve the problem. But you narrowed it down - it is not the terminal, but less(1) that cannot show the iso characters. Manually using gunzip -c <manpage.gz> | more shows iso-latin characters, using | less does not. So now we know the culprit. Is there an alternative package I can use for less? Or is the current version of less buggy? $ less --version less version 332+iso242
-- Regards, Cyrille Artho - http://artho.com/ - Tel. +41 - [0]1 - 632 09 88 Perilous to all of us are the devices of an art deeper than we ourselves possess. -- Gandalf the Grey [J.R.R. Tolkien, "Lord of the Rings"]

