- From: Riccardo Cohen <rcohen@dial.oleane.com>
- Date: Wed, 27 Nov 2002 18:08:10 -0500 (EST)
- To: html-tidy@w3.org
Hello,
I use Html-Tidy within HTML Kit
When I pass html tidy on this :
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Page title</title>
</head>
<body>
Ceci sont des accents : éà Öù
</body>
</html>
This is the result :
<html>
<head>
<title>Page title</title>
</head>
<body>
Ceci sont des accents : éà Öù
</body>
</html>
I unckecked the option "use numeric entities" and choose default encoding and output=xhtml
How can I have é à 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
Received on Monday, 2 December 2002 20:18:50 UTC