I ran TiDy without any parameters.  To make the test comparable I set up a
section in the PSPad TiDy config file with just the 'write-back:yes' parameter.

The test file was this:-

<html>
<head>
<title>Test</title>
</head>
<body>
<p>This page &copy; me
</body>
</html>

Running it through command-line TiDy gave:-

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<meta name="generator" content=
"HTML Tidy for Windows (vers 14 February 2006), see www.w3.org">
<title>Test</title>
</head>
<body>
<p>This page &copy; me</p>
</body>
</html>

Selecting 'TiDy no ops' from my PSPad menu gave:-

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<meta name="generator" content=
"HTML Tidy for Windows (vers 14 February 2006), see www.w3.org">
<title>Test</title>
</head>
<body>
<p>This page Š me</p>
</body>
</html>

Hopefully you will see that the &copy; has been changed in the PSPad run and not
in the command line run.

Seems to me that PSPad is causing the change.

Ray

-- 
<http://forum.pspad.com/read.php?2,30578,31096>
PSPad freeware editor http://www.pspad.com

Odpovedet emailem