Hello, On Sun, 03 Feb 2008, auxsvr@gmail.com wrote:
Tex doesn't support unicode.
Inputenc supports UTF-8 for quite a while now. \usepackage[utf8]{inputenc} You have to be careful though, there was a conflict of utf8.def between inputenc and ucs, IIRC. The TeX-FAQ should tell more. The following should work: ==== testutf8.tex ===== \documentclass{scrartcl} \usepackage{lmodern} \usepackage[utf8]{inputenc} \listfiles \begin{document} äöüß \end{document} ==== pdflatex testutf8.tex xpdf testutf8.pdf If this does not work, you should mail the error message and the output of the listfiles command at the end of the log. -dnh -- You are wise, witty, and wonderful, but you spend too much time reading this sort of trash. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org