teTeX

teTeX, as of version 3.0, supports UTF-8 encoding for LaTeX documents. They have to contain the following line in their preamble:

\usepackage[utf8]{inputenc}

However, Windows users usually can't edit such documents, because the two most popular integrated development environments for TeX, WinEdt and TeXnicCenter, support only the Windows native 8-bit encoding.

Up
Top