- From: Catherine CHAT <Catherine.Chat@via-business.fr>
- Date: Wed, 23 Aug 2000 17:57:55 +0200
- To: www-amaya@w3.org
Hi,
I use Amaya to create XHTML documents containing french and thus use the
ISO-8859-1 charset.
The problem is that Amaya does not insert the encoding in the resulting
XHTML document:
<?xml version="1.0"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
So my document does not render well with another XML browser. But it's OK
if I add the encoding:
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
Is there something to add in the document to make Amaya generate the
encoding ?
Thanks,
Catherine.
--
Catherine CHAT - Responsable Technique
Catherine.Chat@via-business.fr - Tel 01 3963 5737 - Fax 01 3963 5114
VIA BUSINESS S.A.
Domaine de Voluceau - BP 105 - 78153 Le Chesnay cedex - FRANCE
http://www.via-business.fr
---------------------------------------------------------------------
Received on Wednesday, 23 August 2000 11:57:24 UTC