How to Use UTF-8 Encoding with LaTeX

All you need to do is add the following line to your \LaTeX document:

\usepackage[utf8]{inputenc}

If your \LaTeX compiler complains about utf8, try utf8x instead.