stddoclet: With -charset, javadoc doesn't generate META tag in index.html page

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • 1.4.0
    • Affects Version/s: 1.3.1
    • Component/s: tools
    • beta2
    • generic
    • generic

      The index.html generated by javadoc with -charset and -docencoding parameters
      doesn't have a META tag, however the other html files have a META tag properly.

      ex)

       % javadoc ... -charset "iso-2022-jp" -docencoding ISO2022JP ...
       % ls *.html
       allclasses-frame.html overview-tree.html
       index-all.html packages.html
       index.html serialized-form.html
       % grep META *.html
       allclasses-frame.html:<META http-equiv="Content-Type" content="text/html; charset=iso-2022-jp">
       ndex-all.html:<META http-equiv="Content-Type" content="text/html; charset=iso-2022-jp">
       overview-tree.html:<META http-equiv="Content-Type" content="text/html; charset=iso-2022-jp">
       packages.html:<META http-equiv="Content-Type" content="text/html; charset=iso-2022-jp">
       serialized-form.html:<META http-equiv="Content-Type" content="text/html; charset=iso-2022-jp">
       %

      Javadoc should generate a META tag for charset into index.html as well.

      kenichi.kurosaki@Japan 2001-05-09

            Assignee:
            Jamie Ho (Inactive)
            Reporter:
            Kenichi Kurosaki (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: