[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 > [EMAIL PROTECTED] > http://tug.org/mailman/listinfo/latex2html _______________________________________________ latex2html mailing list [EMAIL PROTECTED] http://tug.org/mailman/listinfo/latex2html