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&#243;szz
 AZ&#211;NZE

 <P>

Can you help me?

Jakub

_______________________________________________
latex2html mailing list
[EMAIL PROTECTED]
http://tug.org/mailman/listinfo/latex2html

Reply via email to