Weird characters in dvips output

You've innocently generated output, using dvips, and there are weird transpositions in it: for example, the fi ligature has appeared as a £ symbol. This is an unwanted side-effect of the precautions outlined in generating PostScript for PDF. The -G1 switch discussed in that question is appropriate for Knuth's text fonts, but doesn't work with text fonts that don't follow Knuth's patterns (such as fonts supplied by Adobe).

If the problem arises, suppress the -G1 switch: if you were using it explicitly, don't; if you were using -Ppdf, add -G0 to suppress the implicit switch in the pseudo-printer file.

The problem has been corrected in dvips of May 2002 (the version distributed with the TeX-Live 7 CDROM and in other TeX distributions from that date onwards).