Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4456258

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 1.4.0
    • 1.3.1
    • 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

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

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: