Tidy and Error Unicode : 0x1d

Hello,

I use Jtidy to clean Html page  (properties of tidy are : numeric-entities: yes, char-encoding: raw, output-xhtml: yes).

I  note when i have,  in the input html page, a link to a servlet with  a parameter name which begins as .."&prop="..., i get the value "0x1d " instead of  ..."&prop=" !...

Example :
- input  :
---------
...
<a href="http://de.mf.news.yahoo.com/mailto?
url=http://de.dir.yahoo.com/Naturwissenschaft_und_Technik/Biologie/
&title=/Naturwissenschaft_und_Technik/Biologie/
&locale=de
&prop=dir
&rf=f">Kategorie per E-Mail weiterempfehlen</a>...

- output :
-----------
...
<a
href="http://de.mf.news.yahoo.com/mailto?
url=http://de.dir.yahoo.com/Naturwissenschaft_und_Technik/Biologie/
&amp;title=/Naturwissenschaft_und_Technik/Biologie/
&amp;locale=de
=dir
&amp;rf=f">
Kategorie per E-Mail weiterempfehlen
</a>...

..."&prop"... would have been transformed in ..."&amp;prop="... and not in value "0x1d "!

is there someone that  has an idea to resolve this problem?

Thanks

Pascal Troadec

Received on Thursday, 15 March 2001 10:14:40 UTC