-
Enhancement
-
Resolution: Cannot Reproduce
-
P4
-
None
-
1.2.0
-
sparc
-
solaris_2.5.1
Name: bk70084 Date: 06/11/98
when you write documentation in html to be snatched by javadoc
you are supposed to write Html ....
but trying to write *pure* html is not a good idea
why? because you have also to read the source
Tags are not a problem
the problem is with html character encoding
example : being a frenchman I write such doc
"la fen=EAtre"
instead of "la fenêtre"
when I read the java source I want to write and read the original characters
when I transform this in pure html through javadoc it will be a must
to let javadoc do the correct transformation...
(sure to try to transform "x < y" in pure html is a bit too much but...)
(Review ID: 33454)
======================================================================
when you write documentation in html to be snatched by javadoc
you are supposed to write Html ....
but trying to write *pure* html is not a good idea
why? because you have also to read the source
Tags are not a problem
the problem is with html character encoding
example : being a frenchman I write such doc
"la fen=EAtre"
instead of "la fenêtre"
when I read the java source I want to write and read the original characters
when I transform this in pure html through javadoc it will be a must
to let javadoc do the correct transformation...
(sure to try to transform "x < y" in pure html is a bit too much but...)
(Review ID: 33454)
======================================================================