I have the following LaTeX document:
\documentclass{article}
\usepackage[utf8]{inputenc}
\begin{document}
φΔδ汉
\end{document}
But I get the following error:
$ latex foo
This is pdfTeX, Version 3.1415926-1.40.11 (TeX Live 2010)
restricted \write18 enabled.
[...]
! Package inputenc Error: Unicode char \u8:φ not set up for use with LaTeX.
How can I use these and other UTF-8 characters?
Note: This and this look like duplicates but they are slightly different and don't answer my question.


