On Thu, Aug 14, 2008 at 2:24 PM, Michael Van Canneyt <[EMAIL PROTECTED]> > > You can specify --charset=UTF8 on the command line of fpdoc, that will set
OK, but it should be --charset=UTF-8 Thanks. > the encoding of the generated HTML page, but it does NO conversion > whatsoever. Well this is not entirely true then! Something is screwing up my documentation content. -------- xml file -------------- <?xml version="1.0" encoding="UTF-8"?> <fpdoc-descriptions> <package name="CoreLib"> <module name="gfx_UTF8utils"> <short></short> <descr>Is this character: … displayed correctly? </descr> [....snip....] ------------------end--------------- U+2026 is the Horizontal Ellipses character. The following page has more details and shows the different encodings in HTML etc... http://www.fileformat.info/info/unicode/char/2026/index.htm --------------------- HTML generated output --------------------------- Overview Is this character: ? displayed correctly? ----------------end-------------------- Exactly as is! I view the HTML source and the '...' character is not encoded or anything. It became a actual questionmark character. Regards, - Graeme - _______________________________________________ fpGUI - a cross-platform Free Pascal GUI toolkit http://opensoft.homeip.net/fpgui/ _______________________________________________ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel