Hi Hartmut, On Sa, 2008-03-01 at 15:18 +0100, Hartmut Haase wrote: > Hi, > is there a parameter/switch/option to tell latex2html to use the code of > special characters instead of the character? E. g. not to output ä (a-umlaut) > > but ä oder its unicode-equivalent.
-html_version "4.0,unicode" and putting $CHARSET = "utf-8"; into your .latex2html-init, should do the trick. Of course your input file has to be utf-8. Cheers, Hakan -- Hakan Küçükyılmaz http://laptopbattle-mannheim.de/ _______________________________________________ latex2html mailing list [email protected] http://tug.org/mailman/listinfo/latex2html
