Wrong XHTML encoding

Halloechen!

When I open test.xhtml with the following contents

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
       "../xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  <title>Artikel</title>
  <meta name="generator" content="amaya 8.6, see http://www.w3.org/Amaya/" />
</head>

<body>
</body>

add some accented characters and save it as the same XHTML file,
the encoding remains latin-1, but no

<?xml version="1.0" encoding="iso-8859-1"?>

is generated.

Tschoe,
Torsten.

-- 
Torsten Bronger, aquisgrana, europa vetus

Received on Saturday, 10 July 2004 12:00:51 UTC