- From: Brant Langer Gurganus <brantgurganus2001@cherokeescouting.org>
- Date: Wed, 17 Apr 2002 06:30:27 -0500
- To: www-amaya <www-amaya@w3.org>
If I add the charset property to the <link element for a stylesheet, could Amaya automatically convert the MIME type to include the optional charset parameter as specified in http://www.rfc-editor.org/rfc/rfc2318.txt? Original: <link href="style.css" rel="stylesheet" type="text/css" /> My modification: <link href="style.css" rele="stylesheet" type="text/css" charset="UTF-8" /> Final: <link href="style.css" rele="stylesheet" type="text/css; charset=UTF-8" charset="UTF-8" />
Received on Wednesday, 17 April 2002 07:30:57 UTC