Annotation of parser3/src/patches/libxslt_html_output_no_charset_meta.patch, revision 1.1

1.1     ! paf         1: --- libxslt/xsltutils.c.0      Sat Dec  1 06:55:00 2001
        !             2: +++ libxslt/xsltutils.c        Wed Jan 23 14:28:00 2002
        !             3: @@ -798,11 +798,6 @@
        !             4:  
        !             5:      if ((method != NULL) &&
        !             6:        (xmlStrEqual(method, (const xmlChar *) "html"))) {
        !             7: -      if (encoding != NULL) {
        !             8: -          htmlSetMetaEncoding(result, (const xmlChar *) encoding);
        !             9: -      } else {
        !            10: -          htmlSetMetaEncoding(result, (const xmlChar *) "UTF-8");
        !            11: -      }
        !            12:        if (indent != 0)
        !            13:            indent = 1;
        !            14:        htmlDocContentDumpFormatOutput(buf, result, (const char *) encoding,

E-mail: