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