xsl-list
[Top] [All Lists]

Re: [xsl] xml:space preserve on element converted to html textarea encoding issue

2011-06-07 03:02:12

almost certainly it was a nbsp character #160 which is being (correctly) written out in utf-8 encoding into the html file but you are looking at it with a system (incorrectly) set up to assume the 1-byte latin-1 encoding, which means that (in that range) you get accented A characters everywhere,

David


________________________________________________________________________
The Numerical Algorithms Group Ltd is a company registered in England
and Wales with company number 1249803. The registered office is:
Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.

This e-mail has been scanned for all viruses by Star. The service is
powered by MessageLabs. ________________________________________________________________________

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--