[l2h] Problem with polish diactrical characters
Ross Moore
ross@ics.mq.edu.au
Fri, 9 Aug 2002 13:02:54 +1000 (EST)
[Charset iso-8859-2 unsupported, filtering to ASCII...]
> 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?
Try using the commandline:
latex2html -html_version html3.2,latin2,unicode,latin2 yourfile.tex
^^^^^^^^^^^^^^^^^^^^^^
or even just
latex2html -html_version html3.2,latin2,unicode yourfile.tex
Hope this helps,
Ross Moore
> Jakub
>
> _______________________________________________
> latex2html mailing list
> latex2html@tug.org
> http://tug.org/mailman/listinfo/latex2html