Here is a screenshot of my document:

On the second line, there is an instance of "CNF." which totally looks like "CNE" to me (because the dot takes the place of the serif on the feet of an E).
I'm using the charter package and font. What should I do to bring the period a little bit further from the F?
MWE:
\documentclass[12pt]{article}
\usepackage{fullpage}
\usepackage{charter}
\usepackage[charter]{mathdesign}
\begin{document}
\noindent
This clausification follows from a straightforward conversion of the formula $(s \leftrightarrow x \oplus y \oplus c_{in}) \land (c_{out} \leftrightarrow ((x \oplus y) \land c_{in}) \lor (x \land y))$ to CNF. We see that we need $32$ extra variables and $32 \times 14 = 448$ clauses to encode a $32$-bit adder circuit using this method. This is almost certainly better than the circuit encoding, which requires both more variables and more clauses.
\end{document}
Edit: About the formula, I know...

CNF\,.That gives you a small space between F and the dot. – Kurt Oct 31 '12 at 17:58F\,.into another file... – DGrady Oct 31 '12 at 18:14F. – Count Zero Oct 31 '12 at 18:16\;would produce a bit large a space, but you can tryCNF\kern0.075pt.as a quick fix... – Count Zero Oct 31 '12 at 18:39\usepackage{charter}and\usepackage[charter]{mathdesign}, the problem goes away. Not sure why. – DGrady Oct 31 '12 at 18:39