T&B <[EMAIL PROTECTED]> wrote:
> Hi all,
> 
> When using SQLite's HTML output mode:
> 
> ..mode html
> 
> it converts some characters to HTML code, such as:
> 
> & -> &amp;
> < -> &lt;
> 
> But doesn't for other characters, such as:
> 
>  > -> &gt;
> " -> &quot;
> ' -> &apos;
> © -> &copy;     (copyright symbol)
> all other non-ascii characters
> 
> See the translation tables at:
> http://www.w3schools.com/tags/ref_entities.asp
> http://www.w3.org/MarkUp/html3/latin1.html
> 
> Is this a bug, or are the first two all that are needed in reality,  
> despite the spec?
> 

The second.
--
D. Richard Hipp  <[EMAIL PROTECTED]>


-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to