pb with entities

Hello,
I use Html-Tidy within HTML Kit
When I pass html tidy on this page :
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<head>
<title>Page title</title>
</head>
<body>

Ceci sont des accents : éà&nbsp;Öù

</body>
</html>

This is the result :

<html>
  <head>
    <title>Page title</title>
  </head>

  <body>
    Ceci sont des accents : &#233;&#224;&#160;&#214;&#249;
  </body>
</html>

I unckecked the option "use numeric entities" and choose default encoding and output=xhtml

How can I have &eacute; &nbsp; &agrave; etc... ???
Thanks for any help

PS: I use version "15-apr-2002" of HTMLTidy.dll dated 17 april 2002 12:41


-- 
Riccardo Cohen

Articque
Les Roches
37230 Fondettes
France
email = rcohen@dial.oleane.com
web = http://www.articque.com
tel: +33 02 47 49 90 49
fax: +33 02 47 49 91 49

-- 
Riccardo Cohen

Articque
Les Roches
37230 Fondettes
France
email = rcohen@dial.oleane.com
web = http://www.articque.com
tel: +33 02 47 49 90 49
fax: +33 02 47 49 91 49

Received on Wednesday, 27 November 2002 11:01:09 UTC