Hi all,
I would like to typeset hungarian texts with ConTeXt, and
I'm using the following code in LaTeX:
\usepackage[magyar]{babel}
\usepackage[T1]{fontenc}
\usepackage[latin2]{inputenc}
How can I do this with ConTeXt? I want to use Latin-2
encoding in my files and obtain correct hyphenation in words
with accented characters.
My format file was generated with
texexec --make --language=hu en
and I can see, that the hungarian hyphenation patterns are
loaded, when I run ConTeXt. The first line of my document is
%interface=en output=pdftex translate=il2-t1
but I always receive the warning message
Missing character: There is no é in font cmr10!
and similar... (but this error doesn't appear with \'e) And
the hyphenations are missing in these words.
Greetings
Bence Nagy