Re: Amaya changes © to (c) symbol

Bill,
If you do file → save as and in "charset" you choose "us-ascii" the special
characters will be expressed as entities.
But it is equivalent. Your UTF-8 original encoding can fully express these
characters.
Regards
--
Juan Lanus


On Wed, Jan 20, 2010 at 13:51, Bill Braun <bbraun@hlthsys.com> wrote:

> Using:
>
> <?xml version="1.0" encoding="UTF-8"?>
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
>     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
> <html xmlns="http://www.w3.org/1999/xhtml">
> <head>
>  <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
>  <title>Some Title</title>
>  <meta name="generator" content="Amaya, see http://www.w3.org/Amaya/" />
>  <link rel="stylesheet" href="style.css" type="text/css" />
> </head>
>
> After coding these:
>
> <p>&nbsp;</p>
>
> and
>
> <p>&copy; 2010 The Health Systems Group</p>
>
> and saving, then reopening the documents, Amaya shows:
>
> <p>~</p>
>
> and
>
> <p>© 2010 The Health Systems Group</p>
>
> having converted them to special characters.
>
> 1. Is this normal?
> 2. Can it be overridden?
>
> Thank you,
>
> Bill Braun
>
>
>
>
>
>

Received on Friday, 5 February 2010 17:51:15 UTC