Is there anyway to find and remove ligatures from tex file? Sometimes when I copy/paste a text to Winedt, it shows perfect, but when I compile it to Pdf, some issues appear, e.g. finding becomes nding.
I am wondering if there is any way to search and find these characters?
Here is an example file (needs utf8 encoding).
\documentclass{article}
\begin{document}
fi
\end{document}

logfile? – Ian Thompson Jun 02 '14 at 12:38logfile? – Ian Thompson Jun 02 '14 at 14:22\usepackage[utf8]{inputenc}the ligatures will generate errors, which makes them easy to find (removing them will still be annoying if there are lots). – Ian Thompson Jun 02 '14 at 16:04