HiOn Sun, 2004-01-04 at 21:23, [EMAIL PROTECTED] wrote:
> Hi, Helma
> 
> > I use   as nbsp entity. This worked. I don't really know 
> > what happened, but now a capital A with a ^ (decimal code 194) 
> > is displayed instead of a space.
>  
> I traced the problem back to serialize type="html" vs "xhtml". 
> The latter shows the A. Can anybody explain why and what to use 
> for   in xhtml?
Just a wild guess: as XHTML is XML, it uses UTF-8 as the default
encoding. HTML uses latin-1 or something. So you either need to put
something like
<?xml version="1.0" encoding="iso-8859-1"?>
at the beginning of you XHTML file.
Or lookup the UTF-8 character code for &nbsp;

Simon

> Bye, Helma
> Anybody have any idea?
> > 
> > Bye, Helma
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to