> Other than writing a python script, can someone give me a simple command > to fix this so that it is not so distracting? Ideally, I'd put it into > an executable file and pipe the file through it on it's way to lpr. > > e.g. > $ cool-writing.txt | antiAJ | lpr -Pepson I use recode. cp cool-writing.txt tmp.txt recode dos..latin1 tmp.txt Check if it works. Recode is in the official Debian repository. N.- -- http://arhuaco.org