[l2h] Problem with polish diactrical characters
Jakub Nadolny
jakub.nadolny@ite.pl
Thu, 8 Aug 2002 18:45:59 +0200
Hello,
I am trying to convert file with polish characters, for example:
\documentclass[12pt]{article}
\usepackage[MeX]{polski}
\usepackage[latin2]{inputenc}
\usepackage{hyperref}
\begin{document}
Test ±æêñ󳶿¼
¡¬£ÓѯÊ
\end{document}
but during convestion there are some errors, for example:
couldn't convert character aogon into available encodings
couldn't convert character cacute into available encodings
couldn't convert character eogon into available encodings
...
and result HTML file does not contain polish characters:
<BODY >
<P>
Test acenószz
AZÓNZE
<P>
Can you help me?
Jakub